mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ tags:
|
|
21 |
static quants of https://huggingface.co/ericflo/Llama-3.2-3B-COT
|
22 |
|
23 |
<!-- provided-files -->
|
24 |
-
weighted/imatrix quants
|
25 |
## Usage
|
26 |
|
27 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
@@ -38,10 +38,15 @@ more details, including on how to concatenate multi-part files.
|
|
38 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q3_K_S.gguf) | Q3_K_S | 1.6 | |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality |
|
40 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q3_K_L.gguf) | Q3_K_L | 1.9 | |
|
|
|
|
|
41 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended |
|
42 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended |
|
|
|
|
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q6_K.gguf) | Q6_K | 2.7 | very good quality |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality |
|
|
|
45 |
|
46 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
47 |
types (lower is better):
|
|
|
21 |
static quants of https://huggingface.co/ericflo/Llama-3.2-3B-COT
|
22 |
|
23 |
<!-- provided-files -->
|
24 |
+
weighted/imatrix quants are available at https://huggingface.co/mradermacher/Llama-3.2-3B-COT-i1-GGUF
|
25 |
## Usage
|
26 |
|
27 |
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
|
|
38 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q3_K_S.gguf) | Q3_K_S | 1.6 | |
|
39 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q3_K_M.gguf) | Q3_K_M | 1.8 | lower quality |
|
40 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q3_K_L.gguf) | Q3_K_L | 1.9 | |
|
41 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.IQ4_XS.gguf) | IQ4_XS | 1.9 | |
|
42 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q4_0_4_4.gguf) | Q4_0_4_4 | 2.0 | fast on arm, low quality |
|
43 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q4_K_S.gguf) | Q4_K_S | 2.0 | fast, recommended |
|
44 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q4_K_M.gguf) | Q4_K_M | 2.1 | fast, recommended |
|
45 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q5_K_S.gguf) | Q5_K_S | 2.4 | |
|
46 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q5_K_M.gguf) | Q5_K_M | 2.4 | |
|
47 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q6_K.gguf) | Q6_K | 2.7 | very good quality |
|
48 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.Q8_0.gguf) | Q8_0 | 3.5 | fast, best quality |
|
49 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-3B-COT-GGUF/resolve/main/Llama-3.2-3B-COT.f16.gguf) | f16 | 6.5 | 16 bpw, overkill |
|
50 |
|
51 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
52 |
types (lower is better):
|