From 52550db73f55880d6948a42c8a40104db1de11bc Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 20 Jul 2026 01:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ README.md | 88 +++++++++++++++++++ ...retic-distilled-MiniMax-M2.1.i1-IQ1_M.gguf | 3 + ...retic-distilled-MiniMax-M2.1.i1-IQ1_S.gguf | 3 + ...retic-distilled-MiniMax-M2.1.i1-IQ2_M.gguf | 3 + ...retic-distilled-MiniMax-M2.1.i1-IQ2_S.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-IQ2_XS.gguf | 3 + ...tic-distilled-MiniMax-M2.1.i1-IQ2_XXS.gguf | 3 + ...retic-distilled-MiniMax-M2.1.i1-IQ3_M.gguf | 3 + ...retic-distilled-MiniMax-M2.1.i1-IQ3_S.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-IQ3_XS.gguf | 3 + ...tic-distilled-MiniMax-M2.1.i1-IQ3_XXS.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-IQ4_XS.gguf | 3 + ...c-distilled-MiniMax-M2.1.i1-MXFP4_MOE.gguf | 3 + ...eretic-distilled-MiniMax-M2.1.i1-Q2_K.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-Q2_K_S.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-Q3_K_L.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-Q3_K_M.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-Q3_K_S.gguf | 3 + ...eretic-distilled-MiniMax-M2.1.i1-Q4_0.gguf | 3 + ...eretic-distilled-MiniMax-M2.1.i1-Q4_1.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-Q4_K_M.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-Q4_K_S.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-Q5_K_M.gguf | 3 + ...etic-distilled-MiniMax-M2.1.i1-Q5_K_S.gguf | 3 + ...eretic-distilled-MiniMax-M2.1.i1-Q6_K.gguf | 3 + ...eretic-distilled-MiniMax-M2.1.imatrix.gguf | 3 + 27 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_M.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_S.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_M.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_S.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XS.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XXS.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_M.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_S.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XS.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XXS.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ4_XS.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-MXFP4_MOE.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K_S.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_L.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_M.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_S.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_0.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_1.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_M.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_S.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_M.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_S.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q6_K.gguf create mode 100644 gpt-oss-20b-heretic-distilled-MiniMax-M2.1.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2a27c94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,60 @@ +*.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-20b-heretic-distilled-MiniMax-M2.1.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-MXFP4_MOE.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..5c5ffed --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: win10/gpt-oss-20b-heretic-distilled-MiniMax-M2.1 +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- code +- vllm +- conversational +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/win10/gpt-oss-20b-heretic-distilled-MiniMax-M2.1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-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-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_M.gguf) | i1-IQ1_M | 12.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_S.gguf) | i1-IQ1_S | 12.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 12.1 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 12.1 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 12.2 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_M.gguf) | i1-IQ2_M | 12.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_S.gguf) | i1-IQ2_S | 12.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_S.gguf) | i1-IQ3_S | 12.2 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 12.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 12.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K.gguf) | i1-Q2_K | 12.2 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 12.2 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 12.2 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_0.gguf) | i1-Q4_0 | 12.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_M.gguf) | i1-IQ3_M | 12.3 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 13.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 13.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_1.gguf) | i1-Q4_1 | 13.5 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 14.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 15.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 16.0 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 17.0 | | +| [GGUF](https://huggingface.co/mradermacher/gpt-oss-20b-heretic-distilled-MiniMax-M2.1-i1-GGUF/resolve/main/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.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): + +![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png) + +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. + + diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_M.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..39930be --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164f069f718aed8afa1e39dbbae6de1993239f4422c3782ad0ced331b81ef79d +size 12016854880 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_S.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..c936847 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a8fea6a99c1056e9c1a00bdfb44e23acaac4982b54e246b9f724013c95e6d7 +size 12016854880 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_M.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..8a15137 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ace65824fc744cb5ea967c9d4929ff86556677ad1ea9ef2eb57141186cf1fc2 +size 12065515360 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_S.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..bb2c87a --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db778987ded9f1c6c07846c70bf48a7faefc418ba32b7769686037f6af22bb2 +size 12065515360 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XS.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..c347818 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749f93cffdea9d96819dee8dcdcda9bf3b762fce50f054667e7740d774b03cb3 +size 12025702240 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XXS.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..214a31e --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d9e0325aca1ae006cf2007fb9e0f66e791d473a64595bf064dd56b32e3633d +size 12016854880 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_M.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..b52b01f --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0c5fd41cc53b9b318cc19a2b828467b3dce86ecc613ead7e30f2ebaa0fe1fa +size 12202649440 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_S.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..3aa32cb --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13068aacafa5774b37e5d8c55f6db24706139fb768fe029af2e2adff156c9bae +size 12065515360 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XS.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..743f924 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1751fcf740a8be46ac1e3f0ca052418e3e677327f1cc2fb7cc2b908b2da2c09 +size 12065515360 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XXS.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..d91b51e --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7103d6127f86d9d6fe1da3d08fa7b964d7063bd9214fab8fd91b6c14df4bb756 +size 12065515360 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ4_XS.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..2d10c31 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b80107ba7f2b8c6618c61a74529a3fb895f152c2dcd8375d0b87e72a94351ee +size 12096481120 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-MXFP4_MOE.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-MXFP4_MOE.gguf new file mode 100644 index 0000000..5ed14c3 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-MXFP4_MOE.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d646f80fdfb2f719a80ceaf8683f27cb3d16ed00b18f3aaa326b83b87d1956a +size 12109567840 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K.gguf new file mode 100644 index 0000000..ad23ba2 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c03edef4b54443f830e0f139e394c001f9e15360d0fa130cdd5b5d8515492b +size 12065515360 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K_S.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..e6f732f --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2118314b35a92f257e23e78e27121fb40669fa5abfd8f46907911e49c25684a5 +size 12136294240 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_L.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..44bd575 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6692cd2a0cf7ab6ea10fb0b537498657121b6fb96e6c5fbf2a6f0eb45611fb58 +size 13335111520 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_M.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..a96e612 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a3a07a79c590cf03c18793eb412de8fdb9112b0171c8ded989bea2dc75515e +size 12916152160 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_S.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..e7c4467 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7009b2b1a37c7a3afc0c99b062ef72bbc2d53ec7649a8da6fd179a2e15bf2658 +size 12061091680 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_0.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_0.gguf new file mode 100644 index 0000000..63830ac --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984db673c77e78480d8c2a9984cf3b32f38cd30eea96fcb6e49a453c616108c2 +size 12148459360 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_1.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_1.gguf new file mode 100644 index 0000000..08942ad --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ceed0b3290de3c36df5d5c4873695428cc84e9d7efb1855d5164aaa33d66633 +size 13369095520 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_M.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..2db71fe --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e3d559c9879ef6b6b23aae7ac403b2ed41bbe200b1d2b083f63a0dc96c92f1 +size 15805137760 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_S.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..8269aa5 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a0e8c4a6e7833d894b64f6532215aab36938f3bbc7d9c10c4f3042a6cea7bf +size 14654243680 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_M.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..36d0c31 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873ac7d66974c94a9f94b47a8459a9d7ad532e2e392849a14c59388942024dd1 +size 16893063520 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_S.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..2a4013e --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f987d39d4d9a5b3445c73aa08f649ee360f04128069ddc1679ac26336668f3fc +size 15892205920 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q6_K.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q6_K.gguf new file mode 100644 index 0000000..51f1aaa --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c9d9d824a5e71e03f536b4289679cbb80f52e9a62f8ee0b0374a49f349bb55 +size 22193346400 diff --git a/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.imatrix.gguf b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.imatrix.gguf new file mode 100644 index 0000000..2f29781 --- /dev/null +++ b/gpt-oss-20b-heretic-distilled-MiniMax-M2.1.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946a9ef965476ccb9c9ba90198ef0a2ac1006a25d9753b1031d0d50f53b312f2 +size 28079776