mradermacher commited on
Commit
2c9699c
1 Parent(s): 5180f72

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -40,8 +40,12 @@ more details, including on how to concatenate multi-part files.
40
  | Link | Type | Size/GB | Notes |
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
 
43
  | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q3_K_M.gguf) | i1-Q3_K_M | 34.4 | IQ3_S probably better |
 
44
  | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
 
 
45
  | [PART 1](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 58.0 | practically like static Q6_K |
46
 
47
 
 
40
  | Link | Type | Size/GB | Notes |
41
  |:-----|:-----|--------:|:------|
42
  | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
43
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q3_K_S.gguf) | i1-Q3_K_S | 31.0 | IQ3_XS probably better |
44
  | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q3_K_M.gguf) | i1-Q3_K_M | 34.4 | IQ3_S probably better |
45
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q3_K_L.gguf) | i1-Q3_K_L | 37.2 | IQ3_M probably better |
46
  | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
47
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q4_K_M.gguf) | i1-Q4_K_M | 42.6 | fast, recommended |
48
+ | [GGUF](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q5_K_S.gguf) | i1-Q5_K_S | 48.8 | |
49
  | [PART 1](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q6_K.gguf.part1of2) [PART 2](https://huggingface.co/mradermacher/llama-3-70B-instruct-uncensored-i1-GGUF/resolve/main/llama-3-70B-instruct-uncensored.i1-Q6_K.gguf.part2of2) | i1-Q6_K | 58.0 | practically like static Q6_K |
50
 
51