mradermacher
commited on
Commit
•
193a5da
1
Parent(s):
25b4889
auto-patch README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,16 @@ more details, including on how to concatenate multi-part files.
|
|
32 |
| Link | Type | Size/GB | Notes |
|
33 |
|:-----|:-----|--------:|:------|
|
34 |
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q2_K.gguf) | Q2_K | 4.9 | |
|
|
|
|
|
|
|
|
|
35 |
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q4_K_S.gguf) | Q4_K_S | 7.2 | fast, recommended |
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
38 |
types (lower is better):
|
|
|
32 |
| Link | Type | Size/GB | Notes |
|
33 |
|:-----|:-----|--------:|:------|
|
34 |
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q2_K.gguf) | Q2_K | 4.9 | |
|
35 |
+
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q3_K_S.gguf) | Q3_K_S | 5.6 | |
|
36 |
+
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q3_K_M.gguf) | Q3_K_M | 6.2 | lower quality |
|
37 |
+
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q3_K_L.gguf) | Q3_K_L | 6.7 | |
|
38 |
+
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.IQ4_XS.gguf) | IQ4_XS | 6.9 | |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q4_K_S.gguf) | Q4_K_S | 7.2 | fast, recommended |
|
40 |
+
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q4_K_M.gguf) | Q4_K_M | 7.6 | fast, recommended |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q5_K_S.gguf) | Q5_K_S | 8.6 | |
|
42 |
+
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q5_K_M.gguf) | Q5_K_M | 8.8 | |
|
43 |
+
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q6_K.gguf) | Q6_K | 10.2 | very good quality |
|
44 |
+
| [GGUF](https://huggingface.co/mradermacher/Avalon_7-GGUF/resolve/main/Avalon_7.Q8_0.gguf) | Q8_0 | 13.1 | fast, best quality |
|
45 |
|
46 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
47 |
types (lower is better):
|