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.
2 parents e424502 + 3d3f2e0 commit a0ba848Copy full SHA for a0ba848
README.md
@@ -38,7 +38,7 @@ cd llama-cpp-rs
38
Run the simple example (add `--featues cuda` if you have a cuda gpu)
39
40
```bash
41
-cargo run --release --bin simple "The way to kill a linux process is" hf-model TheBloke/Llama-2-7B-GGUF llama-2-7b.Q4_K_M.gguf
+cargo run --release --bin simple -- --prompt "The way to kill a linux process is" hf-model TheBloke/Llama-2-7B-GGUF llama-2-7b.Q4_K_M.gguf
42
```
43
44
<details>
0 commit comments