Transformers
GGUF
English
imatrix
conversational
mradermacher commited on
Commit
a3771e6
·
verified ·
1 Parent(s): 3a83414

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -40,11 +40,14 @@ more details, including on how to concatenate multi-part files.
40
  | Link | Type | Size/GB | Notes |
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
 
43
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-Q2_K.gguf) | i1-Q2_K | 12.1 | IQ3_XXS probably better |
44
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 12.6 | lower quality |
45
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-IQ3_M.gguf) | i1-IQ3_M | 14.6 | |
46
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-Q3_K_M.gguf) | i1-Q3_K_M | 15.7 | IQ3_S probably better |
47
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-Q4_K_S.gguf) | i1-Q4_K_S | 18.5 | optimal size/speed/quality |
 
 
48
 
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
50
  types (lower is better):
 
40
  | Link | Type | Size/GB | Notes |
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
43
+ | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-IQ2_M.gguf) | i1-IQ2_M | 11.1 | |
44
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-Q2_K.gguf) | i1-Q2_K | 12.1 | IQ3_XXS probably better |
45
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 12.6 | lower quality |
46
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-IQ3_M.gguf) | i1-IQ3_M | 14.6 | |
47
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-Q3_K_M.gguf) | i1-Q3_K_M | 15.7 | IQ3_S probably better |
48
  | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-Q4_K_S.gguf) | i1-Q4_K_S | 18.5 | optimal size/speed/quality |
49
+ | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-Q4_K_M.gguf) | i1-Q4_K_M | 19.6 | fast, recommended |
50
+ | [GGUF](https://huggingface.co/mradermacher/Olmo-3.1-32B-Instruct-SFT-i1-GGUF/resolve/main/Olmo-3.1-32B-Instruct-SFT.i1-Q6_K.gguf) | i1-Q6_K | 26.5 | practically like static Q6_K |
51
 
52
  Here is a handy graph by ikawrakow comparing some lower-quality quant
53
  types (lower is better):