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`.
This commit is contained in:
parent
db20f50cf4
commit
5f4dcb1e60
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
The purpose of this example is to demonstrate a minimal usage of llama.cpp for generating text with a given prompt.
|
||||||
|
|
||||||
```bash
|
```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"
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue