mradermacher commited on
Commit
1a30049
·
verified ·
1 Parent(s): 4746f4f

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -41,9 +41,11 @@ more details, including on how to concatenate multi-part files.
41
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q3_K_S.gguf) | Q3_K_S | 34.6 | |
42
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q3_K_M.gguf) | Q3_K_M | 37.8 | lower quality |
43
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q3_K_L.gguf) | Q3_K_L | 39.6 | |
 
44
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q4_K_S.gguf) | Q4_K_S | 44.0 | fast, recommended |
45
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q4_K_M.gguf) | Q4_K_M | 47.5 | fast, recommended |
46
  | [PART 1](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q5_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q5_K_S.gguf.part2of2) | Q5_K_S | 51.5 | |
 
47
  | [PART 1](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q6_K.gguf.part2of2) | Q6_K | 64.4 | very good quality |
48
  | [PART 1](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q8_0.gguf.part2of2) | Q8_0 | 77.4 | fast, best quality |
49
 
 
41
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q3_K_S.gguf) | Q3_K_S | 34.6 | |
42
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q3_K_M.gguf) | Q3_K_M | 37.8 | lower quality |
43
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q3_K_L.gguf) | Q3_K_L | 39.6 | |
44
+ | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.IQ4_XS.gguf) | IQ4_XS | 40.3 | |
45
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q4_K_S.gguf) | Q4_K_S | 44.0 | fast, recommended |
46
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q4_K_M.gguf) | Q4_K_M | 47.5 | fast, recommended |
47
  | [PART 1](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q5_K_S.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q5_K_S.gguf.part2of2) | Q5_K_S | 51.5 | |
48
+ | [PART 1](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q5_K_M.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q5_K_M.gguf.part2of2) | Q5_K_M | 54.5 | |
49
  | [PART 1](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q6_K.gguf.part2of2) | Q6_K | 64.4 | very good quality |
50
  | [PART 1](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q8_0.gguf.part2of2) | Q8_0 | 77.4 | fast, best quality |
51