From 6492982418edc2033bb43428c28a39c873d65c65 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 25 Jun 2026 14:10: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-Deepsync-1B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++ Llama-Deepsync-1B.i1-IQ1_M.gguf | 3 + Llama-Deepsync-1B.i1-IQ1_S.gguf | 3 + Llama-Deepsync-1B.i1-IQ2_M.gguf | 3 + Llama-Deepsync-1B.i1-IQ2_S.gguf | 3 + Llama-Deepsync-1B.i1-IQ2_XS.gguf | 3 + Llama-Deepsync-1B.i1-IQ2_XXS.gguf | 3 + Llama-Deepsync-1B.i1-IQ3_M.gguf | 3 + Llama-Deepsync-1B.i1-IQ3_S.gguf | 3 + Llama-Deepsync-1B.i1-IQ3_XS.gguf | 3 + Llama-Deepsync-1B.i1-IQ3_XXS.gguf | 3 + Llama-Deepsync-1B.i1-IQ4_NL.gguf | 3 + Llama-Deepsync-1B.i1-IQ4_XS.gguf | 3 + Llama-Deepsync-1B.i1-Q2_K.gguf | 3 + Llama-Deepsync-1B.i1-Q2_K_S.gguf | 3 + Llama-Deepsync-1B.i1-Q3_K_L.gguf | 3 + Llama-Deepsync-1B.i1-Q3_K_M.gguf | 3 + Llama-Deepsync-1B.i1-Q3_K_S.gguf | 3 + Llama-Deepsync-1B.i1-Q4_0.gguf | 3 + Llama-Deepsync-1B.i1-Q4_1.gguf | 3 + Llama-Deepsync-1B.i1-Q4_K_M.gguf | 3 + Llama-Deepsync-1B.i1-Q4_K_S.gguf | 3 + Llama-Deepsync-1B.i1-Q5_K_M.gguf | 3 + Llama-Deepsync-1B.i1-Q5_K_S.gguf | 3 + Llama-Deepsync-1B.i1-Q6_K.gguf | 3 + README.md | 91 +++++++++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 226 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-Deepsync-1B.i1-IQ1_M.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ1_S.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ2_M.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ2_S.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ2_XS.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ2_XXS.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ3_M.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ3_S.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ3_XS.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ3_XXS.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ4_NL.gguf create mode 100644 Llama-Deepsync-1B.i1-IQ4_XS.gguf create mode 100644 Llama-Deepsync-1B.i1-Q2_K.gguf create mode 100644 Llama-Deepsync-1B.i1-Q2_K_S.gguf create mode 100644 Llama-Deepsync-1B.i1-Q3_K_L.gguf create mode 100644 Llama-Deepsync-1B.i1-Q3_K_M.gguf create mode 100644 Llama-Deepsync-1B.i1-Q3_K_S.gguf create mode 100644 Llama-Deepsync-1B.i1-Q4_0.gguf create mode 100644 Llama-Deepsync-1B.i1-Q4_1.gguf create mode 100644 Llama-Deepsync-1B.i1-Q4_K_M.gguf create mode 100644 Llama-Deepsync-1B.i1-Q4_K_S.gguf create mode 100644 Llama-Deepsync-1B.i1-Q5_K_M.gguf create mode 100644 Llama-Deepsync-1B.i1-Q5_K_S.gguf create mode 100644 Llama-Deepsync-1B.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3bb93e9 --- /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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Deepsync-1B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-Deepsync-1B.i1-IQ1_M.gguf b/Llama-Deepsync-1B.i1-IQ1_M.gguf new file mode 100644 index 0000000..82668b6 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f157b5a58a9725f7553f0e69cf8da87a8ae51a83eb1cf5e8d3a02ca5430a9e14 +size 413607584 diff --git a/Llama-Deepsync-1B.i1-IQ1_S.gguf b/Llama-Deepsync-1B.i1-IQ1_S.gguf new file mode 100644 index 0000000..be07758 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df83279f6be508410acd8c18c4d975cfef5a264a5617668cf73851ccabd56db +size 393553568 diff --git a/Llama-Deepsync-1B.i1-IQ2_M.gguf b/Llama-Deepsync-1B.i1-IQ2_M.gguf new file mode 100644 index 0000000..7874ea1 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6f54ea7767bc70cef97630b5594032b2cdbed2b5b4d889dcf03cbb56f1966a +size 515450528 diff --git a/Llama-Deepsync-1B.i1-IQ2_S.gguf b/Llama-Deepsync-1B.i1-IQ2_S.gguf new file mode 100644 index 0000000..c4a39f1 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373425c1da1b0f833af5284a071f445f36116a150dcd9e0180957fa75690140b +size 488711840 diff --git a/Llama-Deepsync-1B.i1-IQ2_XS.gguf b/Llama-Deepsync-1B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..2c0f0b7 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e3c3158b5aeeb9c151213debf81c5dec534589d63389467603fd1a6df21c7e +size 475866784 diff --git a/Llama-Deepsync-1B.i1-IQ2_XXS.gguf b/Llama-Deepsync-1B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..e4a8aed --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9075a81dcc856b1262e62ab30169605b8e3740659b9531f388d49a3b02624644 +size 447030944 diff --git a/Llama-Deepsync-1B.i1-IQ3_M.gguf b/Llama-Deepsync-1B.i1-IQ3_M.gguf new file mode 100644 index 0000000..c1755cd --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db8ae82a11414987c1c347f4839dd6ef4e953e2dcb520f39b3eae5567118398 +size 657290912 diff --git a/Llama-Deepsync-1B.i1-IQ3_S.gguf b/Llama-Deepsync-1B.i1-IQ3_S.gguf new file mode 100644 index 0000000..7442a56 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128e0b71819e5f64a93f567301654b0df68ece8e3cf11ffc3689af306439b9b4 +size 643921568 diff --git a/Llama-Deepsync-1B.i1-IQ3_XS.gguf b/Llama-Deepsync-1B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..7a39006 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d03061005b2a30198ef25582e02dc659c232a4967a10582e5eae3ee5d945321 +size 621115040 diff --git a/Llama-Deepsync-1B.i1-IQ3_XXS.gguf b/Llama-Deepsync-1B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..45c3782 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956d32accdf4aacdd8cd29373298d49200f65a325f388d479d84b4d1ccf5d19d +size 562112160 diff --git a/Llama-Deepsync-1B.i1-IQ4_NL.gguf b/Llama-Deepsync-1B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..928e835 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2079221b5ff9266911bb161591c43d89dbfed74319fa5c9d5b71498bb7fd1ed6 +size 773027488 diff --git a/Llama-Deepsync-1B.i1-IQ4_XS.gguf b/Llama-Deepsync-1B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..51bbb16 --- /dev/null +++ b/Llama-Deepsync-1B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a198643e6b1a0bb60e310d5cf44a4e1d90ed348e441b63de69253a4d769176 +size 743143072 diff --git a/Llama-Deepsync-1B.i1-Q2_K.gguf b/Llama-Deepsync-1B.i1-Q2_K.gguf new file mode 100644 index 0000000..e6e9e6a --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a5a96431c3834290bfaeec9d9b73c30a4247aa9caa9b4d3c03fddb47f8000a +size 580875936 diff --git a/Llama-Deepsync-1B.i1-Q2_K_S.gguf b/Llama-Deepsync-1B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..96c91f0 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015e9e749ec766434afcbea0072eb418daf844e49f91c80fbb67cf74cdecd7c4 +size 554661536 diff --git a/Llama-Deepsync-1B.i1-Q3_K_L.gguf b/Llama-Deepsync-1B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..fc35a81 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5273c9ec83c87744137cfc1deb460009248e99207bae9c03fc19f0922a6cfeeb +size 732526240 diff --git a/Llama-Deepsync-1B.i1-Q3_K_M.gguf b/Llama-Deepsync-1B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..5ca4ba5 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3dedee16662487c71db323b5562c7607ceb0c02039d99db5d7381094076bfac +size 690845344 diff --git a/Llama-Deepsync-1B.i1-Q3_K_S.gguf b/Llama-Deepsync-1B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..8576767 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482dedae1a34c454a2f89dcae334c0150a586db906da13ce34ab762c96a051bd +size 641693344 diff --git a/Llama-Deepsync-1B.i1-Q4_0.gguf b/Llama-Deepsync-1B.i1-Q4_0.gguf new file mode 100644 index 0000000..e9ee163 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5eadfd2e86fabc33b9031ed0fd46138e8d333de02b8231b0f6af2b5ba115603 +size 773027488 diff --git a/Llama-Deepsync-1B.i1-Q4_1.gguf b/Llama-Deepsync-1B.i1-Q4_1.gguf new file mode 100644 index 0000000..748eebe --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8dcff4fbe49bd3720683823f95b64e808c6ed9a1da5ca0c55f3f148fa8ddad0 +size 831747744 diff --git a/Llama-Deepsync-1B.i1-Q4_K_M.gguf b/Llama-Deepsync-1B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..922a696 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78abc05dc330c3a5845ddb126277e6f06ab310c313cdccfb3f5ec54f6e0cc84 +size 807696032 diff --git a/Llama-Deepsync-1B.i1-Q4_K_S.gguf b/Llama-Deepsync-1B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f723023 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c96d39a57b63d4c40b286ceddd60b9a3d81a461566856f6d5135b23b49fa030 +size 775648928 diff --git a/Llama-Deepsync-1B.i1-Q5_K_M.gguf b/Llama-Deepsync-1B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..4ee8581 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05da0fc3ed41e9058ebe05cb2817daaf4bc3780b4263615abe0d9e9c7cf9f764 +size 911505056 diff --git a/Llama-Deepsync-1B.i1-Q5_K_S.gguf b/Llama-Deepsync-1B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..4ad66b3 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39a6f5a9ebac97a5e64b2b09fb627f5badc37a288a68b7acb2133695336a347 +size 892565152 diff --git a/Llama-Deepsync-1B.i1-Q6_K.gguf b/Llama-Deepsync-1B.i1-Q6_K.gguf new file mode 100644 index 0000000..8ede899 --- /dev/null +++ b/Llama-Deepsync-1B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58423c10c107346f862b2d0f69ac0d7b7388a7cc09c7c28427d10b2715552b85 +size 1021802144 diff --git a/README.md b/README.md new file mode 100644 index 0000000..12a85c0 --- /dev/null +++ b/README.md @@ -0,0 +1,91 @@ +--- +base_model: prithivMLmods/Llama-Deepsync-1B +language: +- en +- de +- fr +- it +- pt +- hi +- es +- th +library_name: transformers +license: creativeml-openrail-m +quantized_by: mradermacher +tags: +- text-generation-inference +- Llama +- Code +- CoT +- Math +- Deepsync +- 3b +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/prithivMLmods/Llama-Deepsync-1B + + +static quants are available at https://huggingface.co/mradermacher/Llama-Deepsync-1B-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-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ1_M.gguf) | i1-IQ1_M | 0.5 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ2_S.gguf) | i1-IQ2_S | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ2_M.gguf) | i1-IQ2_M | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.7 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q2_K.gguf) | i1-Q2_K | 0.7 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.7 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ3_S.gguf) | i1-IQ3_S | 0.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ3_M.gguf) | i1-IQ3_M | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 0.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 0.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q4_0.gguf) | i1-Q4_0 | 0.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 0.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 0.9 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q4_1.gguf) | i1-Q4_1 | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Deepsync-1B-i1-GGUF/resolve/main/Llama-Deepsync-1B.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. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..a5ceddf --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b23b3e313399748ed853ca12bdf941c3d2ab0a3cac989586d194110f59ed678 +size 1314413