mradermacher commited on
Commit
806607b
·
verified ·
1 Parent(s): dec618f

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -31,10 +31,14 @@ more details, including on how to concatenate multi-part files.
31
 
32
  | Link | Type | Size/GB | Notes |
33
  |:-----|:-----|--------:|:------|
 
34
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
35
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 27.6 | lower quality |
36
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 34.4 | IQ3_S probably better |
 
37
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
 
 
38
 
39
  Here is a handy graph by ikawrakow comparing some lower-quality quant
40
  types (lower is better):
 
31
 
32
  | Link | Type | Size/GB | Notes |
33
  |:-----|:-----|--------:|:------|
34
+ | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-IQ2_M.gguf) | i1-IQ2_M | 24.2 | |
35
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
36
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 27.6 | lower quality |
37
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 34.4 | IQ3_S probably better |
38
+ | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 38.0 | |
39
  | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
40
+ | [GGUF](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 42.6 | fast, recommended |
41
+ | [PART 1](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/Llama-3-Swallow-70B-Instruct-v0.1-i1-GGUF/resolve/main/Llama-3-Swallow-70B-Instruct-v0.1.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 58.0 | practically like static Q6_K |
42
 
43
  Here is a handy graph by ikawrakow comparing some lower-quality quant
44
  types (lower is better):