Skip to content

Commit

Permalink
Update README.md [no ci] (ggml-org#11781)
Browse files Browse the repository at this point in the history
typo: `\` -> `/`
Change the UNIX path separator to` \`.
  • Loading branch information
pascal-lc authored Feb 10, 2025
1 parent c2a67ef commit 9ac3457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Once downloaded, place your model in the models folder in llama.cpp.

##### Infinite text from a starting prompt (you can use `Ctrl-C` to stop it):
```bash
./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
```

### Windows:
Expand Down

0 comments on commit 9ac3457

Please sign in to comment.