初始化项目,由ModelHub XC社区提供模型
Model: mradermacher/gpt-oss-coder-20b-i1-GGUF Source: Original Platform
This commit is contained in:
59
.gitattributes
vendored
Normal file
59
.gitattributes
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.arrow filter=lfs diff=lfs merge=lfs -text
|
||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
||||
*.ftz filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.h5 filter=lfs diff=lfs merge=lfs -text
|
||||
*.joblib filter=lfs diff=lfs merge=lfs -text
|
||||
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
||||
*.model filter=lfs diff=lfs merge=lfs -text
|
||||
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
||||
*.npy filter=lfs diff=lfs merge=lfs -text
|
||||
*.npz filter=lfs diff=lfs merge=lfs -text
|
||||
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||
*.ot filter=lfs diff=lfs merge=lfs -text
|
||||
*.parquet filter=lfs diff=lfs merge=lfs -text
|
||||
*.pb filter=lfs diff=lfs merge=lfs -text
|
||||
*.pickle filter=lfs diff=lfs merge=lfs -text
|
||||
*.pkl filter=lfs diff=lfs merge=lfs -text
|
||||
*.pt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pth filter=lfs diff=lfs merge=lfs -text
|
||||
*.rar filter=lfs diff=lfs merge=lfs -text
|
||||
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
||||
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
||||
*.tar filter=lfs diff=lfs merge=lfs -text
|
||||
*.tflite filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.wasm filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
gpt-oss-coder-20b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
||||
91
README.md
Normal file
91
README.md
Normal file
@@ -0,0 +1,91 @@
|
||||
---
|
||||
base_model: yasserrmd/gpt-oss-coder-20b
|
||||
datasets:
|
||||
- microsoft/rStar-Coder
|
||||
language:
|
||||
- en
|
||||
library_name: transformers
|
||||
license: apache-2.0
|
||||
mradermacher:
|
||||
readme_rev: 1
|
||||
quantized_by: mradermacher
|
||||
tags:
|
||||
- text-generation-inference
|
||||
- transformers
|
||||
- unsloth
|
||||
- gpt_oss
|
||||
---
|
||||
## About
|
||||
|
||||
<!-- ### quantize_version: 2 -->
|
||||
<!-- ### output_tensor_quantised: 1 -->
|
||||
<!-- ### convert_type: hf -->
|
||||
<!-- ### vocab_type: -->
|
||||
<!-- ### tags: nicoboss -->
|
||||
<!-- ### quants: Q2_K IQ3_M Q4_K_S IQ3_XXS Q3_K_M small-IQ4_NL Q4_K_M IQ2_M Q6_K IQ4_XS Q2_K_S IQ1_M Q3_K_S IQ2_XXS Q3_K_L IQ2_XS Q5_K_S IQ2_S IQ1_S Q5_K_M Q4_0 IQ3_XS Q4_1 IQ3_S -->
|
||||
<!-- ### quants_skip: -->
|
||||
<!-- ### skip_mmproj: -->
|
||||
weighted/imatrix quants of https://huggingface.co/yasserrmd/gpt-oss-coder-20b
|
||||
|
||||
<!-- provided-files -->
|
||||
|
||||
***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#gpt-oss-coder-20b-i1-GGUF).***
|
||||
|
||||
static quants are available at https://huggingface.co/mradermacher/gpt-oss-coder-20b-GGUF
|
||||
## Usage
|
||||
|
||||
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
||||
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
||||
more details, including on how to concatenate multi-part files.
|
||||
|
||||
## Provided Quants
|
||||
|
||||
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
||||
|
||||
| Link | Type | Size/GB | Notes |
|
||||
|:-----|:-----|--------:|:------|
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ1_M.gguf) | i1-IQ1_M | 12.1 | mostly desperate |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ1_S.gguf) | i1-IQ1_S | 12.1 | for the desperate |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 12.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 12.1 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 12.2 | IQ3_XS probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ2_M.gguf) | i1-IQ2_M | 12.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ2_S.gguf) | i1-IQ2_S | 12.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ3_S.gguf) | i1-IQ3_S | 12.2 | beats Q3_K* |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 12.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 12.2 | lower quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q2_K.gguf) | i1-Q2_K | 12.2 | IQ3_XXS probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 12.2 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 12.2 | very low quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q4_0.gguf) | i1-Q4_0 | 12.2 | fast, low quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-IQ3_M.gguf) | i1-IQ3_M | 12.3 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 13.0 | IQ3_S probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 13.4 | IQ3_M probably better |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q4_1.gguf) | i1-Q4_1 | 13.5 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 14.8 | optimal size/speed/quality |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 15.9 | fast, recommended |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 16.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 17.0 | |
|
||||
| [GGUF](https://huggingface.co/mradermacher/gpt-oss-coder-20b-i1-GGUF/resolve/main/gpt-oss-coder-20b.i1-Q6_K.gguf) | i1-Q6_K | 22.3 | practically like static Q6_K |
|
||||
|
||||
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
||||
types (lower is better):
|
||||
|
||||

|
||||
|
||||
And here are Artefact2's thoughts on the matter:
|
||||
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
||||
|
||||
## FAQ / Model Request
|
||||
|
||||
See https://huggingface.co/mradermacher/model_requests for some answers to
|
||||
questions you might have and/or if you want some other model quantized.
|
||||
|
||||
## Thanks
|
||||
|
||||
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
||||
me use its servers and providing upgrades to my workstation to enable
|
||||
this work in my free time. Additional thanks to [@nicoboss](https://huggingface.co/nicoboss) for giving me access to his private supercomputer, enabling me to provide many more imatrix quants, at much higher quality, than I would otherwise be able to.
|
||||
|
||||
<!-- end -->
|
||||
3
gpt-oss-coder-20b.i1-IQ1_M.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ1_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f69a651e47e0b2626b9b859a96794ff900be881c2ea8a4004e5947feda97e0d1
|
||||
size 12016853280
|
||||
3
gpt-oss-coder-20b.i1-IQ1_S.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ1_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4edeed91434472b9058103cd581edcee1eda578ffbee5b1ca2508ba340d3abc
|
||||
size 12016853280
|
||||
3
gpt-oss-coder-20b.i1-IQ2_M.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ2_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbaa7667f4b2f7944c5bfe8dea12e071f341eb19ce338116914bfc67572c8e77
|
||||
size 12065513760
|
||||
3
gpt-oss-coder-20b.i1-IQ2_S.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ2_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf902c8e892004470094c5200b738cefcd6e0eb1c3b2567e4a78a0c4cb9cea72
|
||||
size 12065513760
|
||||
3
gpt-oss-coder-20b.i1-IQ2_XS.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ2_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5925580fb4093484f177de43470e2248b537363485146263593e12c2aa0a6f33
|
||||
size 12025700640
|
||||
3
gpt-oss-coder-20b.i1-IQ2_XXS.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ2_XXS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c1cd97e11374a959b689b17e49dab3fd49a10aab57827fdf66628ff9bc839b0
|
||||
size 12016853280
|
||||
3
gpt-oss-coder-20b.i1-IQ3_M.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ3_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:918a003c5f69fec94fc0d6aef3f17457016a95962dc541d71174b6d48ff5f760
|
||||
size 12202647840
|
||||
3
gpt-oss-coder-20b.i1-IQ3_S.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ3_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91d57a08581b30ab3f7975f17f53d9d681fb0b2f2b4e0f300b633c8f576fd7cc
|
||||
size 12065513760
|
||||
3
gpt-oss-coder-20b.i1-IQ3_XS.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ3_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8a736f4f348bfac3d93ab47907b2901a13047c6c4965ffadf435764f2a076844
|
||||
size 12065513760
|
||||
3
gpt-oss-coder-20b.i1-IQ3_XXS.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ3_XXS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:618fe344567643e4ca60d090c8c98b7eb538d3cce96937b0be5a3e13fb5d9bc8
|
||||
size 12065513760
|
||||
3
gpt-oss-coder-20b.i1-IQ4_XS.gguf
Normal file
3
gpt-oss-coder-20b.i1-IQ4_XS.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40599f24bfb5eeca6134a3a2c1822611578d952e3c2a12bcb7ba437d75e038b3
|
||||
size 12096479520
|
||||
3
gpt-oss-coder-20b.i1-Q2_K.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q2_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c31593c0bc0305e875646370a0ebdb8fade746b5d173c6b4855c279ba55464c
|
||||
size 12065513760
|
||||
3
gpt-oss-coder-20b.i1-Q2_K_S.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q2_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1277ecda0187defcb6ba48e6818103d3397e4b6b94a2aad72c157c11a243507a
|
||||
size 12136292640
|
||||
3
gpt-oss-coder-20b.i1-Q3_K_L.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q3_K_L.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:effa4049889a04ce2b0367d3ed7579dd2a29237afae8d72f5334eef1ae3dd420
|
||||
size 13335109920
|
||||
3
gpt-oss-coder-20b.i1-Q3_K_M.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q3_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:147bc93f44657e3894781903eca16209b0ebca94db1a5f8efd105211c0530074
|
||||
size 12916150560
|
||||
3
gpt-oss-coder-20b.i1-Q3_K_S.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q3_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7b649e323ef8574bd7b50a039abbf4fcfcc2a6054bd44c4482b2bba8bdd09da
|
||||
size 12061090080
|
||||
3
gpt-oss-coder-20b.i1-Q4_0.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q4_0.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77d27c44802ff27542ce6b1ecb343211368f51bb0ddffda360e5f7a6afefc10c
|
||||
size 12148457760
|
||||
3
gpt-oss-coder-20b.i1-Q4_1.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q4_1.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85e29733fb222935aae078833eabd7e0cb5c5cdc529af1affeb88b6e0b36ff12
|
||||
size 13369093920
|
||||
3
gpt-oss-coder-20b.i1-Q4_K_M.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q4_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9c76af0252fe71e9807e80c78b73d53045a7db3336d65880f2e1318009c18e4
|
||||
size 15805136160
|
||||
3
gpt-oss-coder-20b.i1-Q4_K_S.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q4_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8d1283abe356c2d35f8a41107cdd5220d3c575b519acde92688726992cf0b7d
|
||||
size 14654242080
|
||||
3
gpt-oss-coder-20b.i1-Q5_K_M.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q5_K_M.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53315ba5fafdc33ce7994ef5daf4f7a04d5becdff02a4ea951b2775293e5db40
|
||||
size 16893061920
|
||||
3
gpt-oss-coder-20b.i1-Q5_K_S.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q5_K_S.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e71af8b4f08e9410764c98763bde4047b641050d1c98f6aa892a0b8a7c887f6
|
||||
size 15892204320
|
||||
3
gpt-oss-coder-20b.i1-Q6_K.gguf
Normal file
3
gpt-oss-coder-20b.i1-Q6_K.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:468a1501c477aa67cfc695110e8e8d267699f69463b69f2d9f7c5eb381163f46
|
||||
size 22193344800
|
||||
3
gpt-oss-coder-20b.imatrix.gguf
Normal file
3
gpt-oss-coder-20b.imatrix.gguf
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9744944cf9aecc9f737fb61cdb780f1a674ae1cafbd2f8e5e8aade0a6374616f
|
||||
size 28079776
|
||||
Reference in New Issue
Block a user