mradermacher commited on
Commit
87ce226
·
verified ·
1 Parent(s): 70ab6e2

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -48,7 +48,10 @@ more details, including on how to concatenate multi-part files.
48
  |:-----|:-----|--------:|:------|
49
  | [GGUF](https://huggingface.co/mradermacher/OmniAtlas-Qwen3-30B-A3B-i1-GGUF/resolve/main/OmniAtlas-Qwen3-30B-A3B.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) |
50
  | [GGUF](https://huggingface.co/mradermacher/OmniAtlas-Qwen3-30B-A3B-i1-GGUF/resolve/main/OmniAtlas-Qwen3-30B-A3B.i1-Q2_K.gguf) | i1-Q2_K | 11.4 | IQ3_XXS probably better |
 
51
  | [GGUF](https://huggingface.co/mradermacher/OmniAtlas-Qwen3-30B-A3B-i1-GGUF/resolve/main/OmniAtlas-Qwen3-30B-A3B.i1-IQ3_M.gguf) | i1-IQ3_M | 13.6 | |
 
 
52
 
53
  Here is a handy graph by ikawrakow comparing some lower-quality quant
54
  types (lower is better):
 
48
  |:-----|:-----|--------:|:------|
49
  | [GGUF](https://huggingface.co/mradermacher/OmniAtlas-Qwen3-30B-A3B-i1-GGUF/resolve/main/OmniAtlas-Qwen3-30B-A3B.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) |
50
  | [GGUF](https://huggingface.co/mradermacher/OmniAtlas-Qwen3-30B-A3B-i1-GGUF/resolve/main/OmniAtlas-Qwen3-30B-A3B.i1-Q2_K.gguf) | i1-Q2_K | 11.4 | IQ3_XXS probably better |
51
+ | [GGUF](https://huggingface.co/mradermacher/OmniAtlas-Qwen3-30B-A3B-i1-GGUF/resolve/main/OmniAtlas-Qwen3-30B-A3B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 11.9 | lower quality |
52
  | [GGUF](https://huggingface.co/mradermacher/OmniAtlas-Qwen3-30B-A3B-i1-GGUF/resolve/main/OmniAtlas-Qwen3-30B-A3B.i1-IQ3_M.gguf) | i1-IQ3_M | 13.6 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/OmniAtlas-Qwen3-30B-A3B-i1-GGUF/resolve/main/OmniAtlas-Qwen3-30B-A3B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 14.8 | IQ3_S probably better |
54
+ | [GGUF](https://huggingface.co/mradermacher/OmniAtlas-Qwen3-30B-A3B-i1-GGUF/resolve/main/OmniAtlas-Qwen3-30B-A3B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 17.6 | optimal size/speed/quality |
55
 
56
  Here is a handy graph by ikawrakow comparing some lower-quality quant
57
  types (lower is better):