Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ Start the llama-server with the following command:
|
|
| 37 |
|
| 38 |
```bash
|
| 39 |
llama-server \
|
| 40 |
-
--model models/Phi-4-mini-instruct-Q4_K_M-
|
| 41 |
--port 8082 \
|
| 42 |
--jinja
|
| 43 |
```
|
|
|
|
| 37 |
|
| 38 |
```bash
|
| 39 |
llama-server \
|
| 40 |
+
--model models/Phi-4-mini-instruct-Q4_K_M-tool_use.gguf \
|
| 41 |
--port 8082 \
|
| 42 |
--jinja
|
| 43 |
```
|