mradermacher commited on
Commit
b8be504
·
verified ·
1 Parent(s): 79d43bc

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -35,7 +35,16 @@ more details, including on how to concatenate multi-part files.
35
  | Link | Type | Size/GB | Notes |
36
  |:-----|:-----|--------:|:------|
37
  | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q2_K.gguf) | Q2_K | 12.4 | |
 
 
 
 
38
  | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
 
 
 
 
 
39
 
40
  Here is a handy graph by ikawrakow comparing some lower-quality quant
41
  types (lower is better):
 
35
  | Link | Type | Size/GB | Notes |
36
  |:-----|:-----|--------:|:------|
37
  | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q2_K.gguf) | Q2_K | 12.4 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q3_K_S.gguf) | Q3_K_S | 14.5 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q3_K_M.gguf) | Q3_K_M | 16.0 | lower quality |
40
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q3_K_L.gguf) | Q3_K_L | 17.3 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.IQ4_XS.gguf) | IQ4_XS | 18.0 | |
42
  | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q4_K_S.gguf) | Q4_K_S | 18.9 | fast, recommended |
43
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q4_K_M.gguf) | Q4_K_M | 20.0 | fast, recommended |
44
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q5_K_S.gguf) | Q5_K_S | 22.7 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q5_K_M.gguf) | Q5_K_M | 23.4 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q6_K.gguf) | Q6_K | 27.0 | very good quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/QwenLong-L1-32B-GGUF/resolve/main/QwenLong-L1-32B.Q8_0.gguf) | Q8_0 | 34.9 | fast, best quality |
48
 
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
50
  types (lower is better):