danielhanchen commited on
Commit
c7c1171
·
verified ·
1 Parent(s): 5fba0b8

Update README.md

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