mradermacher commited on
Commit
935a0f6
·
verified ·
1 Parent(s): 7fd251a

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -21,7 +21,7 @@ tags:
21
  static quants of https://huggingface.co/burtenshaw/Qwen3-30B-A3B-python-coder
22
 
23
  <!-- provided-files -->
24
- 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.
25
  ## Usage
26
 
27
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -36,7 +36,15 @@ more details, including on how to concatenate multi-part files.
36
  |:-----|:-----|--------:|:------|
37
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q2_K.gguf) | Q2_K | 11.4 | |
38
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q3_K_S.gguf) | Q3_K_S | 13.4 | |
 
 
 
39
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q4_K_S.gguf) | Q4_K_S | 17.6 | fast, recommended |
 
 
 
 
 
40
 
41
  Here is a handy graph by ikawrakow comparing some lower-quality quant
42
  types (lower is better):
 
21
  static quants of https://huggingface.co/burtenshaw/Qwen3-30B-A3B-python-coder
22
 
23
  <!-- provided-files -->
24
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-i1-GGUF
25
  ## Usage
26
 
27
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
36
  |:-----|:-----|--------:|:------|
37
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q2_K.gguf) | Q2_K | 11.4 | |
38
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q3_K_S.gguf) | Q3_K_S | 13.4 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q3_K_M.gguf) | Q3_K_M | 14.8 | lower quality |
40
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q3_K_L.gguf) | Q3_K_L | 16.0 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.IQ4_XS.gguf) | IQ4_XS | 16.7 | |
42
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q4_K_S.gguf) | Q4_K_S | 17.6 | fast, recommended |
43
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q4_K_M.gguf) | Q4_K_M | 18.7 | fast, recommended |
44
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q5_K_S.gguf) | Q5_K_S | 21.2 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q5_K_M.gguf) | Q5_K_M | 21.8 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q6_K.gguf) | Q6_K | 25.2 | very good quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-python-coder-GGUF/resolve/main/Qwen3-30B-A3B-python-coder.Q8_0.gguf) | Q8_0 | 32.6 | fast, best quality |
48
 
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
50
  types (lower is better):