mradermacher commited on
Commit
b568139
1 Parent(s): da34d4e

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -25,7 +25,6 @@ tags:
25
  <!-- ### vocab_type: -->
26
  static quants of https://huggingface.co/bunnycore/CreativeSmart-2x7B
27
 
28
-
29
  <!-- provided-files -->
30
  weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
31
  ## Usage
@@ -40,6 +39,19 @@ more details, including on how to concatenate multi-part files.
40
 
41
  | Link | Type | Size/GB | Notes |
42
  |:-----|:-----|--------:|:------|
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q8_0.gguf) | Q8_0 | 13.8 | fast, best quality |
44
 
45
 
 
25
  <!-- ### vocab_type: -->
26
  static quants of https://huggingface.co/bunnycore/CreativeSmart-2x7B
27
 
 
28
  <!-- provided-files -->
29
  weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
30
  ## Usage
 
39
 
40
  | Link | Type | Size/GB | Notes |
41
  |:-----|:-----|--------:|:------|
42
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q2_K.gguf) | Q2_K | 4.9 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.IQ3_XS.gguf) | IQ3_XS | 5.4 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q3_K_S.gguf) | Q3_K_S | 5.7 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.IQ3_S.gguf) | IQ3_S | 5.7 | beats Q3_K* |
46
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.IQ3_M.gguf) | IQ3_M | 5.8 | |
47
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q3_K_M.gguf) | Q3_K_M | 6.3 | lower quality |
48
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q3_K_L.gguf) | Q3_K_L | 6.8 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.IQ4_XS.gguf) | IQ4_XS | 7.1 | |
50
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q4_K_S.gguf) | Q4_K_S | 7.4 | fast, recommended |
51
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q4_K_M.gguf) | Q4_K_M | 7.9 | fast, recommended |
52
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q5_K_S.gguf) | Q5_K_S | 9.0 | |
53
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q5_K_M.gguf) | Q5_K_M | 9.2 | |
54
+ | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q6_K.gguf) | Q6_K | 10.7 | very good quality |
55
  | [GGUF](https://huggingface.co/mradermacher/CreativeSmart-2x7B-GGUF/resolve/main/CreativeSmart-2x7B.Q8_0.gguf) | Q8_0 | 13.8 | fast, best quality |
56
 
57