Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,10 @@ quantized_by:
|
|
11 |
pipeline_tag: text-generation
|
12 |
---
|
13 |
# 🔥 Good news
|
14 |
-
Here is a [demo](https://huggingface.co/spaces/kirp/tinyllama-chat).
|
15 |
You can download the model from [PY007](https://huggingface.co/PY007/TinyLlama-1.1B-Chat-v0.2-GGUF) without any change to llama.cpp.
|
16 |
|
|
|
|
|
17 |
# Pay attention
|
18 |
To use this model, you need to change the rope part of llama.cpp/llama.cpp. (From mode 0 to mode 2 rope)
|
19 |
|
|
|
11 |
pipeline_tag: text-generation
|
12 |
---
|
13 |
# 🔥 Good news
|
|
|
14 |
You can download the model from [PY007](https://huggingface.co/PY007/TinyLlama-1.1B-Chat-v0.2-GGUF) without any change to llama.cpp.
|
15 |
|
16 |
+
Here is a [demo](https://huggingface.co/spaces/kirp/tinyllama-chat).
|
17 |
+
|
18 |
# Pay attention
|
19 |
To use this model, you need to change the rope part of llama.cpp/llama.cpp. (From mode 0 to mode 2 rope)
|
20 |
|