mradermacher commited on
Commit
09c8132
·
verified ·
1 Parent(s): 32cfa8f

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -52,7 +52,15 @@ more details, including on how to concatenate multi-part files.
52
  | Link | Type | Size/GB | Notes |
53
  |:-----|:-----|--------:|:------|
54
  | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q2_K.gguf) | Q2_K | 9.0 | |
 
 
 
55
  | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q4_K_S.gguf) | Q4_K_S | 13.6 | fast, recommended |
 
 
 
 
 
56
 
57
  Here is a handy graph by ikawrakow comparing some lower-quality quant
58
  types (lower is better):
 
52
  | Link | Type | Size/GB | Notes |
53
  |:-----|:-----|--------:|:------|
54
  | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q2_K.gguf) | Q2_K | 9.0 | |
55
+ | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q3_K_S.gguf) | Q3_K_S | 10.5 | |
56
+ | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q3_K_M.gguf) | Q3_K_M | 11.6 | lower quality |
57
+ | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q3_K_L.gguf) | Q3_K_L | 12.5 | |
58
  | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q4_K_S.gguf) | Q4_K_S | 13.6 | fast, recommended |
59
+ | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q4_K_M.gguf) | Q4_K_M | 14.4 | fast, recommended |
60
+ | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q5_K_S.gguf) | Q5_K_S | 16.4 | |
61
+ | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q5_K_M.gguf) | Q5_K_M | 16.9 | |
62
+ | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q6_K.gguf) | Q6_K | 19.4 | very good quality |
63
+ | [GGUF](https://huggingface.co/mradermacher/chat_noir-24b-v2-GGUF/resolve/main/chat_noir-24b-v2.Q8_0.gguf) | Q8_0 | 25.2 | fast, best quality |
64
 
65
  Here is a handy graph by ikawrakow comparing some lower-quality quant
66
  types (lower is better):