mradermacher commited on
Commit
1214aa8
·
verified ·
1 Parent(s): 72a9ccf

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -43,7 +43,10 @@ more details, including on how to concatenate multi-part files.
43
  | Link | Type | Size/GB | Notes |
44
  |:-----|:-----|--------:|:------|
45
  | [GGUF](https://huggingface.co/mradermacher/Saiga-llama3-L3-Stheno-8B-v3.2-GGUF/resolve/main/Saiga-llama3-L3-Stheno-8B-v3.2.Q2_K.gguf) | Q2_K | 3.3 | |
 
46
  | [GGUF](https://huggingface.co/mradermacher/Saiga-llama3-L3-Stheno-8B-v3.2-GGUF/resolve/main/Saiga-llama3-L3-Stheno-8B-v3.2.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
 
 
47
  | [GGUF](https://huggingface.co/mradermacher/Saiga-llama3-L3-Stheno-8B-v3.2-GGUF/resolve/main/Saiga-llama3-L3-Stheno-8B-v3.2.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
48
 
49
  Here is a handy graph by ikawrakow comparing some lower-quality quant
 
43
  | Link | Type | Size/GB | Notes |
44
  |:-----|:-----|--------:|:------|
45
  | [GGUF](https://huggingface.co/mradermacher/Saiga-llama3-L3-Stheno-8B-v3.2-GGUF/resolve/main/Saiga-llama3-L3-Stheno-8B-v3.2.Q2_K.gguf) | Q2_K | 3.3 | |
46
+ | [GGUF](https://huggingface.co/mradermacher/Saiga-llama3-L3-Stheno-8B-v3.2-GGUF/resolve/main/Saiga-llama3-L3-Stheno-8B-v3.2.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality |
47
  | [GGUF](https://huggingface.co/mradermacher/Saiga-llama3-L3-Stheno-8B-v3.2-GGUF/resolve/main/Saiga-llama3-L3-Stheno-8B-v3.2.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended |
48
+ | [GGUF](https://huggingface.co/mradermacher/Saiga-llama3-L3-Stheno-8B-v3.2-GGUF/resolve/main/Saiga-llama3-L3-Stheno-8B-v3.2.Q6_K.gguf) | Q6_K | 6.7 | very good quality |
49
+ | [GGUF](https://huggingface.co/mradermacher/Saiga-llama3-L3-Stheno-8B-v3.2-GGUF/resolve/main/Saiga-llama3-L3-Stheno-8B-v3.2.Q8_0.gguf) | Q8_0 | 8.6 | fast, best quality |
50
  | [GGUF](https://huggingface.co/mradermacher/Saiga-llama3-L3-Stheno-8B-v3.2-GGUF/resolve/main/Saiga-llama3-L3-Stheno-8B-v3.2.f16.gguf) | f16 | 16.2 | 16 bpw, overkill |
51
 
52
  Here is a handy graph by ikawrakow comparing some lower-quality quant