Transformers
GGUF
English
conversational
mradermacher commited on
Commit
74586ab
·
verified ·
1 Parent(s): 4585e45

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -18,7 +18,7 @@ quantized_by: mradermacher
18
  static quants of https://huggingface.co/allenai/OLMo-2-0325-32B-Instruct
19
 
20
  <!-- provided-files -->
21
- 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.
22
  ## Usage
23
 
24
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -35,7 +35,11 @@ more details, including on how to concatenate multi-part files.
35
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q3_K_S.gguf) | Q3_K_S | 14.2 | |
36
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q3_K_M.gguf) | Q3_K_M | 15.7 | lower quality |
37
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q3_K_L.gguf) | Q3_K_L | 17.0 | |
 
38
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q4_K_S.gguf) | Q4_K_S | 18.5 | fast, recommended |
 
 
 
39
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q6_K.gguf) | Q6_K | 26.5 | very good quality |
40
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q8_0.gguf) | Q8_0 | 34.4 | fast, best quality |
41
 
 
18
  static quants of https://huggingface.co/allenai/OLMo-2-0325-32B-Instruct
19
 
20
  <!-- provided-files -->
21
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-i1-GGUF
22
  ## Usage
23
 
24
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
35
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q3_K_S.gguf) | Q3_K_S | 14.2 | |
36
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q3_K_M.gguf) | Q3_K_M | 15.7 | lower quality |
37
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q3_K_L.gguf) | Q3_K_L | 17.0 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.IQ4_XS.gguf) | IQ4_XS | 17.6 | |
39
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q4_K_S.gguf) | Q4_K_S | 18.5 | fast, recommended |
40
+ | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q4_K_M.gguf) | Q4_K_M | 19.6 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q5_K_S.gguf) | Q5_K_S | 22.3 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q5_K_M.gguf) | Q5_K_M | 23.0 | |
43
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q6_K.gguf) | Q6_K | 26.5 | very good quality |
44
  | [GGUF](https://huggingface.co/mradermacher/OLMo-2-0325-32B-Instruct-GGUF/resolve/main/OLMo-2-0325-32B-Instruct.Q8_0.gguf) | Q8_0 | 34.4 | fast, best quality |
45