docs: utilize the forward slash (/) as the path separator for Unix-like systems

This commit is contained in:
jason_w 2025-02-09 20:44:04 +08:00
parent 19d3c8293b
commit 0b3b646631

View file

@ -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: