From ec76d5a07edc16b29f725f53da45d9a6f0fdc4d6 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 26 May 2026 05:58:16 +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.2-2b-instruct-GGUF Source: Original Platform --- .gitattributes | 47 ++++++++++++++++++++ README.md | 67 +++++++++++++++++++++++++++++ granite-3.2-2b-instruct.IQ4_XS.gguf | 3 ++ granite-3.2-2b-instruct.Q2_K.gguf | 3 ++ granite-3.2-2b-instruct.Q3_K_L.gguf | 3 ++ granite-3.2-2b-instruct.Q3_K_M.gguf | 3 ++ granite-3.2-2b-instruct.Q3_K_S.gguf | 3 ++ granite-3.2-2b-instruct.Q4_K_M.gguf | 3 ++ granite-3.2-2b-instruct.Q4_K_S.gguf | 3 ++ granite-3.2-2b-instruct.Q5_K_M.gguf | 3 ++ granite-3.2-2b-instruct.Q5_K_S.gguf | 3 ++ granite-3.2-2b-instruct.Q6_K.gguf | 3 ++ granite-3.2-2b-instruct.Q8_0.gguf | 3 ++ granite-3.2-2b-instruct.f16.gguf | 3 ++ 14 files changed, 150 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 granite-3.2-2b-instruct.IQ4_XS.gguf create mode 100644 granite-3.2-2b-instruct.Q2_K.gguf create mode 100644 granite-3.2-2b-instruct.Q3_K_L.gguf create mode 100644 granite-3.2-2b-instruct.Q3_K_M.gguf create mode 100644 granite-3.2-2b-instruct.Q3_K_S.gguf create mode 100644 granite-3.2-2b-instruct.Q4_K_M.gguf create mode 100644 granite-3.2-2b-instruct.Q4_K_S.gguf create mode 100644 granite-3.2-2b-instruct.Q5_K_M.gguf create mode 100644 granite-3.2-2b-instruct.Q5_K_S.gguf create mode 100644 granite-3.2-2b-instruct.Q6_K.gguf create mode 100644 granite-3.2-2b-instruct.Q8_0.gguf create mode 100644 granite-3.2-2b-instruct.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b7a5608 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.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.2-2b-instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-2b-instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..892a0d0 --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: ibm-granite/granite-3.2-2b-instruct +language: +- en +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- language +- granite-3.2 +--- +## About + + + + + + +static quants of https://huggingface.co/ibm-granite/granite-3.2-2b-instruct + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/granite-3.2-2b-instruct-i1-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.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q2_K.gguf) | Q2_K | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q3_K_S.gguf) | Q3_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q3_K_M.gguf) | Q3_K_M | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q3_K_L.gguf) | Q3_K_L | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.IQ4_XS.gguf) | IQ4_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q4_K_S.gguf) | Q4_K_S | 1.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q4_K_M.gguf) | Q4_K_M | 1.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q5_K_S.gguf) | Q5_K_S | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q5_K_M.gguf) | Q5_K_M | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q6_K.gguf) | Q6_K | 2.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.Q8_0.gguf) | Q8_0 | 2.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-2b-instruct-GGUF/resolve/main/granite-3.2-2b-instruct.f16.gguf) | f16 | 5.2 | 16 bpw, overkill | + +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. + + diff --git a/granite-3.2-2b-instruct.IQ4_XS.gguf b/granite-3.2-2b-instruct.IQ4_XS.gguf new file mode 100644 index 0000000..868f52e --- /dev/null +++ b/granite-3.2-2b-instruct.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3132b4e0678f06608c6620ec48b0626ec6825be7103f3143d6b74c28d41ffe77 +size 1397021536 diff --git a/granite-3.2-2b-instruct.Q2_K.gguf b/granite-3.2-2b-instruct.Q2_K.gguf new file mode 100644 index 0000000..211c6ae --- /dev/null +++ b/granite-3.2-2b-instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10af51949f5c8c4b4f41516dd0cba420e8655986b2afd9f78b1ecd8d7c1d1706 +size 978246496 diff --git a/granite-3.2-2b-instruct.Q3_K_L.gguf b/granite-3.2-2b-instruct.Q3_K_L.gguf new file mode 100644 index 0000000..cefc6b0 --- /dev/null +++ b/granite-3.2-2b-instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecb3846749eeecb1359400fc0c37641b4fbe23972c4625a1790eb0798dabaa5 +size 1357372256 diff --git a/granite-3.2-2b-instruct.Q3_K_M.gguf b/granite-3.2-2b-instruct.Q3_K_M.gguf new file mode 100644 index 0000000..0342322 --- /dev/null +++ b/granite-3.2-2b-instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298df94bcd40db2eb5151e68861e46326af5c9822f06398c2fc08897d3bb5678 +size 1251728224 diff --git a/granite-3.2-2b-instruct.Q3_K_S.gguf b/granite-3.2-2b-instruct.Q3_K_S.gguf new file mode 100644 index 0000000..aaff12f --- /dev/null +++ b/granite-3.2-2b-instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f67f354aacd5684c255b41abebde6ba885bdec4ded8e0d664646df4098190be +size 1130290016 diff --git a/granite-3.2-2b-instruct.Q4_K_M.gguf b/granite-3.2-2b-instruct.Q4_K_M.gguf new file mode 100644 index 0000000..a6622c6 --- /dev/null +++ b/granite-3.2-2b-instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588a7af9df7921339de6cc35b58202e9c3deff7f8033190f973b977eb8757fb7 +size 1545296736 diff --git a/granite-3.2-2b-instruct.Q4_K_S.gguf b/granite-3.2-2b-instruct.Q4_K_S.gguf new file mode 100644 index 0000000..94b882d --- /dev/null +++ b/granite-3.2-2b-instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cd045c031fda261257c71c8fd778bb211df33d8482cfdb8800c3a9ebbecc4a +size 1464392544 diff --git a/granite-3.2-2b-instruct.Q5_K_M.gguf b/granite-3.2-2b-instruct.Q5_K_M.gguf new file mode 100644 index 0000000..b758270 --- /dev/null +++ b/granite-3.2-2b-instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a41353e1d8c0b90bff5af625179a6fc69efcb1dfe4f59cbd19f58785fa5a93b6 +size 1804819296 diff --git a/granite-3.2-2b-instruct.Q5_K_S.gguf b/granite-3.2-2b-instruct.Q5_K_S.gguf new file mode 100644 index 0000000..b06067d --- /dev/null +++ b/granite-3.2-2b-instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875f41d423079c9311c8c452ac9d6331802d7a621612b8f916c91467946eb349 +size 1757469536 diff --git a/granite-3.2-2b-instruct.Q6_K.gguf b/granite-3.2-2b-instruct.Q6_K.gguf new file mode 100644 index 0000000..a77577d --- /dev/null +++ b/granite-3.2-2b-instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71d6b3e2f180ebf3b77452016c00f02fa7f57ea04db5a6216f45d43773096f9 +size 2080562016 diff --git a/granite-3.2-2b-instruct.Q8_0.gguf b/granite-3.2-2b-instruct.Q8_0.gguf new file mode 100644 index 0000000..538ce02 --- /dev/null +++ b/granite-3.2-2b-instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff440cff200bcabc45c75d64d7b765e8da99673d135118b7661f771536cad369 +size 2694111520 diff --git a/granite-3.2-2b-instruct.f16.gguf b/granite-3.2-2b-instruct.f16.gguf new file mode 100644 index 0000000..7783cd9 --- /dev/null +++ b/granite-3.2-2b-instruct.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386b1d97c465c5ef4e24b74b83b0d61743647a48fa27c95ac0289ef588158245 +size 5069141920