mradermacher commited on
Commit
d01ba4f
1 Parent(s): d41358c

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -31,7 +31,10 @@ more details, including on how to concatenate multi-part files.
31
 
32
  | Link | Type | Size/GB | Notes |
33
  |:-----|:-----|--------:|:------|
 
 
34
  | [GGUF](https://huggingface.co/mradermacher/L3-Sophie-64-1ep-GGUF/resolve/main/L3-Sophie-64-1ep.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
 
35
 
36
  Here is a handy graph by ikawrakow comparing some lower-quality quant
37
  types (lower is better):
 
31
 
32
  | Link | Type | Size/GB | Notes |
33
  |:-----|:-----|--------:|:------|
34
+ | [GGUF](https://huggingface.co/mradermacher/L3-Sophie-64-1ep-GGUF/resolve/main/L3-Sophie-64-1ep.IQ3_S.gguf) | IQ3_S | 3.8 | beats Q3_K* |
35
+ | [GGUF](https://huggingface.co/mradermacher/L3-Sophie-64-1ep-GGUF/resolve/main/L3-Sophie-64-1ep.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
36
  | [GGUF](https://huggingface.co/mradermacher/L3-Sophie-64-1ep-GGUF/resolve/main/L3-Sophie-64-1ep.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
37
+ | [GGUF](https://huggingface.co/mradermacher/L3-Sophie-64-1ep-GGUF/resolve/main/L3-Sophie-64-1ep.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
38
 
39
  Here is a handy graph by ikawrakow comparing some lower-quality quant
40
  types (lower is better):