mradermacher commited on
Commit
6ea68c1
·
verified ·
1 Parent(s): f5563a4

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -43,8 +43,12 @@ more details, including on how to concatenate multi-part files.
43
 
44
  | Link | Type | Size/GB | Notes |
45
  |:-----|:-----|--------:|:------|
 
46
  | [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-absolute-heresy-GGUF/resolve/main/gpt-oss-20b-absolute-heresy.Q2_K.gguf) | Q2_K | 12.2 | |
 
47
  | [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-absolute-heresy-GGUF/resolve/main/gpt-oss-20b-absolute-heresy.Q4_K_S.gguf) | Q4_K_S | 14.8 | fast, recommended |
 
 
48
 
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
50
  types (lower is better):
 
43
 
44
  | Link | Type | Size/GB | Notes |
45
  |:-----|:-----|--------:|:------|
46
+ | [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-absolute-heresy-GGUF/resolve/main/gpt-oss-20b-absolute-heresy.Q3_K_S.gguf) | Q3_K_S | 12.2 | |
47
  | [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-absolute-heresy-GGUF/resolve/main/gpt-oss-20b-absolute-heresy.Q2_K.gguf) | Q2_K | 12.2 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-absolute-heresy-GGUF/resolve/main/gpt-oss-20b-absolute-heresy.Q3_K_M.gguf) | Q3_K_M | 13.0 | lower quality |
49
  | [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-absolute-heresy-GGUF/resolve/main/gpt-oss-20b-absolute-heresy.Q4_K_S.gguf) | Q4_K_S | 14.8 | fast, recommended |
50
+ | [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-absolute-heresy-GGUF/resolve/main/gpt-oss-20b-absolute-heresy.Q6_K.gguf) | Q6_K | 22.3 | very good quality |
51
+ | [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-absolute-heresy-GGUF/resolve/main/gpt-oss-20b-absolute-heresy.Q8_0.gguf) | Q8_0 | 22.4 | fast, best quality |
52
 
53
  Here is a handy graph by ikawrakow comparing some lower-quality quant
54
  types (lower is better):