GGUF
conversational
n1ck-guo commited on
Commit
2f97424
·
verified ·
1 Parent(s): fd40ec5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,10 +13,10 @@ Please follow the license of the original model.
13
 
14
  ## How To Use
15
 
16
- Llamacpp inference
17
 
18
  ~~~bash
19
- /llama-cli -hf Intel/DeepSeek-V3.1-gguf-q2ks-mixed-AutoRound
20
  ~~~
21
 
22
  ~~~bash
 
13
 
14
  ## How To Use
15
 
16
+ Llama.cpp inference
17
 
18
  ~~~bash
19
+ ./llama-cli -hf Intel/DeepSeek-V3.1-gguf-q2ks-mixed-AutoRound
20
  ~~~
21
 
22
  ~~~bash