Update README.md
Browse files
README.md
CHANGED
|
@@ -33,6 +33,7 @@ tags:
|
|
| 33 |
./llama.cpp/llama-cli
|
| 34 |
--model unsloth/DeepSeek-V3-GGUF/DeepSeek-V3-Q2_K_XS/DeepSeek-V3-Q2_K_XS-00001-of-00005.gguf
|
| 35 |
--cache-type-k q5_0
|
|
|
|
| 36 |
--prompt '<|User|>What is 1+1?<|Assistant|>'
|
| 37 |
```
|
| 38 |
Example output:
|
|
|
|
| 33 |
./llama.cpp/llama-cli
|
| 34 |
--model unsloth/DeepSeek-V3-GGUF/DeepSeek-V3-Q2_K_XS/DeepSeek-V3-Q2_K_XS-00001-of-00005.gguf
|
| 35 |
--cache-type-k q5_0
|
| 36 |
+
--threads 16
|
| 37 |
--prompt '<|User|>What is 1+1?<|Assistant|>'
|
| 38 |
```
|
| 39 |
Example output:
|