ariel-pillar commited on
Commit
c636ce5
·
verified ·
1 Parent(s): 1df1e48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-modified.gguf \
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
  ```