]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Update README.md [no ci] (#11781)
authorpascal-lc <redacted>
Mon, 10 Feb 2025 08:05:57 +0000 (16:05 +0800)
committerGitHub <redacted>
Mon, 10 Feb 2025 08:05:57 +0000 (09:05 +0100)
typo: `\` -> `/`
Change the UNIX path separator to` \`.

examples/main/README.md

index 46f92eb7ae9d5ebac480e03406720ce8fade7a6d..ceaed42f649df595ea390b378154496488ade0ea 100644 (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: