mradermacher commited on
Commit
f8ad6db
1 Parent(s): c5e0493

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -21,7 +21,6 @@ tags:
21
  <!-- ### vocab_type: -->
22
  static quants of https://huggingface.co/jukofyork/Eurus-70b-sft-fixed
23
 
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,7 +35,15 @@ more details, including on how to concatenate multi-part files.
36
 
37
  | Link | Type | Size/GB | Notes |
38
  |:-----|:-----|--------:|:------|
 
39
  | [GGUF](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.IQ3_S.gguf) | IQ3_S | 30.0 | beats Q3_K* |
 
 
 
 
 
 
 
40
  | [PART 1](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q8_0.gguf.part2of2) | Q8_0 | 73.4 | fast, best quality |
41
 
42
 
 
21
  <!-- ### vocab_type: -->
22
  static quants of https://huggingface.co/jukofyork/Eurus-70b-sft-fixed
23
 
 
24
  <!-- provided-files -->
25
  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.
26
  ## Usage
 
35
 
36
  | Link | Type | Size/GB | Notes |
37
  |:-----|:-----|--------:|:------|
38
+ | [GGUF](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q2_K.gguf) | Q2_K | 25.6 | |
39
  | [GGUF](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.IQ3_S.gguf) | IQ3_S | 30.0 | beats Q3_K* |
40
+ | [GGUF](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q3_K_S.gguf) | Q3_K_S | 30.0 | |
41
+ | [GGUF](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.IQ3_M.gguf) | IQ3_M | 31.0 | |
42
+ | [GGUF](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q3_K_M.gguf) | Q3_K_M | 33.4 | lower quality |
43
+ | [GGUF](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q3_K_L.gguf) | Q3_K_L | 36.2 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q4_K_S.gguf) | Q4_K_S | 39.3 | fast, recommended |
45
+ | [GGUF](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q4_K_M.gguf) | Q4_K_M | 41.5 | fast, recommended |
46
+ | [PART 1](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q6_K.gguf.part2of2) | Q6_K | 56.7 | very good quality |
47
  | [PART 1](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Eurus-70b-sft-fixed-GGUF/resolve/main/Eurus-70b-sft-fixed.Q8_0.gguf.part2of2) | Q8_0 | 73.4 | fast, best quality |
48
 
49