mradermacher commited on
Commit
a21f4a1
1 Parent(s): 4e29237

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -19,7 +19,6 @@ tags:
19
  <!-- ### vocab_type: -->
20
  static quants of https://huggingface.co/NotAiLOL/Knight-Miqu-27B-MoE
21
 
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
@@ -34,8 +33,19 @@ more details, including on how to concatenate multi-part files.
34
 
35
  | Link | Type | Size/GB | Notes |
36
  |:-----|:-----|--------:|:------|
 
 
 
37
  | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.IQ3_S.gguf) | IQ3_S | 12.2 | beats Q3_K* |
 
 
 
 
38
  | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q4_K_S.gguf) | Q4_K_S | 16.0 | fast, recommended |
 
 
 
 
39
  | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q8_0.gguf) | Q8_0 | 29.8 | fast, best quality |
40
 
41
 
 
19
  <!-- ### vocab_type: -->
20
  static quants of https://huggingface.co/NotAiLOL/Knight-Miqu-27B-MoE
21
 
 
22
  <!-- provided-files -->
23
  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.
24
  ## Usage
 
33
 
34
  | Link | Type | Size/GB | Notes |
35
  |:-----|:-----|--------:|:------|
36
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q2_K.gguf) | Q2_K | 10.4 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.IQ3_XS.gguf) | IQ3_XS | 11.6 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q3_K_S.gguf) | Q3_K_S | 12.2 | |
39
  | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.IQ3_S.gguf) | IQ3_S | 12.2 | beats Q3_K* |
40
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.IQ3_M.gguf) | IQ3_M | 12.6 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q3_K_M.gguf) | Q3_K_M | 13.6 | lower quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q3_K_L.gguf) | Q3_K_L | 14.8 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.IQ4_XS.gguf) | IQ4_XS | 15.2 | |
44
  | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q4_K_S.gguf) | Q4_K_S | 16.0 | fast, recommended |
45
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q4_K_M.gguf) | Q4_K_M | 16.9 | fast, recommended |
46
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q5_K_S.gguf) | Q5_K_S | 19.3 | |
47
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q5_K_M.gguf) | Q5_K_M | 19.8 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q6_K.gguf) | Q6_K | 23.0 | very good quality |
49
  | [GGUF](https://huggingface.co/mradermacher/Knight-Miqu-27B-MoE-GGUF/resolve/main/Knight-Miqu-27B-MoE.Q8_0.gguf) | Q8_0 | 29.8 | fast, best quality |
50
 
51