We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db20f50 commit 5f4dcb1Copy full SHA for 5f4dcb1
examples/simple/README.md
@@ -3,7 +3,7 @@
3
The purpose of this example is to demonstrate a minimal usage of llama.cpp for generating text with a given prompt.
4
5
```bash
6
-./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"
7
8
...
9
0 commit comments