Update README.md
Browse filesincorrect repo name in the llama.cpp quickstart command line
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
|