kirp
/

Text Generation
GGUF
English
Inference Endpoints
kirp commited on
Commit
916ec69
1 Parent(s): 6788f14

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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