mradermacher
commited on
auto-patch README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,9 @@ more details, including on how to concatenate multi-part files.
|
|
28 |
|
29 |
| Link | Type | Size/GB | Notes |
|
30 |
|:-----|:-----|--------:|:------|
|
|
|
|
|
|
|
31 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Dolphin-Portuguese-v0.2-GGUF/resolve/main/Llama-3-8B-Dolphin-Portuguese-v0.2.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
|
32 |
|
33 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
|
|
28 |
|
29 |
| Link | Type | Size/GB | Notes |
|
30 |
|:-----|:-----|--------:|:------|
|
31 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Dolphin-Portuguese-v0.2-GGUF/resolve/main/Llama-3-8B-Dolphin-Portuguese-v0.2.Q2_K.gguf) | Q2_K | 3.3 | |
|
32 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Dolphin-Portuguese-v0.2-GGUF/resolve/main/Llama-3-8B-Dolphin-Portuguese-v0.2.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
|
33 |
+
| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Dolphin-Portuguese-v0.2-GGUF/resolve/main/Llama-3-8B-Dolphin-Portuguese-v0.2.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
|
34 |
| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Dolphin-Portuguese-v0.2-GGUF/resolve/main/Llama-3-8B-Dolphin-Portuguese-v0.2.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
|
35 |
|
36 |
Here is a handy graph by ikawrakow comparing some lower-quality quant
|