docs: fix outdated usage of llama-simple (#10565)
This commit is contained in:
parent
e90688edd0
commit
7281cf13ad
2 changed files with 3 additions and 3 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.
|
||||
|
||||
```bash
|
||||
./llama-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 "Hello my name is"
|
||||
|
||||
...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue