mradermacher commited on
Commit
6bd999a
·
verified ·
1 Parent(s): a7fa3c1

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -21,7 +21,7 @@ tags:
21
  static quants of https://huggingface.co/yamatazen/FlickeringLight-14B
22
 
23
  <!-- provided-files -->
24
- 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.
25
  ## Usage
26
 
27
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -38,9 +38,11 @@ more details, including on how to concatenate multi-part files.
38
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q3_K_S.gguf) | Q3_K_S | 6.6 | |
39
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q3_K_M.gguf) | Q3_K_M | 7.2 | lower quality |
40
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q3_K_L.gguf) | Q3_K_L | 7.8 | |
 
41
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q4_K_S.gguf) | Q4_K_S | 8.5 | fast, recommended |
42
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q4_K_M.gguf) | Q4_K_M | 8.9 | fast, recommended |
43
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q5_K_S.gguf) | Q5_K_S | 10.1 | |
 
44
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q6_K.gguf) | Q6_K | 11.9 | very good quality |
45
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q8_0.gguf) | Q8_0 | 15.4 | fast, best quality |
46
 
 
21
  static quants of https://huggingface.co/yamatazen/FlickeringLight-14B
22
 
23
  <!-- provided-files -->
24
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/FlickeringLight-14B-i1-GGUF
25
  ## Usage
26
 
27
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
38
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q3_K_S.gguf) | Q3_K_S | 6.6 | |
39
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q3_K_M.gguf) | Q3_K_M | 7.2 | lower quality |
40
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q3_K_L.gguf) | Q3_K_L | 7.8 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.IQ4_XS.gguf) | IQ4_XS | 8.1 | |
42
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q4_K_S.gguf) | Q4_K_S | 8.5 | fast, recommended |
43
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q4_K_M.gguf) | Q4_K_M | 8.9 | fast, recommended |
44
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q5_K_S.gguf) | Q5_K_S | 10.1 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q5_K_M.gguf) | Q5_K_M | 10.4 | |
46
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q6_K.gguf) | Q6_K | 11.9 | very good quality |
47
  | [GGUF](https://huggingface.co/mradermacher/FlickeringLight-14B-GGUF/resolve/main/FlickeringLight-14B.Q8_0.gguf) | Q8_0 | 15.4 | fast, best quality |
48