Create README.md
Browse files
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 |
+
```
|