mradermacher commited on
Commit
5ab2f5f
·
verified ·
1 Parent(s): f967d50

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -31,9 +31,15 @@ more details, including on how to concatenate multi-part files.
31
 
32
  | Link | Type | Size/GB | Notes |
33
  |:-----|:-----|--------:|:------|
 
34
  | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
 
35
  | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-IQ3_M.gguf) | i1-IQ3_M | 32.0 | |
 
 
36
  | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
 
 
37
 
38
  Here is a handy graph by ikawrakow comparing some lower-quality quant
39
  types (lower is better):
 
31
 
32
  | Link | Type | Size/GB | Notes |
33
  |:-----|:-----|--------:|:------|
34
+ | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-IQ2_M.gguf) | i1-IQ2_M | 24.2 | |
35
  | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
36
+ | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 27.6 | lower quality |
37
  | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-IQ3_M.gguf) | i1-IQ3_M | 32.0 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 34.4 | IQ3_S probably better |
39
+ | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 38.0 | |
40
  | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
41
+ | [GGUF](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 42.6 | fast, recommended |
42
+ | [PART 1](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/L3.3-MS-Evayale-70B-i1-GGUF/resolve/main/L3.3-MS-Evayale-70B.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 58.0 | practically like static Q6_K |
43
 
44
  Here is a handy graph by ikawrakow comparing some lower-quality quant
45
  types (lower is better):