summaryrefslogtreecommitdiff
path: root/examples/simple/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple/README.md')
-rw-r--r--examples/simple/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple/README.md b/examples/simple/README.md
index 49e24501..0ff34253 100644
--- a/examples/simple/README.md
+++ b/examples/simple/README.md
@@ -3,7 +3,7 @@
The purpose of this example is to demonstrate a minimal usage of llama.cpp for generating text with a given prompt.
```bash
-./simple -m ./models/llama-7b-v2/ggml-model-f16.gguf -p "Hello my name is"
+./llama-simple -m ./models/llama-7b-v2/ggml-model-f16.gguf -p "Hello my name is"
...