mradermacher commited on
Commit
3cf3d7a
·
verified ·
1 Parent(s): f90dcd1

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -35,7 +35,12 @@ more details, including on how to concatenate multi-part files.
35
 
36
  | Link | Type | Size/GB | Notes |
37
  |:-----|:-----|--------:|:------|
 
 
 
38
  | [GGUF](https://huggingface.co/mradermacher/OpenMath-CodeLlama-13b-Python-hf-GGUF/resolve/main/OpenMath-CodeLlama-13b-Python-hf.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
 
 
39
 
40
  Here is a handy graph by ikawrakow comparing some lower-quality quant
41
  types (lower is better):
 
35
 
36
  | Link | Type | Size/GB | Notes |
37
  |:-----|:-----|--------:|:------|
38
+ | [GGUF](https://huggingface.co/mradermacher/OpenMath-CodeLlama-13b-Python-hf-GGUF/resolve/main/OpenMath-CodeLlama-13b-Python-hf.Q2_K.gguf) | Q2_K | 5.0 | |
39
+ | [GGUF](https://huggingface.co/mradermacher/OpenMath-CodeLlama-13b-Python-hf-GGUF/resolve/main/OpenMath-CodeLlama-13b-Python-hf.Q3_K_S.gguf) | Q3_K_S | 5.8 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/OpenMath-CodeLlama-13b-Python-hf-GGUF/resolve/main/OpenMath-CodeLlama-13b-Python-hf.Q3_K_M.gguf) | Q3_K_M | 6.4 | lower quality |
41
  | [GGUF](https://huggingface.co/mradermacher/OpenMath-CodeLlama-13b-Python-hf-GGUF/resolve/main/OpenMath-CodeLlama-13b-Python-hf.Q4_K_S.gguf) | Q4_K_S | 7.5 | fast, recommended |
42
+ | [GGUF](https://huggingface.co/mradermacher/OpenMath-CodeLlama-13b-Python-hf-GGUF/resolve/main/OpenMath-CodeLlama-13b-Python-hf.Q6_K.gguf) | Q6_K | 10.8 | very good quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/OpenMath-CodeLlama-13b-Python-hf-GGUF/resolve/main/OpenMath-CodeLlama-13b-Python-hf.Q8_0.gguf) | Q8_0 | 13.9 | fast, best quality |
44
 
45
  Here is a handy graph by ikawrakow comparing some lower-quality quant
46
  types (lower is better):