Transformers
GGUF
Inference Endpoints
conversational
mradermacher commited on
Commit
8506fd0
·
verified ·
1 Parent(s): da307a6

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -86,8 +86,13 @@ more details, including on how to concatenate multi-part files.
86
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q3_K_S.gguf) | Q3_K_S | 5.8 | |
87
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
88
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
 
89
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
90
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q4_K_M.gguf) | Q4_K_M | 8.0 | fast, recommended |
 
 
 
 
91
 
92
  Here is a handy graph by ikawrakow comparing some lower-quality quant
93
  types (lower is better):
 
86
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q3_K_S.gguf) | Q3_K_S | 5.8 | |
87
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
88
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q3_K_L.gguf) | Q3_K_L | 7.0 | |
89
+ | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.IQ4_XS.gguf) | IQ4_XS | 7.1 | |
90
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
91
  | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q4_K_M.gguf) | Q4_K_M | 8.0 | fast, recommended |
92
+ | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q5_K_S.gguf) | Q5_K_S | 9.1 | |
93
+ | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q5_K_M.gguf) | Q5_K_M | 9.3 | |
94
+ | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q6_K.gguf) | Q6_K | 10.8 | very good quality |
95
+ | [GGUF](https://huggingface.co/mradermacher/X-ALMA-13B-Pretrain-GGUF/resolve/main/X-ALMA-13B-Pretrain.Q8_0.gguf) | Q8_0 | 13.9 | fast, best quality |
96
 
97
  Here is a handy graph by ikawrakow comparing some lower-quality quant
98
  types (lower is better):