Skip to content

Commit b371da2

Browse files
committed
Update llama-run README.md
For consistency Signed-off-by: Eric Curtin <[email protected]>
1 parent 564804b commit b371da2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

examples/run/README.md

Lines changed: 3 additions & 4 deletions
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,8 +16,8 @@ Usage:
1716
Options:
1817
-c, --context-size <value>
1918
Context size (default: 2048)
20-
-n, --ngl <value>
21-
Number of GPU layers (default: 0)
19+
-n, -ngl, --ngl <value>
20+
Number of GPU layers (default: 999)
2221
--temp <value>
2322
Temperature (default: 0.8)
2423
-v, --verbose, --log-verbose

0 commit comments

Comments
 (0)