auto-patch README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ quantized_by: mradermacher
|
|
15 |
static quants of https://huggingface.co/win10/MagiDevs-24B-2506-Vision
|
16 |
|
17 |
<!-- provided-files -->
|
18 |
-
weighted/imatrix quants
|
19 |
## Usage
|
20 |
|
21 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
@@ -29,7 +29,16 @@ more details, including on how to concatenate multi-part files.
|
|
29 |
| Link | Type | Size/GB | Notes |
|
30 |
|:-----|:-----|--------:|:------|
|
31 |
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q2_K.gguf) | Q2_K | 9.0 | |
|
|
|
|
|
|
|
|
|
32 |
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q4_K_S.gguf) | Q4_K_S | 13.6 | fast, recommended |
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
35 |
types (lower is better):
|
|
|
15 |
static quants of https://huggingface.co/win10/MagiDevs-24B-2506-Vision
|
16 |
|
17 |
<!-- provided-files -->
|
18 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-i1-GGUF
|
19 |
## Usage
|
20 |
|
21 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
29 |
| Link | Type | Size/GB | Notes |
|
30 |
|:-----|:-----|--------:|:------|
|
31 |
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q2_K.gguf) | Q2_K | 9.0 | |
|
32 |
+
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q3_K_S.gguf) | Q3_K_S | 10.5 | |
|
33 |
+
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q3_K_M.gguf) | Q3_K_M | 11.6 | lower quality |
|
34 |
+
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q3_K_L.gguf) | Q3_K_L | 12.5 | |
|
35 |
+
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.IQ4_XS.gguf) | IQ4_XS | 13.0 | |
|
36 |
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q4_K_S.gguf) | Q4_K_S | 13.6 | fast, recommended |
|
37 |
+
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q4_K_M.gguf) | Q4_K_M | 14.4 | fast, recommended |
|
38 |
+
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q5_K_S.gguf) | Q5_K_S | 16.4 | |
|
39 |
+
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q5_K_M.gguf) | Q5_K_M | 16.9 | |
|
40 |
+
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q6_K.gguf) | Q6_K | 19.4 | very good quality |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/MagiDevs-24B-2506-Vision-GGUF/resolve/main/MagiDevs-24B-2506-Vision.Q8_0.gguf) | Q8_0 | 25.2 | fast, best quality |
|
42 |
|
43 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
44 |
types (lower is better):
|