Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
# GPT OSS 120B GGUF
|
2 |
|
3 |
Recommended way to run this model:
|
@@ -6,4 +10,4 @@ Recommended way to run this model:
|
|
6 |
llama-server -hf ggml-org/gpt-oss-120b-GGUF -c 0 -fa --jinja --reasoning-format none
|
7 |
|
8 |
# Then, access http://localhost:8080
|
9 |
-
```
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- openai/gpt-oss-120b
|
4 |
+
---
|
5 |
# GPT OSS 120B GGUF
|
6 |
|
7 |
Recommended way to run this model:
|
|
|
10 |
llama-server -hf ggml-org/gpt-oss-120b-GGUF -c 0 -fa --jinja --reasoning-format none
|
11 |
|
12 |
# Then, access http://localhost:8080
|
13 |
+
```
|