mradermacher commited on
Commit
719cd64
·
verified ·
1 Parent(s): 91b1ef2

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -38,8 +38,12 @@ more details, including on how to concatenate multi-part files.
38
  | Link | Type | Size/GB | Notes |
39
  |:-----|:-----|--------:|:------|
40
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q2_K.gguf) | Q2_K | 29.9 | |
 
41
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q3_K_M.gguf) | Q3_K_M | 37.8 | lower quality |
 
42
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q4_K_S.gguf) | Q4_K_S | 44.0 | fast, recommended |
 
 
43
  | [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 |
44
  | [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 |
45
 
 
38
  | Link | Type | Size/GB | Notes |
39
  |:-----|:-----|--------:|:------|
40
  | [GGUF](https://huggingface.co/mradermacher/AceInstruct-72B-GGUF/resolve/main/AceInstruct-72B.Q2_K.gguf) | Q2_K | 29.9 | |
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