mradermacher commited on
Commit
9b5b013
·
verified ·
1 Parent(s): 23d96e6

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -39,10 +39,13 @@ more details, including on how to concatenate multi-part files.
39
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q2_K.gguf) | Q2_K | 0.4 | |
40
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q3_K_S.gguf) | Q3_K_S | 0.5 | |
41
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q3_K_M.gguf) | Q3_K_M | 0.6 | lower quality |
 
42
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q3_K_L.gguf) | Q3_K_L | 0.6 | |
 
43
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q4_K_S.gguf) | Q4_K_S | 0.6 | fast, recommended |
44
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q4_K_M.gguf) | Q4_K_M | 0.6 | fast, recommended |
45
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q5_K_S.gguf) | Q5_K_S | 0.7 | |
 
46
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q6_K.gguf) | Q6_K | 0.8 | very good quality |
47
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q8_0.gguf) | Q8_0 | 1.0 | fast, best quality |
48
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.f16.gguf) | f16 | 1.8 | 16 bpw, overkill |
 
39
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q2_K.gguf) | Q2_K | 0.4 | |
40
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q3_K_S.gguf) | Q3_K_S | 0.5 | |
41
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q3_K_M.gguf) | Q3_K_M | 0.6 | lower quality |
42
+ | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.IQ4_XS.gguf) | IQ4_XS | 0.6 | |
43
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q3_K_L.gguf) | Q3_K_L | 0.6 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q4_0_4_4.gguf) | Q4_0_4_4 | 0.6 | fast on arm, low quality |
45
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q4_K_S.gguf) | Q4_K_S | 0.6 | fast, recommended |
46
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q4_K_M.gguf) | Q4_K_M | 0.6 | fast, recommended |
47
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q5_K_S.gguf) | Q5_K_S | 0.7 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q5_K_M.gguf) | Q5_K_M | 0.7 | |
49
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q6_K.gguf) | Q6_K | 0.8 | very good quality |
50
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.Q8_0.gguf) | Q8_0 | 1.0 | fast, best quality |
51
  | [GGUF](https://huggingface.co/mradermacher/ChatGPT-2.V2-GGUF/resolve/main/ChatGPT-2.V2.f16.gguf) | f16 | 1.8 | 16 bpw, overkill |