Преглед изворни кода

Update README.md [no ci] (#11781)

typo: `\` -> `/`
Change the UNIX path separator to` \`.
pascal-lc пре 11 месеци
родитељ
комит
9ac3457b39
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/main/README.md

+ 1 - 1
examples/main/README.md

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