Qwen
/

Text Generation
GGUF
conversational
j-m commited on
Commit
9222929
·
verified ·
1 Parent(s): 99caa2c

Update README.md

Browse files

incorrect repo name in the llama.cpp quickstart command line

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ We advise you to clone [`llama.cpp`](https://github.com/ggerganov/llama.cpp) and
46
  In the following demonstration, we assume that you are running commands under the repository `llama.cpp`.
47
 
48
  ```shell
49
- ./llama-cli -hf Qwen/Qwen3-32B:Q8_0 --jinja --color -ngl 99 -fa -sm row --temp 0.6 --top-k 20 --top-p 0.95 --min-p 0 --presence-penalty 1.5 -c 40960 -n 32768 --no-context-shift
50
  ```
51
 
52
  ### ollama
 
46
  In the following demonstration, we assume that you are running commands under the repository `llama.cpp`.
47
 
48
  ```shell
49
+ ./llama-cli -hf Qwen/Qwen3-32B-GGUF:Q8_0 --jinja --color -ngl 99 -fa -sm row --temp 0.6 --top-k 20 --top-p 0.95 --min-p 0 --presence-penalty 1.5 -c 40960 -n 32768 --no-context-shift
50
  ```
51
 
52
  ### ollama