mradermacher
commited on
Commit
•
a5d58ca
1
Parent(s):
de0f7c3
auto-patch README.md
Browse files
README.md
CHANGED
@@ -41,12 +41,21 @@ more details, including on how to concatenate multi-part files.
|
|
41 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q3_K_M.gguf) | Q3_K_M | 37.8 | lower quality |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q3_K_L.gguf) | Q3_K_L | 39.6 | |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.IQ4_XS.gguf) | IQ4_XS | 40.3 | |
|
|
|
|
|
|
|
|
|
|
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q4_K_S.gguf) | Q4_K_S | 44.0 | fast, recommended |
|
|
|
45 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q4_K_M.gguf) | Q4_K_M | 47.5 | fast, recommended |
|
|
|
46 |
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_K_S.gguf.part2of2) | Q5_K_S | 51.5 | |
|
47 |
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_K_M.gguf.part2of2) | Q5_K_M | 54.5 | |
|
|
|
48 |
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q6_K.gguf.part2of2) | Q6_K | 64.4 | very good quality |
|
49 |
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q8_0.gguf.part2of2) | Q8_0 | 77.4 | fast, best quality |
|
|
|
50 |
|
51 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
52 |
types (lower is better):
|
@@ -65,6 +74,6 @@ questions you might have and/or if you want some other model quantized.
|
|
65 |
|
66 |
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
67 |
me use its servers and providing upgrades to my workstation to enable
|
68 |
-
this work in my free time.
|
69 |
|
70 |
<!-- end -->
|
|
|
41 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q3_K_M.gguf) | Q3_K_M | 37.8 | lower quality |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q3_K_L.gguf) | Q3_K_L | 39.6 | |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.IQ4_XS.gguf) | IQ4_XS | 40.3 | |
|
44 |
+
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q4_0.gguf) | Q4_0 | 41.3 | fast, low quality |
|
45 |
+
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q4_0_4_4.gguf) | Q4_0_4_4 | 41.3 | fast on arm, low quality |
|
46 |
+
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q4_0_4_8.gguf) | Q4_0_4_8 | 41.3 | fast on arm+i8mm, low quality |
|
47 |
+
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q4_0_8_8.gguf) | Q4_0_8_8 | 41.3 | fast on arm+sve, low quality |
|
48 |
+
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.IQ4_NL.gguf) | IQ4_NL | 41.9 | prefer IQ4_XS |
|
49 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q4_K_S.gguf) | Q4_K_S | 44.0 | fast, recommended |
|
50 |
+
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q4_1.gguf) | Q4_1 | 45.8 | |
|
51 |
| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q4_K_M.gguf) | Q4_K_M | 47.5 | fast, recommended |
|
52 |
+
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_0.gguf.part2of2) | Q5_0 | 50.3 | |
|
53 |
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_K_S.gguf.part2of2) | Q5_K_S | 51.5 | |
|
54 |
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_K_M.gguf.part2of2) | Q5_K_M | 54.5 | |
|
55 |
+
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_1.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q5_1.gguf.part2of2) | Q5_1 | 54.7 | |
|
56 |
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q6_K.gguf.part2of2) | Q6_K | 64.4 | very good quality |
|
57 |
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.Q8_0.gguf.part2of2) | Q8_0 | 77.4 | fast, best quality |
|
58 |
+
| [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.SOURCE.gguf.part1of3) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.SOURCE.gguf.part2of3) [PART 3](https://huggingface.co/mradermacher/Qwen2.5-72B-Instruct-GGUF/resolve/main/Qwen2.5-72B-Instruct.SOURCE.gguf.part3of3) | SOURCE | 145.5 | source gguf, only provided when it was hard to come by |
|
59 |
|
60 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
61 |
types (lower is better):
|
|
|
74 |
|
75 |
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
76 |
me use its servers and providing upgrades to my workstation to enable
|
77 |
+
this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
|
78 |
|
79 |
<!-- end -->
|