Update README.md
Browse files
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 "
|
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 |
```
|