From 63f2f034a9758f652455232f129c6818eff1e75e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 24 May 2026 15:40: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/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF Source: Original Platform --- .gitattributes | 47 +++++++++++++ README.md | 69 +++++++++++++++++++ ...a-Llama-3.2-3B-Instruct-untied.IQ4_XS.gguf | 3 + ...ama-Llama-3.2-3B-Instruct-untied.Q2_K.gguf | 3 + ...a-Llama-3.2-3B-Instruct-untied.Q3_K_L.gguf | 3 + ...a-Llama-3.2-3B-Instruct-untied.Q3_K_M.gguf | 3 + ...a-Llama-3.2-3B-Instruct-untied.Q3_K_S.gguf | 3 + ...a-Llama-3.2-3B-Instruct-untied.Q4_K_M.gguf | 3 + ...a-Llama-3.2-3B-Instruct-untied.Q4_K_S.gguf | 3 + ...a-Llama-3.2-3B-Instruct-untied.Q5_K_M.gguf | 3 + ...a-Llama-3.2-3B-Instruct-untied.Q5_K_S.gguf | 3 + ...ama-Llama-3.2-3B-Instruct-untied.Q6_K.gguf | 3 + ...ama-Llama-3.2-3B-Instruct-untied.Q8_0.gguf | 3 + ...lama-Llama-3.2-3B-Instruct-untied.f16.gguf | 3 + 14 files changed, 152 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.IQ4_XS.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q2_K.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_L.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_M.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_S.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_M.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_S.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_M.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_S.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q6_K.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.Q8_0.gguf create mode 100644 meta-llama-Llama-3.2-3B-Instruct-untied.f16.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9d8eaad --- /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 +meta-llama-Llama-3.2-3B-Instruct-untied.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +meta-llama-Llama-3.2-3B-Instruct-untied.f16.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..0633448 --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +--- +base_model: lamm-mit/meta-llama-Llama-3.2-3B-Instruct-untied +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: [] +--- +## About + + + + + + +static quants of https://huggingface.co/lamm-mit/meta-llama-Llama-3.2-3B-Instruct-untied + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#meta-llama-Llama-3.2-3B-Instruct-untied-GGUF).*** + +weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion. +## 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/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q2_K.gguf) | Q2_K | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_S.gguf) | Q3_K_S | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_M.gguf) | Q3_K_M | 2.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_L.gguf) | Q3_K_L | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.IQ4_XS.gguf) | IQ4_XS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_S.gguf) | Q4_K_S | 2.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_M.gguf) | Q4_K_M | 2.3 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_S.gguf) | Q5_K_S | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_M.gguf) | Q5_K_M | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q6_K.gguf) | Q6_K | 3.1 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.Q8_0.gguf) | Q8_0 | 3.9 | fast, best quality | +| [GGUF](https://huggingface.co/mradermacher/meta-llama-Llama-3.2-3B-Instruct-untied-GGUF/resolve/main/meta-llama-Llama-3.2-3B-Instruct-untied.f16.gguf) | f16 | 7.3 | 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/meta-llama-Llama-3.2-3B-Instruct-untied.IQ4_XS.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.IQ4_XS.gguf new file mode 100644 index 0000000..c3c4006 --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbf3218828f26dd0904edca668b1044cdf0ce81202821ed8b5b3b56285c2b7d2 +size 2050220608 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q2_K.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q2_K.gguf new file mode 100644 index 0000000..d29e2eb --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce221c40794ed2a2be07525aed02d455fb0156e0053a7e5eb8468b5742531fd +size 1493217856 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_L.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_L.gguf new file mode 100644 index 0000000..3448665 --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6c3b7d2a69d72f3ddeae9af1b8d7ee561891148460818eaf33503f0ee3eb66 +size 1984645696 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_M.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_M.gguf new file mode 100644 index 0000000..c92ffcf --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721be4c5a13da1a1e116f2a48d0de8458bba8b0d225d85d5b890b4d4c0689ae7 +size 1856457280 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_S.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_S.gguf new file mode 100644 index 0000000..8971f5e --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0da9be2d3b7fe8a9947f3a56eeb7a1c45854582918124dc4f5b1f813366755 +size 1712147008 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_M.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_M.gguf new file mode 100644 index 0000000..11b8b80 --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62418860c35441917ab27928e91f2f80a9aa7243bdfc22e242aa06d3bd619603 +size 2241004096 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_S.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_S.gguf new file mode 100644 index 0000000..79de721 --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf54f6c0f703e679e711cb9fa68ee3602e4b55ec30c48830807a4fb5558e35db +size 2149827136 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_M.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_M.gguf new file mode 100644 index 0000000..4fba2a3 --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47752d1e1dbd1498625c00bd72cb0650a547e8b6717a6895d9d01fa058232d18 +size 2593030720 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_S.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_S.gguf new file mode 100644 index 0000000..0beb8ae --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620ef5b544e0a141776afcef8768e3d1a094527e02659ac561bf09fa03f5b558 +size 2540388928 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q6_K.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q6_K.gguf new file mode 100644 index 0000000..2553c39 --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ed1a7da86cead85b0aaf559db0cf7f739644a890eb2865270e8350f77c80fa +size 2967059008 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.Q8_0.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.Q8_0.gguf new file mode 100644 index 0000000..cf0a4fc --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80dbcb6bdacb0b01619fbd4c686a7fcfe3885bd03f8236cb52ef543a70b8f03 +size 3840526912 diff --git a/meta-llama-Llama-3.2-3B-Instruct-untied.f16.gguf b/meta-llama-Llama-3.2-3B-Instruct-untied.f16.gguf new file mode 100644 index 0000000..6aad2c7 --- /dev/null +++ b/meta-llama-Llama-3.2-3B-Instruct-untied.f16.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b538085de2060c2e91c67a2902104eb0ecd18e1a899911c27a8d5a27cba714a0 +size 7221692992