mradermacher commited on
Commit
115cb93
·
verified ·
1 Parent(s): 02d68f0

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -26,7 +26,7 @@ tags:
26
  static quants of https://huggingface.co/soob3123/GrayLine-Gemma3-12B
27
 
28
  <!-- provided-files -->
29
- 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.
30
  ## Usage
31
 
32
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -40,7 +40,16 @@ more details, including on how to concatenate multi-part files.
40
  | Link | Type | Size/GB | Notes |
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q2_K.gguf) | Q2_K | 4.9 | |
 
 
 
 
43
  | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q4_K_S.gguf) | Q4_K_S | 7.0 | fast, recommended |
 
 
 
 
 
44
 
45
  Here is a handy graph by ikawrakow comparing some lower-quality quant
46
  types (lower is better):
 
26
  static quants of https://huggingface.co/soob3123/GrayLine-Gemma3-12B
27
 
28
  <!-- provided-files -->
29
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-i1-GGUF
30
  ## Usage
31
 
32
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
40
  | Link | Type | Size/GB | Notes |
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q2_K.gguf) | Q2_K | 4.9 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q3_K_S.gguf) | Q3_K_S | 5.6 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q3_K_M.gguf) | Q3_K_M | 6.1 | lower quality |
45
+ | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q3_K_L.gguf) | Q3_K_L | 6.6 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.IQ4_XS.gguf) | IQ4_XS | 6.7 | |
47
  | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q4_K_S.gguf) | Q4_K_S | 7.0 | fast, recommended |
48
+ | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q4_K_M.gguf) | Q4_K_M | 7.4 | fast, recommended |
49
+ | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q5_K_S.gguf) | Q5_K_S | 8.3 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q5_K_M.gguf) | Q5_K_M | 8.5 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q6_K.gguf) | Q6_K | 9.8 | very good quality |
52
+ | [GGUF](https://huggingface.co/mradermacher/GrayLine-Gemma3-12B-GGUF/resolve/main/GrayLine-Gemma3-12B.Q8_0.gguf) | Q8_0 | 12.6 | fast, best quality |
53
 
54
  Here is a handy graph by ikawrakow comparing some lower-quality quant
55
  types (lower is better):