From 58d3efe85a7264af8f9432fd5ba5520bbe632992 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 8 Jul 2026 18:27: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/granite-3.3-8b-instruct-abliterated-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ README.md | 85 +++++++++++++++++++ ...-3.3-8b-instruct-abliterated.i1-IQ1_M.gguf | 3 + ...-3.3-8b-instruct-abliterated.i1-IQ1_S.gguf | 3 + ...-3.3-8b-instruct-abliterated.i1-IQ2_M.gguf | 3 + ...-3.3-8b-instruct-abliterated.i1-IQ2_S.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-IQ2_XS.gguf | 3 + ....3-8b-instruct-abliterated.i1-IQ2_XXS.gguf | 3 + ...-3.3-8b-instruct-abliterated.i1-IQ3_M.gguf | 3 + ...-3.3-8b-instruct-abliterated.i1-IQ3_S.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-IQ3_XS.gguf | 3 + ....3-8b-instruct-abliterated.i1-IQ3_XXS.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-IQ4_NL.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-IQ4_XS.gguf | 3 + ...e-3.3-8b-instruct-abliterated.i1-Q2_K.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-Q2_K_S.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-Q3_K_L.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-Q3_K_M.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-Q3_K_S.gguf | 3 + ...e-3.3-8b-instruct-abliterated.i1-Q4_0.gguf | 3 + ...e-3.3-8b-instruct-abliterated.i1-Q4_1.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-Q4_K_M.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-Q4_K_S.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-Q5_K_M.gguf | 3 + ...3.3-8b-instruct-abliterated.i1-Q5_K_S.gguf | 3 + ...e-3.3-8b-instruct-abliterated.i1-Q6_K.gguf | 3 + ...e-3.3-8b-instruct-abliterated.imatrix.gguf | 3 + 27 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ1_M.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ1_S.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ2_M.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ2_S.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ2_XS.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ2_XXS.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ3_M.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ3_S.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ3_XS.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ3_XXS.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ4_NL.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-IQ4_XS.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q2_K.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q2_K_S.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q3_K_L.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q3_K_M.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q3_K_S.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q4_0.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q4_1.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q4_K_M.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q4_K_S.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q5_K_M.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q5_K_S.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.i1-Q6_K.gguf create mode 100644 granite-3.3-8b-instruct-abliterated.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b069dea --- /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 +granite-3.3-8b-instruct-abliterated.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.3-8b-instruct-abliterated.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..fd2d59b --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: alexj03/granite-3.3-8b-instruct-abliterated +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/alexj03/granite-3.3-8b-instruct-abliterated + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#granite-3.3-8b-instruct-abliterated-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-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/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ1_S.gguf) | i1-IQ1_S | 1.9 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.0 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q2_K.gguf) | i1-Q2_K | 3.2 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.3 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.5 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.7 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ3_S.gguf) | i1-IQ3_S | 3.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ3_M.gguf) | i1-IQ3_M | 3.8 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.3-8b-instruct-abliterated-i1-GGUF/resolve/main/granite-3.3-8b-instruct-abliterated.i1-Q6_K.gguf) | i1-Q6_K | 6.8 | 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/granite-3.3-8b-instruct-abliterated.i1-IQ1_M.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ1_M.gguf new file mode 100644 index 0000000..ee4d4c8 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48cbc810bbcc7a2e1b9800a8b6fc9d2d6f29dce93c8a262c483b9d708f94390c +size 1997317344 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ1_S.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ1_S.gguf new file mode 100644 index 0000000..f5970a2 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afe645c5da09fc9c6d8957ebe88426d68c12bb1d8e314c5b4b0d60338baf54f +size 1836344544 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ2_M.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ2_M.gguf new file mode 100644 index 0000000..6a1a067 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808f7b5a0e67a04bd79b6fdccc911ff1aa6d526053ee40e67bfc126cb6cef3a8 +size 2836833504 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ2_S.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ2_S.gguf new file mode 100644 index 0000000..263e6fc --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2031394f2585a9c03403ae1bfc94a3996aebceb0e1bf17478fb8f5cf73a4ff45 +size 2622203104 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ2_XS.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ2_XS.gguf new file mode 100644 index 0000000..e8a151b --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73e44ab5fef657d73aeef13c130e0aec2bd6b35132c6c52023700a71f024332 +size 2501207264 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ2_XXS.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a87f289 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0090d7417efe6d8f08201097ac9ad8002f6e92199cc0139911af6b6ba5b32e34 +size 2265605344 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ3_M.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ3_M.gguf new file mode 100644 index 0000000..b037fb1 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab59a3b742668ea6a05806a457f51d2e1181bc86060b2a6d24e97c06a7a3fa79 +size 3738727360 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ3_S.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ3_S.gguf new file mode 100644 index 0000000..b58bac4 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc5f686241743785df3a3f219fefc98340d1e14b030c3cff247c430e263d4a0 +size 3614782400 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ3_XS.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ3_XS.gguf new file mode 100644 index 0000000..17797c2 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ac234cc275e2eda19768e58722e744273eed3dc4f0443b27e39cd0fe6bdf33 +size 3428004800 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ3_XXS.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..aeec56c --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa44f2bc3aec01946fdb45dd12ea71262b3b1aa948ed64f582692ed2961c7799 +size 3201377504 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ4_NL.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ4_NL.gguf new file mode 100644 index 0000000..e3e5420 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9bdc0de0846b9b13a01ad396cf95783f86e58584135279e17b6f15f64cf5c9b +size 4671878080 diff --git a/granite-3.3-8b-instruct-abliterated.i1-IQ4_XS.gguf b/granite-3.3-8b-instruct-abliterated.i1-IQ4_XS.gguf new file mode 100644 index 0000000..d4466dc --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a46d8b901e3ee54c9eb29a4070bed3976c0c280fc93d567b095758e7963f8a +size 4428084160 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q2_K.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q2_K.gguf new file mode 100644 index 0000000..fa1f140 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9184f3a6b98f33b3908483576010291af5b266ea176dee1076086833f80608d5 +size 3103601600 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q2_K_S.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q2_K_S.gguf new file mode 100644 index 0000000..1050145 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74cc61692656a1ba91fe3e43e513dc2c961dcd60a1916f4da95a9ffe6e29956 +size 2883892160 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q3_K_L.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q3_K_L.gguf new file mode 100644 index 0000000..27cb5e0 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4446956d6a9f3acd335987bbc815e5dd290ae773bd29b1a88cf91763a596129 +size 4349440960 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q3_K_M.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q3_K_M.gguf new file mode 100644 index 0000000..58960ad --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1039e288c5a6679bc5173c68561a5db0d5433f595b7533e7acd9edbc736be35 +size 3996595136 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q3_K_S.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q3_K_S.gguf new file mode 100644 index 0000000..5d833b5 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d24029852ffe0424449f10871b3675e097943a03ff8d02fe3ee7b932b78b1b +size 3592500160 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q4_0.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q4_0.gguf new file mode 100644 index 0000000..89ae01a --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3db599268a7916521285819f3f70a201bef5a841794a2401397dbebd5e759b5b +size 4667290560 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q4_1.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q4_1.gguf new file mode 100644 index 0000000..b76fd1d --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84de51fcbfee83b93e189d60cef9dafebca6d4956315186d1ec76057086c2b9b +size 5148980160 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q4_K_M.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q4_K_M.gguf new file mode 100644 index 0000000..1cc2fe0 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7081ade48a4c64b24835fff341dc6b49de3c1c01364749013e4cb29cb5764f +size 4942869440 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q4_K_S.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q4_K_S.gguf new file mode 100644 index 0000000..3651a98 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccde88c6302aff91371853df8e2abb1608cd79890989fe451a7a0ff60a3ce0b +size 4685771712 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q5_K_M.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q5_K_M.gguf new file mode 100644 index 0000000..0f452f9 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bd61e205b810e0d0a269c744c671352b95660c4183684a20d57bfb1673cae0 +size 5797458880 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q5_K_S.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q5_K_S.gguf new file mode 100644 index 0000000..c416fde --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a32699ad0fdbf7654cf194dcf82795225aa077e37427b918e213ba4b4b877c +size 5647053760 diff --git a/granite-3.3-8b-instruct-abliterated.i1-Q6_K.gguf b/granite-3.3-8b-instruct-abliterated.i1-Q6_K.gguf new file mode 100644 index 0000000..f752431 --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7920732142fde58812b456d6b93501f1a34de16e9ba67c185e8a27eb49131ed5 +size 6705460160 diff --git a/granite-3.3-8b-instruct-abliterated.imatrix.gguf b/granite-3.3-8b-instruct-abliterated.imatrix.gguf new file mode 100644 index 0000000..ac490ea --- /dev/null +++ b/granite-3.3-8b-instruct-abliterated.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7da5f1948ce18f373ac877da149a94175be00c847bb01c1804ab04a33ebebf +size 6023232