mradermacher commited on
Commit
928d258
·
verified ·
1 Parent(s): cbe67ec

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -44,6 +44,9 @@ more details, including on how to concatenate multi-part files.
44
  |:-----|:-----|--------:|:------|
45
  | [GGUF](https://huggingface.co/mradermacher/Llama3.1-70b-Uncensored-i1-GGUF/resolve/main/Llama3.1-70b-Uncensored.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
46
  | [GGUF](https://huggingface.co/mradermacher/Llama3.1-70b-Uncensored-i1-GGUF/resolve/main/Llama3.1-70b-Uncensored.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
 
 
 
47
 
48
  Here is a handy graph by ikawrakow comparing some lower-quality quant
49
  types (lower is better):
 
44
  |:-----|:-----|--------:|:------|
45
  | [GGUF](https://huggingface.co/mradermacher/Llama3.1-70b-Uncensored-i1-GGUF/resolve/main/Llama3.1-70b-Uncensored.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
46
  | [GGUF](https://huggingface.co/mradermacher/Llama3.1-70b-Uncensored-i1-GGUF/resolve/main/Llama3.1-70b-Uncensored.i1-Q2_K.gguf) | i1-Q2_K | 26.5 | IQ3_XXS probably better |
47
+ | [GGUF](https://huggingface.co/mradermacher/Llama3.1-70b-Uncensored-i1-GGUF/resolve/main/Llama3.1-70b-Uncensored.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 27.6 | lower quality |
48
+ | [GGUF](https://huggingface.co/mradermacher/Llama3.1-70b-Uncensored-i1-GGUF/resolve/main/Llama3.1-70b-Uncensored.i1-IQ3_M.gguf) | i1-IQ3_M | 32.0 | |
49
+ | [GGUF](https://huggingface.co/mradermacher/Llama3.1-70b-Uncensored-i1-GGUF/resolve/main/Llama3.1-70b-Uncensored.i1-Q4_K_S.gguf) | i1-Q4_K_S | 40.4 | optimal size/speed/quality |
50
 
51
  Here is a handy graph by ikawrakow comparing some lower-quality quant
52
  types (lower is better):