mradermacher commited on
Commit
186db10
1 Parent(s): c2164e0

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -15,7 +15,7 @@ quantized_by: mradermacher
15
  static quants of https://huggingface.co/01-ai/Yi-1.5-6B
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
20
 
21
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -28,7 +28,21 @@ more details, including on how to concatenate multi-part files.
28
 
29
  | Link | Type | Size/GB | Notes |
30
  |:-----|:-----|--------:|:------|
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q8_0.gguf) | Q8_0 | 6.5 | fast, best quality |
 
32
 
33
  Here is a handy graph by ikawrakow comparing some lower-quality quant
34
  types (lower is better):
 
15
  static quants of https://huggingface.co/01-ai/Yi-1.5-6B
16
 
17
  <!-- provided-files -->
18
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Yi-1.5-6B-i1-GGUF
19
  ## Usage
20
 
21
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
28
 
29
  | Link | Type | Size/GB | Notes |
30
  |:-----|:-----|--------:|:------|
31
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q2_K.gguf) | Q2_K | 2.4 | |
32
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.IQ3_XS.gguf) | IQ3_XS | 2.7 | |
33
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q3_K_S.gguf) | Q3_K_S | 2.8 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.IQ3_S.gguf) | IQ3_S | 2.8 | beats Q3_K* |
35
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.IQ3_M.gguf) | IQ3_M | 2.9 | |
36
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q3_K_M.gguf) | Q3_K_M | 3.1 | lower quality |
37
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q3_K_L.gguf) | Q3_K_L | 3.3 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.IQ4_XS.gguf) | IQ4_XS | 3.4 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q4_K_S.gguf) | Q4_K_S | 3.6 | fast, recommended |
40
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q4_K_M.gguf) | Q4_K_M | 3.8 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q5_K_S.gguf) | Q5_K_S | 4.3 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q5_K_M.gguf) | Q5_K_M | 4.4 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q6_K.gguf) | Q6_K | 5.1 | very good quality |
44
  | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.Q8_0.gguf) | Q8_0 | 6.5 | fast, best quality |
45
+ | [GGUF](https://huggingface.co/mradermacher/Yi-1.5-6B-GGUF/resolve/main/Yi-1.5-6B.f16.gguf) | f16 | 12.2 | 16 bpw, overkill |
46
 
47
  Here is a handy graph by ikawrakow comparing some lower-quality quant
48
  types (lower is better):