Skip to content

Commit 01f37ed

Browse files
authored
Update llama-run README.md (ggml-org#11386)
For consistency Signed-off-by: Eric Curtin <ecurtin@redhat.com>
1 parent c07e87f commit 01f37ed

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/run/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
The purpose of this example is to demonstrate a minimal usage of llama.cpp for running models.
44

55
```bash
6-
llama-run granite-code
6+
llama-run granite3-moe
77
```
88

99
```bash
10-
llama-run -h
1110
Description:
1211
Runs a llm
1312

@@ -17,7 +16,7 @@ Usage:
1716
Options:
1817
-c, --context-size <value>
1918
Context size (default: 2048)
20-
-n, --ngl <value>
19+
-n, -ngl, --ngl <value>
2120
Number of GPU layers (default: 0)
2221
--temp <value>
2322
Temperature (default: 0.8)

0 commit comments

Comments
 (0)