mradermacher commited on
Commit
aa5ec2c
·
verified ·
1 Parent(s): 1317e02

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -31,7 +31,12 @@ more details, including on how to concatenate multi-part files.
31
  | Link | Type | Size/GB | Notes |
32
  |:-----|:-----|--------:|:------|
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.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
 
 
 
35
 
36
  Here is a handy graph by ikawrakow comparing some lower-quality quant
37
  types (lower is better):
 
31
  | Link | Type | Size/GB | Notes |
32
  |:-----|:-----|--------:|:------|
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 |
40
 
41
  Here is a handy graph by ikawrakow comparing some lower-quality quant
42
  types (lower is better):