Skip to content

Commit 5f4dcb1

Browse files
authored
simple : update name of executable to llama-simple (#8885)
This commit updates the name of the executable in README.md from `simple` to `llama-simple`.
1 parent db20f50 commit 5f4dcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The purpose of this example is to demonstrate a minimal usage of llama.cpp for generating text with a given prompt.
44

55
```bash
6-
./simple -m ./models/llama-7b-v2/ggml-model-f16.gguf -p "Hello my name is"
6+
./llama-simple -m ./models/llama-7b-v2/ggml-model-f16.gguf -p "Hello my name is"
77

88
...
99

0 commit comments

Comments
 (0)