ggerganov commited on
Commit
99af43c
·
verified ·
1 Parent(s): ccd6794

readme : update

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -2,9 +2,13 @@
2
  base_model:
3
  - openai/gpt-oss-20b
4
  ---
5
- # GPT OSS 20B GGUF
6
 
7
- Recommended way to run this model:
 
 
 
 
8
 
9
  ```sh
10
  llama-server -hf ggml-org/gpt-oss-20b-GGUF -c 0 -fa --jinja
 
2
  base_model:
3
  - openai/gpt-oss-20b
4
  ---
5
+ # gpt-oss-20b
6
 
7
+ Detailed guide for using this model with `llama.cpp`:
8
+
9
+ https://github.com/ggml-org/llama.cpp/discussions/15396
10
+
11
+ Quick start:
12
 
13
  ```sh
14
  llama-server -hf ggml-org/gpt-oss-20b-GGUF -c 0 -fa --jinja