mradermacher commited on
Commit
a76faf4
·
verified ·
1 Parent(s): a0ad874

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -45,6 +45,20 @@ more details, including on how to concatenate multi-part files.
45
  | Link | Type | Size/GB | Notes |
46
  |:-----|:-----|--------:|:------|
47
  | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
50
  types (lower is better):
 
45
  | Link | Type | Size/GB | Notes |
46
  |:-----|:-----|--------:|:------|
47
  | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
48
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-IQ2_M.gguf) | i1-IQ2_M | 3.1 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-Q2_K.gguf) | i1-Q2_K | 3.4 | IQ3_XXS probably better |
53
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.7 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* |
55
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.3 | IQ3_S probably better |
56
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS |
57
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality |
58
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.2 | fast, recommended |
59
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | |
60
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | |
61
+ | [GGUF](https://huggingface.co/mradermacher/Apertus-8B-Instruct-2509-Heretic-i1-GGUF/resolve/main/Apertus-8B-Instruct-2509-Heretic.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | practically like static Q6_K |
62
 
63
  Here is a handy graph by ikawrakow comparing some lower-quality quant
64
  types (lower is better):