diff options
Diffstat (limited to 'examples/batched/README.md')
-rw-r--r-- | examples/batched/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/batched/README.md b/examples/batched/README.md index ed204c30..6013aab0 100644 --- a/examples/batched/README.md +++ b/examples/batched/README.md @@ -3,7 +3,7 @@ The example demonstrates batched generation from a given prompt ```bash -./batched -m ./models/llama-7b-v2/ggml-model-f16.gguf -p "Hello my name is" -np 4 +./llama-batched -m ./models/llama-7b-v2/ggml-model-f16.gguf -p "Hello my name is" -np 4 ... |