Skip to content

Commit 9ac3457

Browse files
authored
Update README.md [no ci] (#11781)
typo: `\` -> `/` Change the UNIX path separator to` \`.
1 parent c2a67ef commit 9ac3457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Once downloaded, place your model in the models folder in llama.cpp.
3737

3838
##### Infinite text from a starting prompt (you can use `Ctrl-C` to stop it):
3939
```bash
40-
./llama-cli -m models\gemma-1.1-7b-it.Q4_K_M.gguf --ignore-eos -n -1
40+
./llama-cli -m models/gemma-1.1-7b-it.Q4_K_M.gguf --ignore-eos -n -1
4141
```
4242

4343
### Windows:

0 commit comments

Comments
 (0)