danbev commited on
Commit
360e988
·
verified ·
1 Parent(s): 9f88252

docs: update command to use llama-cli

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ base_model:
7
  Recommended way to run this model:
8
 
9
  ```sh
10
- llama-server -hf ggml-org/gemma-3-270m-GGUF -c 0 -fa
11
  ```
12
  Then, access http://localhost:8080
13
 
 
7
  Recommended way to run this model:
8
 
9
  ```sh
10
+ llama-cli -hf ggml-org/gemma-3-270m-GGUF -c 0 -fa -p "hello"
11
  ```
12
  Then, access http://localhost:8080
13