From 9ac3457b39c78c5eb103280e08fb6163642484ff Mon Sep 17 00:00:00 2001 From: pascal-lc <49066376+pascal-lc@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:05:57 +0800 Subject: [PATCH] Update README.md [no ci] (#11781) typo: `\` -> `/` Change the UNIX path separator to` \`. --- examples/main/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main/README.md b/examples/main/README.md index 46f92eb7a..ceaed42f6 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: