From 8414dfcc1f034a3f8636fe6e11da531181cb51f5 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 19 Jun 2026 09:27: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/PLLuM-4B-chat-2512-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++ PLLuM-4B-chat-2512.i1-IQ1_M.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ1_S.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ2_M.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ2_S.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ2_XS.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ2_XXS.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ3_M.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ3_S.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ3_XS.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ3_XXS.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ4_NL.gguf | 3 ++ PLLuM-4B-chat-2512.i1-IQ4_XS.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q2_K.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q2_K_S.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q3_K_L.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q3_K_M.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q3_K_S.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q4_0.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q4_1.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q4_K_M.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q4_K_S.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q5_K_M.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q5_K_S.gguf | 3 ++ PLLuM-4B-chat-2512.i1-Q6_K.gguf | 3 ++ PLLuM-4B-chat-2512.imatrix.gguf | 3 ++ README.md | 87 ++++++++++++++++++++++++++++++ 27 files changed, 222 insertions(+) create mode 100644 .gitattributes create mode 100644 PLLuM-4B-chat-2512.i1-IQ1_M.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ1_S.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ2_M.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ2_S.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ2_XS.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ2_XXS.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ3_M.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ3_S.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ3_XS.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ3_XXS.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ4_NL.gguf create mode 100644 PLLuM-4B-chat-2512.i1-IQ4_XS.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q2_K.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q2_K_S.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q3_K_L.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q3_K_M.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q3_K_S.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q4_0.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q4_1.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q4_K_M.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q4_K_S.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q5_K_M.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q5_K_S.gguf create mode 100644 PLLuM-4B-chat-2512.i1-Q6_K.gguf create mode 100644 PLLuM-4B-chat-2512.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..763b51f --- /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 +PLLuM-4B-chat-2512.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +PLLuM-4B-chat-2512.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/PLLuM-4B-chat-2512.i1-IQ1_M.gguf b/PLLuM-4B-chat-2512.i1-IQ1_M.gguf new file mode 100644 index 0000000..1339673 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb9ea9948506b77adf0978cabb459762d91bf5ec56a849a4dc7deed1b5d3272 +size 1199462016 diff --git a/PLLuM-4B-chat-2512.i1-IQ1_S.gguf b/PLLuM-4B-chat-2512.i1-IQ1_S.gguf new file mode 100644 index 0000000..5d53c91 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2766b53ac3abc1fbdd3088b951d6790885b6cf867465f3e0918ae37647c1c26 +size 1132983936 diff --git a/PLLuM-4B-chat-2512.i1-IQ2_M.gguf b/PLLuM-4B-chat-2512.i1-IQ2_M.gguf new file mode 100644 index 0000000..e317bf0 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4b624c6739d804ee7f114b9ad0eac99614ec3ee875e2e4d9a45aa315ba4b85 +size 1537873536 diff --git a/PLLuM-4B-chat-2512.i1-IQ2_S.gguf b/PLLuM-4B-chat-2512.i1-IQ2_S.gguf new file mode 100644 index 0000000..c6c390d --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164edb27a8a72ffffd471892bce0ffdc640f04f9fae0a8f1007ccab541635e16 +size 1449236096 diff --git a/PLLuM-4B-chat-2512.i1-IQ2_XS.gguf b/PLLuM-4B-chat-2512.i1-IQ2_XS.gguf new file mode 100644 index 0000000..b194109 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9deecc0c59dcb63dd9eb8aa52cdab2c5177adede5facf260040861c6bb829935 +size 1404466816 diff --git a/PLLuM-4B-chat-2512.i1-IQ2_XXS.gguf b/PLLuM-4B-chat-2512.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..d66bc1d --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd522e1356babe2984d97136e22a3ee897183be9c8eeba04f886baeb0cc7a4d +size 1310258816 diff --git a/PLLuM-4B-chat-2512.i1-IQ3_M.gguf b/PLLuM-4B-chat-2512.i1-IQ3_M.gguf new file mode 100644 index 0000000..c81ba66 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b628364875e9ac95010fa7e50766744a8988e6316bff9fd8951217279adf20f +size 1986673280 diff --git a/PLLuM-4B-chat-2512.i1-IQ3_S.gguf b/PLLuM-4B-chat-2512.i1-IQ3_S.gguf new file mode 100644 index 0000000..d6ea18c --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db91a0e147c0471519f2d93e98890ad4f2e0e3c8c149cbbaa5d7fa7304431f39 +size 1937234560 diff --git a/PLLuM-4B-chat-2512.i1-IQ3_XS.gguf b/PLLuM-4B-chat-2512.i1-IQ3_XS.gguf new file mode 100644 index 0000000..e4248cc --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94629f6af72a4a6f80a31248b04e05f522cb613934a6c37e5f75af01a7bd83e +size 1863260800 diff --git a/PLLuM-4B-chat-2512.i1-IQ3_XXS.gguf b/PLLuM-4B-chat-2512.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..2517aab --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dadf46f6ecc8e5ffd6917ff89aaf3da1a2d01c1681d357616ac8cbf3f10e63a +size 1689343616 diff --git a/PLLuM-4B-chat-2512.i1-IQ4_NL.gguf b/PLLuM-4B-chat-2512.i1-IQ4_NL.gguf new file mode 100644 index 0000000..353108a --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0a4953a8c9f5447bf98ace2dbf52f3b19411f0844e880525754aea7426f337 +size 2363382400 diff --git a/PLLuM-4B-chat-2512.i1-IQ4_XS.gguf b/PLLuM-4B-chat-2512.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a7ad29d --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c490c411b3c6f7041866a6e8223853037d7b4e131bf53aac245b73ab3f2316e9 +size 2263112320 diff --git a/PLLuM-4B-chat-2512.i1-Q2_K.gguf b/PLLuM-4B-chat-2512.i1-Q2_K.gguf new file mode 100644 index 0000000..1c18196 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac908cb3e418c4ebd8a2b68a08ec029793771be109df58886ca6ad0cb2ab3cd +size 1729034880 diff --git a/PLLuM-4B-chat-2512.i1-Q2_K_S.gguf b/PLLuM-4B-chat-2512.i1-Q2_K_S.gguf new file mode 100644 index 0000000..83fe458 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f799de14d3df790e15a47e90ef6fd00620bf3e05bdec7446910ca3bee57849cf +size 1635932800 diff --git a/PLLuM-4B-chat-2512.i1-Q3_K_L.gguf b/PLLuM-4B-chat-2512.i1-Q3_K_L.gguf new file mode 100644 index 0000000..5629f35 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee18a477f09787bd778a94a0b92f7c5240e37751b48eb6e72adfcde1954c2ec +size 2235955840 diff --git a/PLLuM-4B-chat-2512.i1-Q3_K_M.gguf b/PLLuM-4B-chat-2512.i1-Q3_K_M.gguf new file mode 100644 index 0000000..0ff186c --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcd086826e7784bb4059eb079b4c055834faaa63d01b3cf0f32ab8be430bf5c +size 2098330240 diff --git a/PLLuM-4B-chat-2512.i1-Q3_K_S.gguf b/PLLuM-4B-chat-2512.i1-Q3_K_S.gguf new file mode 100644 index 0000000..13582b6 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512d12c8ee9ddcb3931b8814eca2c97ed751c388d9d8bf5a3f56e0014c5f04cd +size 1937234560 diff --git a/PLLuM-4B-chat-2512.i1-Q4_0.gguf b/PLLuM-4B-chat-2512.i1-Q4_0.gguf new file mode 100644 index 0000000..7000ae7 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6a00a49dc3f4eb1f435db8278fe8bac75a30a9ac62ba209eca3140b4485b2d +size 2369936000 diff --git a/PLLuM-4B-chat-2512.i1-Q4_1.gguf b/PLLuM-4B-chat-2512.i1-Q4_1.gguf new file mode 100644 index 0000000..980e0a0 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05e0883fa60a34d0b26d84671ad95ffdbae627ce2cd626455410ca1bc0c8a46 +size 2563922560 diff --git a/PLLuM-4B-chat-2512.i1-Q4_K_M.gguf b/PLLuM-4B-chat-2512.i1-Q4_K_M.gguf new file mode 100644 index 0000000..719b733 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a86ddbc1a7314f04a05d2f534c88e01070f845fcec38e1fee0315ed689cb7de +size 2489764480 diff --git a/PLLuM-4B-chat-2512.i1-Q4_K_S.gguf b/PLLuM-4B-chat-2512.i1-Q4_K_S.gguf new file mode 100644 index 0000000..2eafbf9 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e517fb954396d7cbccfdcefedb39244d869b2bb581a503ec92b4a34cbe1ea89b +size 2377800320 diff --git a/PLLuM-4B-chat-2512.i1-Q5_K_M.gguf b/PLLuM-4B-chat-2512.i1-Q5_K_M.gguf new file mode 100644 index 0000000..ccba514 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3d1297d39f0fbec0bb9bafb328f4900522fcaaf175172314b5bf48120fb245 +size 2829568640 diff --git a/PLLuM-4B-chat-2512.i1-Q5_K_S.gguf b/PLLuM-4B-chat-2512.i1-Q5_K_S.gguf new file mode 100644 index 0000000..1bad3b1 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87676105f56821b2c24e951f7b122bd0f7b98a309ad1bcd810f54b9ecc90091 +size 2764462720 diff --git a/PLLuM-4B-chat-2512.i1-Q6_K.gguf b/PLLuM-4B-chat-2512.i1-Q6_K.gguf new file mode 100644 index 0000000..341cb15 --- /dev/null +++ b/PLLuM-4B-chat-2512.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5713f3738f40a57ea58c07fb3b63b559b8ae2b1a0ad052c4f2c7f1044b2f4d +size 3190610560 diff --git a/PLLuM-4B-chat-2512.imatrix.gguf b/PLLuM-4B-chat-2512.imatrix.gguf new file mode 100644 index 0000000..42b4e1e --- /dev/null +++ b/PLLuM-4B-chat-2512.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5260569f235f689e831d734a03bae5cf4257ea47d0ee4b6d8e7ffd43cc9d692d +size 3448608 diff --git a/README.md b/README.md new file mode 100644 index 0000000..997d46e --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ +--- +base_model: CYFRAGOVPL/PLLuM-4B-chat-2512 +language: +- pl +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/CYFRAGOVPL/PLLuM-4B-chat-2512 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#PLLuM-4B-chat-2512-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-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/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ1_S.gguf) | i1-IQ1_S | 1.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ1_M.gguf) | i1-IQ1_M | 1.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ2_S.gguf) | i1-IQ2_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ2_M.gguf) | i1-IQ2_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q2_K.gguf) | i1-Q2_K | 1.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ3_XS.gguf) | i1-IQ3_XS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ3_S.gguf) | i1-IQ3_S | 2.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ3_M.gguf) | i1-IQ3_M | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q4_0.gguf) | i1-Q4_0 | 2.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q4_1.gguf) | i1-Q4_1 | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/PLLuM-4B-chat-2512-i1-GGUF/resolve/main/PLLuM-4B-chat-2512.i1-Q6_K.gguf) | i1-Q6_K | 3.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. + +