We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a67ef commit 9ac3457Copy full SHA for 9ac3457
examples/main/README.md
@@ -37,7 +37,7 @@ Once downloaded, place your model in the models folder in llama.cpp.
37
38
##### Infinite text from a starting prompt (you can use `Ctrl-C` to stop it):
39
```bash
40
-./llama-cli -m models\gemma-1.1-7b-it.Q4_K_M.gguf --ignore-eos -n -1
+./llama-cli -m models/gemma-1.1-7b-it.Q4_K_M.gguf --ignore-eos -n -1
41
```
42
43
### Windows:
0 commit comments