From d70fdffcf8089b55d916a20c3420ca0275a0752a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 9 May 2026 03:07:04 +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/OpenBuddy-llama3-format-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ OpenBuddy-llama3-format.i1-IQ1_M.gguf | 3 + OpenBuddy-llama3-format.i1-IQ1_S.gguf | 3 + OpenBuddy-llama3-format.i1-IQ2_M.gguf | 3 + OpenBuddy-llama3-format.i1-IQ2_S.gguf | 3 + OpenBuddy-llama3-format.i1-IQ2_XS.gguf | 3 + OpenBuddy-llama3-format.i1-IQ2_XXS.gguf | 3 + OpenBuddy-llama3-format.i1-IQ3_M.gguf | 3 + OpenBuddy-llama3-format.i1-IQ3_S.gguf | 3 + OpenBuddy-llama3-format.i1-IQ3_XS.gguf | 3 + OpenBuddy-llama3-format.i1-IQ3_XXS.gguf | 3 + OpenBuddy-llama3-format.i1-IQ4_XS.gguf | 3 + OpenBuddy-llama3-format.i1-Q2_K.gguf | 3 + OpenBuddy-llama3-format.i1-Q3_K_L.gguf | 3 + OpenBuddy-llama3-format.i1-Q3_K_M.gguf | 3 + OpenBuddy-llama3-format.i1-Q3_K_S.gguf | 3 + OpenBuddy-llama3-format.i1-Q4_0.gguf | 3 + OpenBuddy-llama3-format.i1-Q4_0_4_4.gguf | 3 + OpenBuddy-llama3-format.i1-Q4_0_4_8.gguf | 3 + OpenBuddy-llama3-format.i1-Q4_0_8_8.gguf | 3 + OpenBuddy-llama3-format.i1-Q4_K_M.gguf | 3 + OpenBuddy-llama3-format.i1-Q4_K_S.gguf | 3 + OpenBuddy-llama3-format.i1-Q5_K_M.gguf | 3 + OpenBuddy-llama3-format.i1-Q5_K_S.gguf | 3 + OpenBuddy-llama3-format.i1-Q6_K.gguf | 3 + README.md | 90 ++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 225 insertions(+) create mode 100644 .gitattributes create mode 100644 OpenBuddy-llama3-format.i1-IQ1_M.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ1_S.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ2_M.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ2_S.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ2_XS.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ2_XXS.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ3_M.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ3_S.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ3_XS.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ3_XXS.gguf create mode 100644 OpenBuddy-llama3-format.i1-IQ4_XS.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q2_K.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q3_K_L.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q3_K_M.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q3_K_S.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q4_0.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q4_0_4_4.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q4_0_4_8.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q4_0_8_8.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q4_K_M.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q4_K_S.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q5_K_M.gguf create mode 100644 OpenBuddy-llama3-format.i1-Q5_K_S.gguf create mode 100644 OpenBuddy-llama3-format.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..bc392bc --- /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 +OpenBuddy-llama3-format.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +OpenBuddy-llama3-format.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/OpenBuddy-llama3-format.i1-IQ1_M.gguf b/OpenBuddy-llama3-format.i1-IQ1_M.gguf new file mode 100644 index 0000000..6301a32 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141a7ffd10a68f425113112dd41fbe05f3dc660b2756613431bdb1ba116039cd +size 2161974368 diff --git a/OpenBuddy-llama3-format.i1-IQ1_S.gguf b/OpenBuddy-llama3-format.i1-IQ1_S.gguf new file mode 100644 index 0000000..0f73d06 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f12a68bf6c2acc958b34c9823efbbec85c52a3fdce1acf6dc67906ae028918 +size 2019630176 diff --git a/OpenBuddy-llama3-format.i1-IQ2_M.gguf b/OpenBuddy-llama3-format.i1-IQ2_M.gguf new file mode 100644 index 0000000..297ede5 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462513da8607d592f342af0efd1f6b96e1cbf39ef74a4238e42a248fd7b894db +size 2948283488 diff --git a/OpenBuddy-llama3-format.i1-IQ2_S.gguf b/OpenBuddy-llama3-format.i1-IQ2_S.gguf new file mode 100644 index 0000000..80b1261 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c71294fb96e8938813343ad62dc085cbc6c926e685951798092e05743b67e76 +size 2758491232 diff --git a/OpenBuddy-llama3-format.i1-IQ2_XS.gguf b/OpenBuddy-llama3-format.i1-IQ2_XS.gguf new file mode 100644 index 0000000..daab6fd --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8881f9f02ed9e71ad26e9baed6dfe3072a732eda77e08cb33c9a68c0ceeb58c7 +size 2605784160 diff --git a/OpenBuddy-llama3-format.i1-IQ2_XXS.gguf b/OpenBuddy-llama3-format.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..5b759c9 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64c3adb65b85d964c65348ba44359fa33fc84251f3223ac5d977e73b9978240 +size 2399214688 diff --git a/OpenBuddy-llama3-format.i1-IQ3_M.gguf b/OpenBuddy-llama3-format.i1-IQ3_M.gguf new file mode 100644 index 0000000..a83f983 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2405767d1d38d01606a99afb34276b6cdf36e94b15438e65a290405b3fe506e +size 3784825952 diff --git a/OpenBuddy-llama3-format.i1-IQ3_S.gguf b/OpenBuddy-llama3-format.i1-IQ3_S.gguf new file mode 100644 index 0000000..977cb63 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9586bd3c0ef6211a62910eec264619e46a5243a791f8c04a08e3154f270048e +size 3682327648 diff --git a/OpenBuddy-llama3-format.i1-IQ3_XS.gguf b/OpenBuddy-llama3-format.i1-IQ3_XS.gguf new file mode 100644 index 0000000..8f29a64 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb57ba46d0df859d346a40b3651bf5d5c9f0ec0f223b729f8b7452b2775fa9d +size 3518749792 diff --git a/OpenBuddy-llama3-format.i1-IQ3_XXS.gguf b/OpenBuddy-llama3-format.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..e7277c6 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01839e30c37a02a534f97ca5c3cb4a2b28d31201348b71329a01e6fdcca9e2e +size 3274914912 diff --git a/OpenBuddy-llama3-format.i1-IQ4_XS.gguf b/OpenBuddy-llama3-format.i1-IQ4_XS.gguf new file mode 100644 index 0000000..0480352 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebee426799d98bfa7a964e1dd147b691ed5d131c8ba01646cf7995fa3c426de7 +size 4447665248 diff --git a/OpenBuddy-llama3-format.i1-Q2_K.gguf b/OpenBuddy-llama3-format.i1-Q2_K.gguf new file mode 100644 index 0000000..3a6c5bf --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84634464a728d28053bf57a7c7ed0075e092204e850bf2ae6016521b1944e545 +size 3179134048 diff --git a/OpenBuddy-llama3-format.i1-Q3_K_L.gguf b/OpenBuddy-llama3-format.i1-Q3_K_L.gguf new file mode 100644 index 0000000..2d7442f --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665ca14a7199992581106a1d6ae39cefa5bd6815423193aa37ab4d0411e23fce +size 4321959008 diff --git a/OpenBuddy-llama3-format.i1-Q3_K_M.gguf b/OpenBuddy-llama3-format.i1-Q3_K_M.gguf new file mode 100644 index 0000000..4e03ee5 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767de4c83b3b9e9a0d9fe621e65e6f564be3a5a66d6a49a88000f419ac26100e +size 4018920544 diff --git a/OpenBuddy-llama3-format.i1-Q3_K_S.gguf b/OpenBuddy-llama3-format.i1-Q3_K_S.gguf new file mode 100644 index 0000000..f77095d --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a3895dc83122a97505a93c0ed9927c669464df5f4f4a3e3b3f818747c5ad25 +size 3664501856 diff --git a/OpenBuddy-llama3-format.i1-Q4_0.gguf b/OpenBuddy-llama3-format.i1-Q4_0.gguf new file mode 100644 index 0000000..b2b0282 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1b1d95a18af5cd2d45ef52f8e8e7432c85c33dbb833b260683b0ee72c0f5f12 +size 4675894368 diff --git a/OpenBuddy-llama3-format.i1-Q4_0_4_4.gguf b/OpenBuddy-llama3-format.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..a261f67 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be9fb4d4aafe115f75a359731b7dce5a4d1000e040a557a582823004912bc6c +size 4661214304 diff --git a/OpenBuddy-llama3-format.i1-Q4_0_4_8.gguf b/OpenBuddy-llama3-format.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..75e1927 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84646b5064b05af1030b56ea2102f0029b3e2b972b620fd5de0d7f94d146f0c +size 4661214304 diff --git a/OpenBuddy-llama3-format.i1-Q4_0_8_8.gguf b/OpenBuddy-llama3-format.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..22ddfd6 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145ebe484499c0aa31c93dde156ec5da4afa9c7787acad22e2c872ede22a0e48 +size 4661214304 diff --git a/OpenBuddy-llama3-format.i1-Q4_K_M.gguf b/OpenBuddy-llama3-format.i1-Q4_K_M.gguf new file mode 100644 index 0000000..f029c81 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bbc95481b84e05d36ee1b148142f106de402ebbe779876344910001a38dd57 +size 4920736864 diff --git a/OpenBuddy-llama3-format.i1-Q4_K_S.gguf b/OpenBuddy-llama3-format.i1-Q4_K_S.gguf new file mode 100644 index 0000000..784fb92 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54d9ad4d236a7ff562623371b7837b1f05b6776b74f39db527e3cee47cff804 +size 4692671584 diff --git a/OpenBuddy-llama3-format.i1-Q5_K_M.gguf b/OpenBuddy-llama3-format.i1-Q5_K_M.gguf new file mode 100644 index 0000000..3ffe765 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4452e3952d45dd0aa489247129f68c9a05f285e98b44f4143e163ca5bdd9276 +size 5732990048 diff --git a/OpenBuddy-llama3-format.i1-Q5_K_S.gguf b/OpenBuddy-llama3-format.i1-Q5_K_S.gguf new file mode 100644 index 0000000..1fc54d6 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af673bec6e4ffddc4d7746e664c3f65218134f34d60360d24e1dd275cfb37eb2 +size 5599296608 diff --git a/OpenBuddy-llama3-format.i1-Q6_K.gguf b/OpenBuddy-llama3-format.i1-Q6_K.gguf new file mode 100644 index 0000000..935f846 --- /dev/null +++ b/OpenBuddy-llama3-format.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643e1346e3bcaf0bfda5d21e5516806f4c8ae9dd9d72c3fc06100cd323713782 +size 6596009056 diff --git a/README.md b/README.md new file mode 100644 index 0000000..0b78776 --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: A2va/OpenBuddy-llama3-format +datasets: +- philschmid/guanaco-sharegpt-style +language: +- en +- fr +- zh +- ja +- it +- fi +library_name: transformers +license: apache-2.0 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +- trl +- sft +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/A2va/OpenBuddy-llama3-format + + +static quants are available at https://huggingface.co/mradermacher/OpenBuddy-llama3-format-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/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 4.8 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 4.8 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 4.8 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/OpenBuddy-llama3-format-i1-GGUF/resolve/main/OpenBuddy-llama3-format.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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..e646dc1 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc7ce9431def99277becd3547e7820bbfdb8070b384c244b0cb7e87368c9688f +size 4988157