mradermacher commited on
Commit
4e29a4f
·
verified ·
1 Parent(s): edf110e

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -41,9 +41,14 @@ more details, including on how to concatenate multi-part files.
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q3_K_S.gguf) | Q3_K_S | 12.2 | |
43
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q2_K.gguf) | Q2_K | 12.2 | |
 
44
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q3_K_M.gguf) | Q3_K_M | 13.0 | lower quality |
45
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q3_K_L.gguf) | Q3_K_L | 13.4 | |
46
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q4_K_S.gguf) | Q4_K_S | 14.8 | fast, recommended |
 
 
 
 
47
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q8_0.gguf) | Q8_0 | 22.4 | fast, best quality |
48
 
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
 
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q3_K_S.gguf) | Q3_K_S | 12.2 | |
43
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q2_K.gguf) | Q2_K | 12.2 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.IQ4_XS.gguf) | IQ4_XS | 12.3 | |
45
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q3_K_M.gguf) | Q3_K_M | 13.0 | lower quality |
46
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q3_K_L.gguf) | Q3_K_L | 13.4 | |
47
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q4_K_S.gguf) | Q4_K_S | 14.8 | fast, recommended |
48
+ | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q4_K_M.gguf) | Q4_K_M | 15.9 | fast, recommended |
49
+ | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q5_K_S.gguf) | Q5_K_S | 16.0 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q5_K_M.gguf) | Q5_K_M | 17.0 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q6_K.gguf) | Q6_K | 22.3 | very good quality |
52
  | [GGUF](https://huggingface.co/mradermacher/PyroNet-GGUF/resolve/main/PyroNet.Q8_0.gguf) | Q8_0 | 22.4 | fast, best quality |
53
 
54
  Here is a handy graph by ikawrakow comparing some lower-quality quant