mradermacher commited on
Commit
425e092
·
verified ·
1 Parent(s): 88012f3

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -34,8 +34,15 @@ more details, including on how to concatenate multi-part files.
34
  | Link | Type | Size/GB | Notes |
35
  |:-----|:-----|--------:|:------|
36
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q2_K.gguf) | Q2_K | 3.9 | |
 
37
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q3_K_M.gguf) | Q3_K_M | 5.0 | lower quality |
 
 
 
38
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q4_K_S.gguf) | Q4_K_S | 5.8 | fast, recommended |
 
 
 
39
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q6_K.gguf) | Q6_K | 8.1 | very good quality |
40
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q8_0.gguf) | Q8_0 | 10.5 | fast, best quality |
41
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.f16.gguf) | f16 | 19.7 | 16 bpw, overkill |
 
34
  | Link | Type | Size/GB | Notes |
35
  |:-----|:-----|--------:|:------|
36
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q2_K.gguf) | Q2_K | 3.9 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q3_K_S.gguf) | Q3_K_S | 4.5 | |
38
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q3_K_M.gguf) | Q3_K_M | 5.0 | lower quality |
39
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q3_K_L.gguf) | Q3_K_L | 5.3 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.IQ4_XS.gguf) | IQ4_XS | 5.5 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q4_0_4_4.gguf) | Q4_0_4_4 | 5.7 | fast on arm, low quality |
42
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q4_K_S.gguf) | Q4_K_S | 5.8 | fast, recommended |
43
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q4_K_M.gguf) | Q4_K_M | 6.1 | fast, recommended |
44
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q5_K_S.gguf) | Q5_K_S | 6.9 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q5_K_M.gguf) | Q5_K_M | 7.1 | |
46
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q6_K.gguf) | Q6_K | 8.1 | very good quality |
47
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.Q8_0.gguf) | Q8_0 | 10.5 | fast, best quality |
48
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-8b-dus-GGUF/resolve/main/dolphin-2.9-llama3-8b-dus.f16.gguf) | f16 | 19.7 | 16 bpw, overkill |