ngxson HF Staff commited on
Commit
a7443eb
·
verified ·
1 Parent(s): 8153e85

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - openai/gpt-oss-20b
4
+ ---
5
+ # GPT OSS 120B 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 --reasoning-format none
11
+
12
+ # Then, access http://localhost:8080
13
+ ```