Skip to content

Commit 3d3f2e0

Browse files
committed
README.md: Fix example call to the "simple" binary
1 parent e424502 commit 3d3f2e0

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)