mradermacher commited on
Commit
aac888b
1 Parent(s): c9a8365

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -33,9 +33,27 @@ more details, including on how to concatenate multi-part files.
33
 
34
  | Link | Type | Size/GB | Notes |
35
  |:-----|:-----|--------:|:------|
 
 
 
 
 
 
36
  | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q2_K.gguf) | i1-Q2_K | 29.9 | IQ3_XXS probably better |
 
 
 
 
37
  | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ3_M.gguf) | i1-IQ3_M | 35.6 | |
 
 
 
 
38
  | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q4_K_S.gguf) | i1-Q4_K_S | 44.0 | optimal size/speed/quality |
 
 
 
 
39
 
40
  Here is a handy graph by ikawrakow comparing some lower-quality quant
41
  types (lower is better):
 
33
 
34
  | Link | Type | Size/GB | Notes |
35
  |:-----|:-----|--------:|:------|
36
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ1_S.gguf) | i1-IQ1_S | 22.8 | for the desperate |
37
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ1_M.gguf) | i1-IQ1_M | 23.8 | mostly desperate |
38
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 25.6 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ2_XS.gguf) | i1-IQ2_XS | 27.2 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ2_S.gguf) | i1-IQ2_S | 28.0 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ2_M.gguf) | i1-IQ2_M | 29.4 | |
42
  | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q2_K.gguf) | i1-Q2_K | 29.9 | IQ3_XXS probably better |
43
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 31.9 | lower quality |
44
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ3_XS.gguf) | i1-IQ3_XS | 32.9 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ3_S.gguf) | i1-IQ3_S | 34.6 | beats Q3_K* |
46
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q3_K_S.gguf) | i1-Q3_K_S | 34.6 | IQ3_XS probably better |
47
  | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ3_M.gguf) | i1-IQ3_M | 35.6 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q3_K_M.gguf) | i1-Q3_K_M | 37.8 | IQ3_S probably better |
49
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q3_K_L.gguf) | i1-Q3_K_L | 39.6 | IQ3_M probably better |
50
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-IQ4_XS.gguf) | i1-IQ4_XS | 39.8 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q4_0.gguf) | i1-Q4_0 | 41.5 | fast, low quality |
52
  | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q4_K_S.gguf) | i1-Q4_K_S | 44.0 | optimal size/speed/quality |
53
+ | [GGUF](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q4_K_M.gguf) | i1-Q4_K_M | 47.5 | fast, recommended |
54
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q5_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q5_K_S.gguf.part2of2) | i1-Q5_K_S | 51.5 | |
55
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q5_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q5_K_M.gguf.part2of2) | i1-Q5_K_M | 54.5 | |
56
+ | [PART 1](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Qwen2.5-72b-instruct-128k-i1-GGUF/resolve/main/Qwen2.5-72b-instruct-128k.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 64.4 | practically like static Q6_K |
57
 
58
  Here is a handy graph by ikawrakow comparing some lower-quality quant
59
  types (lower is better):