From: pascal-lc Date: Mon, 10 Feb 2025 08:05:57 +0000 (+0800) Subject: Update README.md [no ci] (#11781) X-Git-Tag: upstream/0.0.4719~39 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9ac3457b39c78c5eb103280e08fb6163642484ff;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update README.md [no ci] (#11781) typo: `\` -> `/` Change the UNIX path separator to` \`. --- diff --git a/examples/main/README.md b/examples/main/README.md index 46f92eb7..ceaed42f 100644 --- a/examples/main/README.md +++ b/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): ```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: