Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -31,3 +31,7 @@ brew install ggerganov/ggerganov/llama.cpp
|
|
31 |
```bash
|
32 |
llama-cli --hf-repo pcuenq/TinyLlama-1.1B-Chat-v1.0-Q4_K_M-GGUF --model tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf -p "The meaning to life and the universe is "
|
33 |
```
|
|
|
|
|
|
|
|
|
|
31 |
```bash
|
32 |
llama-cli --hf-repo pcuenq/TinyLlama-1.1B-Chat-v1.0-Q4_K_M-GGUF --model tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf -p "The meaning to life and the universe is "
|
33 |
```
|
34 |
+
|
35 |
+
```bash
|
36 |
+
llama-server --hf-repo pcuenq/TinyLlama-1.1B-Chat-v1.0-Q4_K_M-GGUF --model tinyllama-1.1b-chat-v1.0.Q4_K_M.gguf -c 2048
|
37 |
+
```
|