Skip to content

Commit

Permalink
simple : update name of executable to llama-simple (ggerganov#8885)
Browse files Browse the repository at this point in the history
This commit updates the name of the executable in README.md from
`simple` to `llama-simple`.
  • Loading branch information
danbev authored and arthw committed Aug 7, 2024
1 parent c923bcc commit 86f21b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

...

Expand Down

0 comments on commit 86f21b9

Please sign in to comment.