summaryrefslogtreecommitdiff
path: root/examples/rpc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rpc')
-rw-r--r--examples/rpc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpc/README.md b/examples/rpc/README.md
index eeec71a8..86544e3f 100644
--- a/examples/rpc/README.md
+++ b/examples/rpc/README.md
@@ -70,5 +70,5 @@ cmake --build . --config Release
Finally, use the `--rpc` option to specify the host and port of each `rpc-server`:
```bash
-$ bin/main -m ../models/tinyllama-1b/ggml-model-f16.gguf -p "Hello, my name is" --repeat-penalty 1.0 -n 64 --rpc 192.168.88.10:50052,192.168.88.11:50052 -ngl 99
+$ bin/llama-cli -m ../models/tinyllama-1b/ggml-model-f16.gguf -p "Hello, my name is" --repeat-penalty 1.0 -n 64 --rpc 192.168.88.10:50052,192.168.88.11:50052 -ngl 99
```