mitkox commited on
Commit
8089dcc
·
verified ·
1 Parent(s): 1a9ea5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ cd llama.cpp && LLAMA_CURL=1 make
46
 
47
  Step 3: Run inference through the main binary.
48
  ```
49
- ./llama-cli --hf-repo mitkox/DeepSeek-R1-ReDistill-Qwen-1.5B-v1.0-Q4_K_M-GGUF --hf-file deepseek-r1-redistill-qwen-1.5b-v1.0-q4_k_m.gguf -p "The meaning to life and the universe is"
50
  ```
51
  or
52
  ```
 
46
 
47
  Step 3: Run inference through the main binary.
48
  ```
49
+ ./llama-cli --hf-repo mitkox/DeepSeek-R1-ReDistill-Qwen-1.5B-v1.0-Q4_K_M-GGUF --hf-file deepseek-r1-redistill-qwen-1.5b-v1.0-q4_k_m.gguf --threads 16 -p "<\User\>Explain quantum entanglement in simple terms.<\Assistant\>" -no-cnv
50
  ```
51
  or
52
  ```