mradermacher commited on
Commit
bb80cac
·
verified ·
1 Parent(s): e6dd98d

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -53,7 +53,7 @@ static quants of https://huggingface.co/DavidAU/Qwen3-Silent-Scream-6B
53
 
54
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-Silent-Scream-6B-GGUF).***
55
 
56
- weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
57
  ## Usage
58
 
59
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -67,7 +67,17 @@ more details, including on how to concatenate multi-part files.
67
  | Link | Type | Size/GB | Notes |
68
  |:-----|:-----|--------:|:------|
69
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q2_K.gguf) | Q2_K | 2.6 | |
 
 
 
 
70
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q4_K_S.gguf) | Q4_K_S | 3.8 | fast, recommended |
 
 
 
 
 
 
71
 
72
  Here is a handy graph by ikawrakow comparing some lower-quality quant
73
  types (lower is better):
 
53
 
54
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-Silent-Scream-6B-GGUF).***
55
 
56
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-i1-GGUF
57
  ## Usage
58
 
59
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
67
  | Link | Type | Size/GB | Notes |
68
  |:-----|:-----|--------:|:------|
69
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q2_K.gguf) | Q2_K | 2.6 | |
70
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q3_K_S.gguf) | Q3_K_S | 3.0 | |
71
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q3_K_M.gguf) | Q3_K_M | 3.3 | lower quality |
72
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q3_K_L.gguf) | Q3_K_L | 3.5 | |
73
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.IQ4_XS.gguf) | IQ4_XS | 3.6 | |
74
  | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q4_K_S.gguf) | Q4_K_S | 3.8 | fast, recommended |
75
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q4_K_M.gguf) | Q4_K_M | 4.0 | fast, recommended |
76
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q5_K_S.gguf) | Q5_K_S | 4.5 | |
77
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q5_K_M.gguf) | Q5_K_M | 4.6 | |
78
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q6_K.gguf) | Q6_K | 5.3 | very good quality |
79
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.Q8_0.gguf) | Q8_0 | 6.8 | fast, best quality |
80
+ | [GGUF](https://huggingface.co/mradermacher/Qwen3-Silent-Scream-6B-GGUF/resolve/main/Qwen3-Silent-Scream-6B.f16.gguf) | f16 | 12.8 | 16 bpw, overkill |
81
 
82
  Here is a handy graph by ikawrakow comparing some lower-quality quant
83
  types (lower is better):