Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: llama.cpp
|
| 3 |
+
base_model: gpt-oss-20b
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
tags:
|
| 6 |
+
- gguf
|
| 7 |
+
- quantized
|
| 8 |
+
- q8_0
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# gpt-oss-20B Chess Analysis (GGUF)
|
| 12 |
+
|
| 13 |
+
- **Quantization**: `q8_0`
|
| 14 |
+
- **Converted with**:
|
| 15 |
+
`python llama.cpp/convert_hf_to_gguf.py gpt-oss-20b-hf --outfile gpt-oss-20b-q8_0.gguf --outtype q8_0`
|
| 16 |
+
- Intended for chess analysis workloads with llama.cpp-compatible runtimes.
|
| 17 |
+
|