mradermacher commited on
Commit
fecb09c
1 Parent(s): 2eaeda2

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -13,7 +13,6 @@ tags:
13
 
14
  static quants of https://huggingface.co/Alsebay/SunnyRain-2x10.7B
15
 
16
-
17
  <!-- provided-files -->
18
  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.
19
  ## Usage
@@ -29,9 +28,13 @@ more details, including on how to concatenate multi-part files.
29
  | Link | Type | Size/GB | Notes |
30
  |:-----|:-----|--------:|:------|
31
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q2_K.gguf) | Q2_K | 7.3 | |
 
32
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q3_K_S.gguf) | Q3_K_S | 8.6 | |
 
 
33
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q3_K_M.gguf) | Q3_K_M | 9.5 | lower quality |
34
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q3_K_L.gguf) | Q3_K_L | 10.3 | |
 
35
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q4_0.gguf) | Q4_0 | 11.1 | |
36
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q4_K_S.gguf) | Q4_K_S | 11.2 | fast, recommended |
37
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q4_K_M.gguf) | Q4_K_M | 11.8 | fast, recommended |
 
13
 
14
  static quants of https://huggingface.co/Alsebay/SunnyRain-2x10.7B
15
 
 
16
  <!-- provided-files -->
17
  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.
18
  ## Usage
 
28
  | Link | Type | Size/GB | Notes |
29
  |:-----|:-----|--------:|:------|
30
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q2_K.gguf) | Q2_K | 7.3 | |
31
+ | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.IQ3_XS.gguf) | IQ3_XS | 8.1 | |
32
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q3_K_S.gguf) | Q3_K_S | 8.6 | |
33
+ | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.IQ3_S.gguf) | IQ3_S | 8.6 | beats Q3_K* |
34
+ | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.IQ3_M.gguf) | IQ3_M | 8.8 | |
35
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q3_K_M.gguf) | Q3_K_M | 9.5 | lower quality |
36
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q3_K_L.gguf) | Q3_K_L | 10.3 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.IQ4_XS.gguf) | IQ4_XS | 10.6 | |
38
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q4_0.gguf) | Q4_0 | 11.1 | |
39
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q4_K_S.gguf) | Q4_K_S | 11.2 | fast, recommended |
40
  | [GGUF](https://huggingface.co/mradermacher/SunnyRain-2x10.7B-GGUF/resolve/main/SunnyRain-2x10.7B.Q4_K_M.gguf) | Q4_K_M | 11.8 | fast, recommended |