mradermacher commited on
Commit
5fb79f2
1 Parent(s): 331242f

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -36,8 +36,19 @@ more details, including on how to concatenate multi-part files.
36
 
37
  | Link | Type | Size/GB | Notes |
38
  |:-----|:-----|--------:|:------|
 
 
 
39
  | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* |
 
 
 
 
40
  | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
 
 
 
 
41
  | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
42
  | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.f16.gguf) | f16 | 14.6 | 16 bpw, overkill |
43
 
 
36
 
37
  | Link | Type | Size/GB | Notes |
38
  |:-----|:-----|--------:|:------|
39
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q2_K.gguf) | Q2_K | 2.8 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.IQ3_XS.gguf) | IQ3_XS | 3.1 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
42
  | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* |
43
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.IQ3_M.gguf) | IQ3_M | 3.4 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
45
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.IQ4_XS.gguf) | IQ4_XS | 4.0 | |
47
  | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
48
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
49
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
51
+ | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
52
  | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
53
  | [GGUF](https://huggingface.co/mradermacher/IceCaffeLatteRP-7b-GGUF/resolve/main/IceCaffeLatteRP-7b.f16.gguf) | f16 | 14.6 | 16 bpw, overkill |
54