mradermacher commited on
Commit
96ae693
·
verified ·
1 Parent(s): f5f9297

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -53,9 +53,19 @@ more details, including on how to concatenate multi-part files.
53
  |:-----|:-----|--------:|:------|
54
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
55
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q2_K.gguf) | i1-Q2_K | 11.0 | IQ3_XXS probably better |
 
 
56
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-IQ3_M.gguf) | i1-IQ3_M | 12.9 | |
57
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 13.6 | IQ3_S probably better |
 
 
 
58
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 15.9 | optimal size/speed/quality |
 
 
 
 
 
59
 
60
  Here is a handy graph by ikawrakow comparing some lower-quality quant
61
  types (lower is better):
 
53
  |:-----|:-----|--------:|:------|
54
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
55
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q2_K.gguf) | i1-Q2_K | 11.0 | IQ3_XXS probably better |
56
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 12.4 | IQ3_XS probably better |
57
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-IQ3_S.gguf) | i1-IQ3_S | 12.7 | beats Q3_K* |
58
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-IQ3_M.gguf) | i1-IQ3_M | 12.9 | |
59
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 13.6 | IQ3_S probably better |
60
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 14.7 | IQ3_M probably better |
61
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 15.4 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q4_0.gguf) | i1-Q4_0 | 15.9 | fast, low quality |
63
  | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 15.9 | optimal size/speed/quality |
64
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 16.9 | fast, recommended |
65
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q4_1.gguf) | i1-Q4_1 | 17.4 | |
66
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 19.1 | |
67
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 19.6 | |
68
+ | [GGUF](https://huggingface.co/mradermacher/Pantheon-Reasoning-27B-i1-GGUF/resolve/main/Pantheon-Reasoning-27B.i1-Q6_K.gguf) | i1-Q6_K | 22.5 | practically like static Q6_K |
69
 
70
  Here is a handy graph by ikawrakow comparing some lower-quality quant
71
  types (lower is better):