mradermacher commited on
Commit
f7741bd
·
verified ·
1 Parent(s): 145b565

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -55,7 +55,7 @@ tags:
55
  static quants of https://huggingface.co/open-neo/Kyro-n1-14B-Chat
56
 
57
  <!-- provided-files -->
58
- weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
59
  ## Usage
60
 
61
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -72,7 +72,13 @@ more details, including on how to concatenate multi-part files.
72
  | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q3_K_S.gguf) | Q3_K_S | 6.8 | |
73
  | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality |
74
  | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q3_K_L.gguf) | Q3_K_L | 8.0 | |
 
75
  | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended |
 
 
 
 
 
76
 
77
  Here is a handy graph by ikawrakow comparing some lower-quality quant
78
  types (lower is better):
 
55
  static quants of https://huggingface.co/open-neo/Kyro-n1-14B-Chat
56
 
57
  <!-- provided-files -->
58
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-i1-GGUF
59
  ## Usage
60
 
61
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
72
  | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q3_K_S.gguf) | Q3_K_S | 6.8 | |
73
  | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q3_K_M.gguf) | Q3_K_M | 7.4 | lower quality |
74
  | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q3_K_L.gguf) | Q3_K_L | 8.0 | |
75
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.IQ4_XS.gguf) | IQ4_XS | 8.3 | |
76
  | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q4_K_S.gguf) | Q4_K_S | 8.7 | fast, recommended |
77
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q4_K_M.gguf) | Q4_K_M | 9.1 | fast, recommended |
78
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q5_K_S.gguf) | Q5_K_S | 10.4 | |
79
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q5_K_M.gguf) | Q5_K_M | 10.6 | |
80
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q6_K.gguf) | Q6_K | 12.2 | very good quality |
81
+ | [GGUF](https://huggingface.co/mradermacher/Kyro-n1-14B-Chat-GGUF/resolve/main/Kyro-n1-14B-Chat.Q8_0.gguf) | Q8_0 | 15.8 | fast, best quality |
82
 
83
  Here is a handy graph by ikawrakow comparing some lower-quality quant
84
  types (lower is better):