Transformers
GGUF
code
programming-tasks
algorithmic-reasoning
code-generation
python
Synthetic
conversational
mradermacher commited on
Commit
0bfefe6
·
verified ·
1 Parent(s): 7821679

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -43,7 +43,7 @@ static quants of https://huggingface.co/anon-researcher-ua/codegpt-oss-20b
43
 
44
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#codegpt-oss-20b-GGUF).***
45
 
46
- 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.
47
  ## Usage
48
 
49
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
@@ -58,6 +58,7 @@ more details, including on how to concatenate multi-part files.
58
  |:-----|:-----|--------:|:------|
59
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q3_K_S.gguf) | Q3_K_S | 12.2 | |
60
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q2_K.gguf) | Q2_K | 12.2 | |
 
61
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q3_K_M.gguf) | Q3_K_M | 13.0 | lower quality |
62
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q3_K_L.gguf) | Q3_K_L | 13.4 | |
63
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q4_K_S.gguf) | Q4_K_S | 14.8 | fast, recommended |
 
43
 
44
  ***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#codegpt-oss-20b-GGUF).***
45
 
46
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/codegpt-oss-20b-i1-GGUF
47
  ## Usage
48
 
49
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
58
  |:-----|:-----|--------:|:------|
59
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q3_K_S.gguf) | Q3_K_S | 12.2 | |
60
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q2_K.gguf) | Q2_K | 12.2 | |
61
+ | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.IQ4_XS.gguf) | IQ4_XS | 12.3 | |
62
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q3_K_M.gguf) | Q3_K_M | 13.0 | lower quality |
63
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q3_K_L.gguf) | Q3_K_L | 13.4 | |
64
  | [GGUF](https://huggingface.co/mradermacher/codegpt-oss-20b-GGUF/resolve/main/codegpt-oss-20b.Q4_K_S.gguf) | Q4_K_S | 14.8 | fast, recommended |