mradermacher commited on
Commit
d3d468c
1 Parent(s): 51434aa

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -14,7 +14,6 @@ quantized_by: mradermacher
14
  <!-- ### vocab_type: -->
15
  static quants of https://huggingface.co/openlynn/Llama-3-Soliloquy-Max-70B-v1
16
 
17
-
18
  <!-- provided-files -->
19
  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.
20
  ## Usage
@@ -29,11 +28,16 @@ more details, including on how to concatenate multi-part files.
29
 
30
  | Link | Type | Size/GB | Notes |
31
  |:-----|:-----|--------:|:------|
 
32
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.IQ3_S.gguf) | IQ3_S | 31.0 | beats Q3_K* |
 
 
 
 
33
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q4_K_S.gguf) | Q4_K_S | 40.4 | fast, recommended |
 
34
  | [PART 1](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q8_0.gguf.part2of2) | Q8_0 | 75.1 | fast, best quality |
35
 
36
-
37
  Here is a handy graph by ikawrakow comparing some lower-quality quant
38
  types (lower is better):
39
 
 
14
  <!-- ### vocab_type: -->
15
  static quants of https://huggingface.co/openlynn/Llama-3-Soliloquy-Max-70B-v1
16
 
 
17
  <!-- provided-files -->
18
  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.
19
  ## Usage
 
28
 
29
  | Link | Type | Size/GB | Notes |
30
  |:-----|:-----|--------:|:------|
31
+ | [GGUF](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q2_K.gguf) | Q2_K | 26.5 | |
32
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.IQ3_S.gguf) | IQ3_S | 31.0 | beats Q3_K* |
33
+ | [GGUF](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q3_K_S.gguf) | Q3_K_S | 31.0 | |
34
+ | [GGUF](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.IQ3_M.gguf) | IQ3_M | 32.0 | |
35
+ | [GGUF](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q3_K_M.gguf) | Q3_K_M | 34.4 | lower quality |
36
+ | [GGUF](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q3_K_L.gguf) | Q3_K_L | 37.2 | |
37
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q4_K_S.gguf) | Q4_K_S | 40.4 | fast, recommended |
38
+ | [PART 1](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q6_K.gguf.part2of2) | Q6_K | 58.0 | very good quality |
39
  | [PART 1](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q8_0.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Llama-3-Soliloquy-Max-70B-v1-GGUF/resolve/main/Llama-3-Soliloquy-Max-70B-v1.Q8_0.gguf.part2of2) | Q8_0 | 75.1 | fast, best quality |
40
 
 
41
  Here is a handy graph by ikawrakow comparing some lower-quality quant
42
  types (lower is better):
43