mradermacher commited on
Commit
7508a5e
·
verified ·
1 Parent(s): c861367

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -62,13 +62,17 @@ more details, including on how to concatenate multi-part files.
62
  | Link | Type | Size/GB | Notes |
63
  |:-----|:-----|--------:|:------|
64
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.imatrix.gguf) | imatrix | 0.6 | imatrix file (for creating your own quants) |
 
65
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-IQ2_M.gguf) | i1-IQ2_M | 26.2 | |
 
66
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q2_K.gguf) | i1-Q2_K | 29.2 | IQ3_XXS probably better |
67
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 30.9 | lower quality |
68
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-IQ3_M.gguf) | i1-IQ3_M | 35.1 | |
69
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 38.3 | IQ3_S probably better |
 
70
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 45.6 | optimal size/speed/quality |
71
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 48.5 | fast, recommended |
 
72
 
73
  Here is a handy graph by ikawrakow comparing some lower-quality quant
74
  types (lower is better):
 
62
  | Link | Type | Size/GB | Notes |
63
  |:-----|:-----|--------:|:------|
64
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.imatrix.gguf) | imatrix | 0.6 | imatrix file (for creating your own quants) |
65
+ | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-IQ1_M.gguf) | i1-IQ1_M | 18.1 | mostly desperate |
66
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-IQ2_M.gguf) | i1-IQ2_M | 26.2 | |
67
+ | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 27.4 | very low quality |
68
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q2_K.gguf) | i1-Q2_K | 29.2 | IQ3_XXS probably better |
69
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 30.9 | lower quality |
70
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-IQ3_M.gguf) | i1-IQ3_M | 35.1 | |
71
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 38.3 | IQ3_S probably better |
72
+ | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 42.7 | |
73
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 45.6 | optimal size/speed/quality |
74
  | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 48.5 | fast, recommended |
75
+ | [GGUF](https://huggingface.co/mradermacher/atom-80b-i1-GGUF/resolve/main/atom-80b.i1-Q6_K.gguf) | i1-Q6_K | 65.6 | practically like static Q6_K |
76
 
77
  Here is a handy graph by ikawrakow comparing some lower-quality quant
78
  types (lower is better):