mradermacher commited on
Commit
a1abcd1
1 Parent(s): 5a830ac

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -39,10 +39,24 @@ more details, including on how to concatenate multi-part files.
39
 
40
  | Link | Type | Size/GB | Notes |
41
  |:-----|:-----|--------:|:------|
 
 
 
42
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
43
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 27.6 | lower quality |
 
 
 
 
44
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 34.4 | IQ3_S probably better |
 
 
 
45
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
 
 
 
 
46
 
47
  Here is a handy graph by ikawrakow comparing some lower-quality quant
48
  types (lower is better):
 
39
 
40
  | Link | Type | Size/GB | Notes |
41
  |:-----|:-----|--------:|:------|
42
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 19.2 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 21.2 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-IQ2_M.gguf) | i1-IQ2_M | 24.2 | |
45
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
46
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 27.6 | lower quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 29.4 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-IQ3_S.gguf) | i1-IQ3_S | 31.0 | beats Q3_K* |
49
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 31.0 | IQ3_XS probably better |
50
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-IQ3_M.gguf) | i1-IQ3_M | 32.0 | |
51
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 34.4 | IQ3_S probably better |
52
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 37.2 | IQ3_M probably better |
53
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 38.0 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q4_0.gguf) | i1-Q4_0 | 40.2 | fast, low quality |
55
  | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
56
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 42.6 | fast, recommended |
57
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 48.8 | |
58
+ | [GGUF](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 50.0 | |
59
+ | [PART 1](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/dolphin-2.9-llama3-70b-i1-GGUF/resolve/main/dolphin-2.9-llama3-70b.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 58.0 | practically like static Q6_K |
60
 
61
  Here is a handy graph by ikawrakow comparing some lower-quality quant
62
  types (lower is better):