Skip to content

Commit a0ba848

Browse files
authored
Merge pull request #466 from Papierkorb/fix-readme-example-call
2 parents e424502 + 3d3f2e0 commit a0ba848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cd llama-cpp-rs
3838
Run the simple example (add `--featues cuda` if you have a cuda gpu)
3939

4040
```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
41+
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
4242
```
4343

4444
<details>

0 commit comments

Comments
 (0)