mradermacher commited on
Commit
5542932
1 Parent(s): 73a763c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -33,7 +33,13 @@ more details, including on how to concatenate multi-part files.
33
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q2_K.gguf) | Q2_K | 2.6 | |
34
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
35
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality |
 
 
 
36
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
 
 
 
37
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q6_K.gguf) | Q6_K | 5.6 | very good quality |
38
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality |
39
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.f16.gguf) | f16 | 13.6 | 16 bpw, overkill |
 
33
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q2_K.gguf) | Q2_K | 2.6 | |
34
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
35
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality |
36
+ | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q3_K_L.gguf) | Q3_K_L | 3.7 | |
37
+ | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.IQ4_XS.gguf) | IQ4_XS | 3.7 | |
38
+ | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q4_0_4_4.gguf) | Q4_0_4_4 | 3.9 | fast on arm, low quality |
39
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
40
+ | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended |
41
+ | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q5_K_S.gguf) | Q5_K_S | 4.8 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q5_K_M.gguf) | Q5_K_M | 4.9 | |
43
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q6_K.gguf) | Q6_K | 5.6 | very good quality |
44
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality |
45
  | [GGUF](https://huggingface.co/mradermacher/OpenCodeInterpreter-CL-7B-GGUF/resolve/main/OpenCodeInterpreter-CL-7B.f16.gguf) | f16 | 13.6 | 16 bpw, overkill |