From 8843fcda87363fa10cd09fcd648de473caa0c473 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 22 May 2026 15:52: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/Llama-3.2-1B-DMS-8x-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ Llama-3.2-1B-DMS-8x.i1-IQ1_M.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ1_S.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ2_M.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ2_S.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ2_XS.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ2_XXS.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ3_M.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ3_S.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ3_XS.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ3_XXS.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ4_NL.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-IQ4_XS.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q2_K.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q2_K_S.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q3_K_L.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q3_K_M.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q3_K_S.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q4_0.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q4_1.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q4_K_M.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q4_K_S.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q5_K_M.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q5_K_S.gguf | 3 + Llama-3.2-1B-DMS-8x.i1-Q6_K.gguf | 3 + Llama-3.2-1B-DMS-8x.imatrix.gguf | 3 + README.md | 96 +++++++++++++++++++++++++++++ 27 files changed, 231 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ1_M.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ1_S.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ2_M.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ2_S.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ2_XS.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ2_XXS.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ3_M.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ3_S.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ3_XS.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ3_XXS.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ4_NL.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-IQ4_XS.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q2_K.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q2_K_S.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q3_K_L.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q3_K_M.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q3_K_S.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q4_0.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q4_1.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q4_K_M.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q4_K_S.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q5_K_M.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q5_K_S.gguf create mode 100644 Llama-3.2-1B-DMS-8x.i1-Q6_K.gguf create mode 100644 Llama-3.2-1B-DMS-8x.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..110cd6f --- /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 +Llama-3.2-1B-DMS-8x.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.2-1B-DMS-8x.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ1_M.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ1_M.gguf new file mode 100644 index 0000000..9611ac7 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d174ebdf3c8381c76ca2de9e283bb90ad87a81372cd852822984f72356b02cd +size 413603200 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ1_S.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ1_S.gguf new file mode 100644 index 0000000..3e6aa9a --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746d490ee4a876e9b7158aa017b5b81e253cff448a0fe7220f3b39639019af1b +size 393549184 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ2_M.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ2_M.gguf new file mode 100644 index 0000000..08f9b43 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b631a3fd5f3eb57197dc3b8baaeb58ea881f0cec667f9e67f38912e41616f46 +size 515446144 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ2_S.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ2_S.gguf new file mode 100644 index 0000000..0e66570 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6878fe69dddae3c66d8a5b36a3399932a2f9dd3257e7e905b54d4dadc2d93b2e +size 488707456 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ2_XS.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ2_XS.gguf new file mode 100644 index 0000000..ad18c0f --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801f4b2b067c4fc2ed2f7d4ff6ea90c89c233bd0cca35d2e57393fc55734025d +size 475862400 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ2_XXS.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..4ffba84 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28073da6f68438af21d1b335c6fcb1ce63f5d7a0fb17be3cc209c5241b537d43 +size 447026560 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ3_M.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ3_M.gguf new file mode 100644 index 0000000..2bbc340 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb7db634eceea369b2903f76b24a146129c4c1204a37943b1f1b2e53716dee0 +size 657286528 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ3_S.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ3_S.gguf new file mode 100644 index 0000000..b521342 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd90fce6871e1b733921b3656ec8d00a3927fb5bea90b01abef34cc2eb97ab3 +size 643917184 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ3_XS.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ3_XS.gguf new file mode 100644 index 0000000..2bb2112 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd6ea94d46ceb736e442e916301e4e458f3ffea1abadd703d51244b8fdfa779 +size 621110656 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ3_XXS.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..6613d76 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6215e1ed39d5a01558f8781272a5a14711381f87602a162818f6442076fc13a +size 562107776 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ4_NL.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ4_NL.gguf new file mode 100644 index 0000000..33d5edb --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0865c23a2262bd2b524356d506a7fa55c6150c6efe3ce70cc119fd232a2dff3 +size 773023104 diff --git a/Llama-3.2-1B-DMS-8x.i1-IQ4_XS.gguf b/Llama-3.2-1B-DMS-8x.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8dfc343 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcfd4dcf3272c56cab301e879e62a26ee09943ec42b29a7753531b5cc40cf2d +size 743138688 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q2_K.gguf b/Llama-3.2-1B-DMS-8x.i1-Q2_K.gguf new file mode 100644 index 0000000..c1be584 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9c144f95b50a879af26e0ee783c1252465518cb81205f7c8b9e05db2984a8b +size 580871552 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q2_K_S.gguf b/Llama-3.2-1B-DMS-8x.i1-Q2_K_S.gguf new file mode 100644 index 0000000..f6d8727 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7debbcc840c83059d112c6b5a87f27634ef761f0740fb5e75d367ae5d1a14d9d +size 554657152 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q3_K_L.gguf b/Llama-3.2-1B-DMS-8x.i1-Q3_K_L.gguf new file mode 100644 index 0000000..81c99e0 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00088f24705cb0fc4b5baa41cf2bface1dfe24dea1be949f7a09feb6a081e75 +size 732521856 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q3_K_M.gguf b/Llama-3.2-1B-DMS-8x.i1-Q3_K_M.gguf new file mode 100644 index 0000000..55936db --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b37fbf7f2a53adaa805fe296950aae4132f346f37100be58cb167d6c6afb50 +size 690840960 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q3_K_S.gguf b/Llama-3.2-1B-DMS-8x.i1-Q3_K_S.gguf new file mode 100644 index 0000000..5b6f946 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a4257f48e15aabbabba44e32fe7244abd8fa34b45d73bb80ddb893edbf7568 +size 641688960 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q4_0.gguf b/Llama-3.2-1B-DMS-8x.i1-Q4_0.gguf new file mode 100644 index 0000000..25fd589 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a2ab726742382fb8ab8d687f18c4216b49af3e818dbe97301eef10af3e238b +size 773023104 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q4_1.gguf b/Llama-3.2-1B-DMS-8x.i1-Q4_1.gguf new file mode 100644 index 0000000..3271ea2 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa5c1e9b79c71a61aab107dd67aaa63ccdf0c0b222d63e1dbbb0d0982ed1b1a +size 831743360 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q4_K_M.gguf b/Llama-3.2-1B-DMS-8x.i1-Q4_K_M.gguf new file mode 100644 index 0000000..34d229c --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40bd70ff63e31b688be6858fb45736bbe942a29e97179beb8cb9e5bad875eb9 +size 807691648 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q4_K_S.gguf b/Llama-3.2-1B-DMS-8x.i1-Q4_K_S.gguf new file mode 100644 index 0000000..0177a81 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f489a0b8d790e68226e39576d0943a65420772732ddc72711863cf071ff398 +size 775644544 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q5_K_M.gguf b/Llama-3.2-1B-DMS-8x.i1-Q5_K_M.gguf new file mode 100644 index 0000000..7e83f69 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b1eba1663dcfbe3d54dfe162838f5ac74d81a7eb923236d37978a9b821fec1 +size 911500672 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q5_K_S.gguf b/Llama-3.2-1B-DMS-8x.i1-Q5_K_S.gguf new file mode 100644 index 0000000..efc67b8 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc1cc09be1a9d6b7c07d650593315aa526a4cc3855c9d7703a4501528b72ae05 +size 892560768 diff --git a/Llama-3.2-1B-DMS-8x.i1-Q6_K.gguf b/Llama-3.2-1B-DMS-8x.i1-Q6_K.gguf new file mode 100644 index 0000000..4d44449 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bbcfaa42491bc3f76d9f727312e5925e659bb310f41e351533b1211c18d26e +size 1021797760 diff --git a/Llama-3.2-1B-DMS-8x.imatrix.gguf b/Llama-3.2-1B-DMS-8x.imatrix.gguf new file mode 100644 index 0000000..796aec7 --- /dev/null +++ b/Llama-3.2-1B-DMS-8x.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0ae89fcf2ad6060f6115a800b1da69efaa344df31465c80ba57ed3470d696f +size 1328000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..68a8171 --- /dev/null +++ b/README.md @@ -0,0 +1,96 @@ +--- +base_model: shisa-ai/Llama-3.2-1B-DMS-8x +datasets: +- Salesforce/wikitext +language: +- en +library_name: transformers +license: llama3.2 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- shisa-ai +- llama +- llama-3.2 +- pytorch +- kvcache +- dms +- fastdms +- kv-cache-compression +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/shisa-ai/Llama-3.2-1B-DMS-8x + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama-3.2-1B-DMS-8x-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-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/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ1_M.gguf) | i1-IQ1_M | 0.5 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ2_S.gguf) | i1-IQ2_S | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ2_M.gguf) | i1-IQ2_M | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q2_K.gguf) | i1-Q2_K | 0.7 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.7 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ3_S.gguf) | i1-IQ3_S | 0.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ3_M.gguf) | i1-IQ3_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q4_0.gguf) | i1-Q4_0 | 0.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q4_1.gguf) | i1-Q4_1 | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.2-1B-DMS-8x-i1-GGUF/resolve/main/Llama-3.2-1B-DMS-8x.i1-Q6_K.gguf) | i1-Q6_K | 1.1 | 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. + +