commit 5b7208f10adcee8474a204a3a38bec8563544609 Author: ModelHub XC Date: Tue Jun 16 19:55:17 2026 +0800 初始化项目,由ModelHub XC社区提供模型 Model: mradermacher/granite-3.2-8b-instruct-GGUF Source: Original Platform diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c57b984 --- /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-8b-instruct.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.f16.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +granite-3.2-8b-instruct.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..c69efca --- /dev/null +++ b/README.md @@ -0,0 +1,67 @@ +--- +base_model: ibm-granite/granite-3.2-8b-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-8b-instruct + + +weighted/imatrix quants are available at https://huggingface.co/mradermacher/granite-3.2-8b-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-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q2_K.gguf) | Q2_K | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q3_K_S.gguf) | Q3_K_S | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q3_K_M.gguf) | Q3_K_M | 4.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q3_K_L.gguf) | Q3_K_L | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.IQ4_XS.gguf) | IQ4_XS | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q4_K_S.gguf) | Q4_K_S | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q4_K_M.gguf) | Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q5_K_S.gguf) | Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q5_K_M.gguf) | Q5_K_M | 5.9 | | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q6_K.gguf) | Q6_K | 6.8 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.Q8_0.gguf) | Q8_0 | 8.8 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/granite-3.2-8b-instruct-GGUF/resolve/main/granite-3.2-8b-instruct.f16.gguf) | f16 | 16.4 | 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-8b-instruct.IQ4_XS.gguf b/granite-3.2-8b-instruct.IQ4_XS.gguf new file mode 100644 index 0000000..fbeb651 --- /dev/null +++ b/granite-3.2-8b-instruct.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0af6175cc155cd5b626ca6b47bc205fde01e1a09c8865e88952c23dee3421b +size 4469034752 diff --git a/granite-3.2-8b-instruct.Q2_K.gguf b/granite-3.2-8b-instruct.Q2_K.gguf new file mode 100644 index 0000000..b2ab35c --- /dev/null +++ b/granite-3.2-8b-instruct.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f32dbf7205d4bc3ca343e5362dada25e293ab6ea541aaf751d433178fb7900 +size 3103592192 diff --git a/granite-3.2-8b-instruct.Q3_K_L.gguf b/granite-3.2-8b-instruct.Q3_K_L.gguf new file mode 100644 index 0000000..edee9ae --- /dev/null +++ b/granite-3.2-8b-instruct.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69819bae7824716450c8f6c25d5bdbae51413f51bed2bfc242037320f60f23ba +size 4349431552 diff --git a/granite-3.2-8b-instruct.Q3_K_M.gguf b/granite-3.2-8b-instruct.Q3_K_M.gguf new file mode 100644 index 0000000..57fc854 --- /dev/null +++ b/granite-3.2-8b-instruct.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbda31206256364179a79f55c83568a20550f1aa8218cafbdc395dea9bcf185 +size 3996585728 diff --git a/granite-3.2-8b-instruct.Q3_K_S.gguf b/granite-3.2-8b-instruct.Q3_K_S.gguf new file mode 100644 index 0000000..26896df --- /dev/null +++ b/granite-3.2-8b-instruct.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26e151d8c5bb0e79c894d8a285ea8c52aa0501b82111d1b31e8e4b6cd11e371 +size 3592490752 diff --git a/granite-3.2-8b-instruct.Q4_K_M.gguf b/granite-3.2-8b-instruct.Q4_K_M.gguf new file mode 100644 index 0000000..1d1d773 --- /dev/null +++ b/granite-3.2-8b-instruct.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80bd7b15511467742934badeb8c8d13103af3f40ca000aa65a018503f158071c +size 4942860032 diff --git a/granite-3.2-8b-instruct.Q4_K_S.gguf b/granite-3.2-8b-instruct.Q4_K_S.gguf new file mode 100644 index 0000000..917d09e --- /dev/null +++ b/granite-3.2-8b-instruct.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcb39e2a5531c5c7604096058a1c4bdf03c7e5e1a07dc98b3d54f17c318eb77 +size 4685762304 diff --git a/granite-3.2-8b-instruct.Q5_K_M.gguf b/granite-3.2-8b-instruct.Q5_K_M.gguf new file mode 100644 index 0000000..48acd5a --- /dev/null +++ b/granite-3.2-8b-instruct.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8312d911e8982327b4121c0cf05444d6da634e18ec68b7f8ad13e23383267f3 +size 5797449472 diff --git a/granite-3.2-8b-instruct.Q5_K_S.gguf b/granite-3.2-8b-instruct.Q5_K_S.gguf new file mode 100644 index 0000000..c0400cb --- /dev/null +++ b/granite-3.2-8b-instruct.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54aeb22c210bae8bdc1178c408f53984a22e41cbe6a98639c6f567b50ea9eaa6 +size 5647044352 diff --git a/granite-3.2-8b-instruct.Q6_K.gguf b/granite-3.2-8b-instruct.Q6_K.gguf new file mode 100644 index 0000000..bf037b6 --- /dev/null +++ b/granite-3.2-8b-instruct.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e700c04bd91cc02f37d9c1167ca0d52f9e6534cc8b0f2c1b589e5b1d1768d1ea +size 6705450752 diff --git a/granite-3.2-8b-instruct.Q8_0.gguf b/granite-3.2-8b-instruct.Q8_0.gguf new file mode 100644 index 0000000..2d8a51d --- /dev/null +++ b/granite-3.2-8b-instruct.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12082fa662735cf45b8ed52a5e328d97166158c2985ac791b64b66b8a9bdf21c +size 8684247712 diff --git a/granite-3.2-8b-instruct.f16.gguf b/granite-3.2-8b-instruct.f16.gguf new file mode 100644 index 0000000..5ad0aca --- /dev/null +++ b/granite-3.2-8b-instruct.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d77f70d692e9ed756cee4de7fa91d15ba7701ab78eedb861913aa7eff96831 +size 16344106912