mradermacher commited on
Commit
f6a83f4
·
verified ·
1 Parent(s): 854421a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -34,7 +34,7 @@ static quants of https://huggingface.co/etemiz/Ostrich-32B-AHA-Qwen3-250830
34
 
35
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Ostrich-32B-AHA-Qwen3-250830-GGUF).***
36
 
37
- weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
38
  ## Usage
39
 
40
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -48,6 +48,16 @@ more details, including on how to concatenate multi-part files.
48
  | Link | Type | Size/GB | Notes |
49
  |:-----|:-----|--------:|:------|
50
  | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q2_K.gguf) | Q2_K | 12.4 | |
 
 
 
 
 
 
 
 
 
 
51
 
52
  Here is a handy graph by ikawrakow comparing some lower-quality quant
53
  types (lower is better):
 
34
 
35
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Ostrich-32B-AHA-Qwen3-250830-GGUF).***
36
 
37
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-i1-GGUF
38
  ## Usage
39
 
40
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
48
  | Link | Type | Size/GB | Notes |
49
  |:-----|:-----|--------:|:------|
50
  | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q2_K.gguf) | Q2_K | 12.4 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q3_K_S.gguf) | Q3_K_S | 14.5 | |
52
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q3_K_M.gguf) | Q3_K_M | 16.1 | lower quality |
53
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q3_K_L.gguf) | Q3_K_L | 17.4 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.IQ4_XS.gguf) | IQ4_XS | 18.0 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
56
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q4_K_M.gguf) | Q4_K_M | 19.9 | fast, recommended |
57
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q5_K_S.gguf) | Q5_K_S | 22.7 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q5_K_M.gguf) | Q5_K_M | 23.3 | |
59
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q6_K.gguf) | Q6_K | 27.0 | very good quality |
60
+ | [GGUF](https://huggingface.co/mradermacher/Ostrich-32B-AHA-Qwen3-250830-GGUF/resolve/main/Ostrich-32B-AHA-Qwen3-250830.Q8_0.gguf) | Q8_0 | 34.9 | fast, best quality |
61
 
62
  Here is a handy graph by ikawrakow comparing some lower-quality quant
63
  types (lower is better):