mradermacher commited on
Commit
2c0acf6
·
verified ·
1 Parent(s): 7f93919

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -40,9 +40,14 @@ more details, including on how to concatenate multi-part files.
40
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
41
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality |
42
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q3_K_L.gguf) | Q3_K_L | 3.7 | |
 
43
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
 
 
 
44
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q6_K.gguf) | Q6_K | 5.6 | very good quality |
45
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality |
 
46
 
47
  Here is a handy graph by ikawrakow comparing some lower-quality quant
48
  types (lower is better):
 
40
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
41
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q3_K_M.gguf) | Q3_K_M | 3.4 | lower quality |
42
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q3_K_L.gguf) | Q3_K_L | 3.7 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.IQ4_XS.gguf) | IQ4_XS | 3.7 | |
44
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q4_K_S.gguf) | Q4_K_S | 4.0 | fast, recommended |
45
+ | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q4_K_M.gguf) | Q4_K_M | 4.2 | fast, recommended |
46
+ | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q5_K_S.gguf) | Q5_K_S | 4.8 | |
47
+ | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q5_K_M.gguf) | Q5_K_M | 4.9 | |
48
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q6_K.gguf) | Q6_K | 5.6 | very good quality |
49
  | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.Q8_0.gguf) | Q8_0 | 7.3 | fast, best quality |
50
+ | [GGUF](https://huggingface.co/mradermacher/CodeLlama-7b-Instruct-Solidity-GGUF/resolve/main/CodeLlama-7b-Instruct-Solidity.f16.gguf) | f16 | 13.6 | 16 bpw, overkill |
51
 
52
  Here is a handy graph by ikawrakow comparing some lower-quality quant
53
  types (lower is better):