From 0b3b646631b6b94132cf537a3a44006e7d8d4e44 Mon Sep 17 00:00:00 2001 From: jason_w Date: Sun, 9 Feb 2025 20:44:04 +0800 Subject: [PATCH] docs: utilize the forward slash (/) as the path separator for Unix-like systems --- 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 46f92eb7ae9d5..ceaed42f649df 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: