Skip to content

Commit

Permalink
Update llama-run README.md (ggerganov#11386)
Browse files Browse the repository at this point in the history
For consistency

Signed-off-by: Eric Curtin <[email protected]>
  • Loading branch information
ericcurtin authored Jan 24, 2025
1 parent c07e87f commit 01f37ed
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
The purpose of this example is to demonstrate a minimal usage of llama.cpp for running models.

```bash
llama-run granite-code
llama-run granite3-moe
```

```bash
llama-run -h
Description:
Runs a llm

Expand All @@ -17,7 +16,7 @@ Usage:
Options:
-c, --context-size <value>
Context size (default: 2048)
-n, --ngl <value>
-n, -ngl, --ngl <value>
Number of GPU layers (default: 0)
--temp <value>
Temperature (default: 0.8)
Expand Down

0 comments on commit 01f37ed

Please sign in to comment.