mradermacher commited on
Commit
97e60f1
1 Parent(s): 59ee5c3

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -22,7 +22,6 @@ tags:
22
  <!-- ### vocab_type: -->
23
  static quants of https://huggingface.co/DreadPoor/Dryad-7B-ties
24
 
25
-
26
  <!-- provided-files -->
27
  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.
28
  ## Usage
@@ -37,7 +36,19 @@ more details, including on how to concatenate multi-part files.
37
 
38
  | Link | Type | Size/GB | Notes |
39
  |:-----|:-----|--------:|:------|
 
 
 
 
 
 
 
 
 
 
 
40
  | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
 
41
 
42
 
43
  Here is a handy graph by ikawrakow comparing some lower-quality quant
 
22
  <!-- ### vocab_type: -->
23
  static quants of https://huggingface.co/DreadPoor/Dryad-7B-ties
24
 
 
25
  <!-- provided-files -->
26
  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.
27
  ## Usage
 
36
 
37
  | Link | Type | Size/GB | Notes |
38
  |:-----|:-----|--------:|:------|
39
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q2_K.gguf) | Q2_K | 2.8 | |
40
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q3_K_S.gguf) | Q3_K_S | 3.3 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.IQ3_S.gguf) | IQ3_S | 3.3 | beats Q3_K* |
42
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.IQ3_M.gguf) | IQ3_M | 3.4 | |
43
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q3_K_M.gguf) | Q3_K_M | 3.6 | lower quality |
44
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q3_K_L.gguf) | Q3_K_L | 3.9 | |
45
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q4_K_S.gguf) | Q4_K_S | 4.2 | fast, recommended |
46
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q4_K_M.gguf) | Q4_K_M | 4.5 | fast, recommended |
47
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q5_K_S.gguf) | Q5_K_S | 5.1 | |
48
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q5_K_M.gguf) | Q5_K_M | 5.2 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q6_K.gguf) | Q6_K | 6.0 | very good quality |
50
  | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.Q8_0.gguf) | Q8_0 | 7.8 | fast, best quality |
51
+ | [GGUF](https://huggingface.co/mradermacher/Dryad-7B-ties-GGUF/resolve/main/Dryad-7B-ties.f16.gguf) | f16 | 14.6 | 16 bpw, overkill |
52
 
53
 
54
  Here is a handy graph by ikawrakow comparing some lower-quality quant