docs: add --jinja to llama-server command
Browse files
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-it-GGUF -c 0 -fa
|
11 |
```
|
12 |
Then, access http://localhost:8080
|
13 |
|
|
|
7 |
Recommended way to run this model:
|
8 |
|
9 |
```sh
|
10 |
+
llama-server -hf ggml-org/gemma-3-270m-it-GGUF -c 0 -fa --jinja
|
11 |
```
|
12 |
Then, access http://localhost:8080
|
13 |
|