ggerganov commited on
Commit
ccd6794
·
verified ·
1 Parent(s): 20a7dad

readme : simplify server command

Browse files

Based on https://github.com/ggml-org/llama.cpp/discussions/15396#discussioncomment-14154375 we can simply omit this CLI arg - it defaults to `auto`

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/gpt-oss-20b-GGUF -c 0 -fa --jinja --reasoning-format auto
11
 
12
  # Then, access http://localhost:8080
13
  ```
 
7
  Recommended way to run this model:
8
 
9
  ```sh
10
+ llama-server -hf ggml-org/gpt-oss-20b-GGUF -c 0 -fa --jinja
11
 
12
  # Then, access http://localhost:8080
13
  ```