mradermacher commited on
Commit
f3e256a
·
verified ·
1 Parent(s): 0ecee3c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -42,6 +42,14 @@ more details, including on how to concatenate multi-part files.
42
  | Link | Type | Size/GB | Notes |
43
  |:-----|:-----|--------:|:------|
44
  | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) |
 
 
 
 
 
 
 
 
45
 
46
  Here is a handy graph by ikawrakow comparing some lower-quality quant
47
  types (lower is better):
 
42
  | Link | Type | Size/GB | Notes |
43
  |:-----|:-----|--------:|:------|
44
  | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) |
45
+ | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.i1-IQ2_M.gguf) | i1-IQ2_M | 10.3 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.i1-Q2_K.gguf) | i1-Q2_K | 11.4 | IQ3_XXS probably better |
47
+ | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 11.9 | lower quality |
48
+ | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.i1-IQ3_M.gguf) | i1-IQ3_M | 13.6 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.i1-Q3_K_M.gguf) | i1-Q3_K_M | 14.8 | IQ3_S probably better |
50
+ | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.i1-Q4_K_S.gguf) | i1-Q4_K_S | 17.6 | optimal size/speed/quality |
51
+ | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.i1-Q4_K_M.gguf) | i1-Q4_K_M | 18.7 | fast, recommended |
52
+ | [GGUF](https://huggingface.co/mradermacher/iFlow-ROME-i1-GGUF/resolve/main/iFlow-ROME.i1-Q6_K.gguf) | i1-Q6_K | 25.2 | practically like static Q6_K |
53
 
54
  Here is a handy graph by ikawrakow comparing some lower-quality quant
55
  types (lower is better):