From 98f1e924c373d80f43f2bc766df74b102ac7a14e Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 19 May 2026 14:51:46 +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.3-8B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++ Llama-3.3-8B-Instruct.i1-IQ1_M.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ1_S.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ2_M.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ2_S.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ2_XS.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ2_XXS.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ3_M.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ3_S.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ3_XS.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ3_XXS.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ4_NL.gguf | 3 + Llama-3.3-8B-Instruct.i1-IQ4_XS.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q2_K.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q2_K_S.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q3_K_L.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q3_K_M.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q3_K_S.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q4_0.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q4_1.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q4_K_M.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q4_K_S.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q5_K_M.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q5_K_S.gguf | 3 + Llama-3.3-8B-Instruct.i1-Q6_K.gguf | 3 + Llama-3.3-8B-Instruct.imatrix.gguf | 3 + README.md | 85 +++++++++++++++++++++++++++ 27 files changed, 220 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3.3-8B-Instruct.i1-IQ1_M.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ1_S.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ2_M.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ2_S.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ2_XS.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ2_XXS.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ3_M.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ3_S.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ3_XS.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ3_XXS.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ4_NL.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-IQ4_XS.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q2_K.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q2_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q3_K_L.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q3_K_M.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q3_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q4_0.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q4_1.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q4_K_M.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q4_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q5_K_M.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q5_K_S.gguf create mode 100644 Llama-3.3-8B-Instruct.i1-Q6_K.gguf create mode 100644 Llama-3.3-8B-Instruct.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..2072c28 --- /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.3-8B-Instruct.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3.3-8B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3.3-8B-Instruct.i1-IQ1_M.gguf b/Llama-3.3-8B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..ff926f0 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b98105dee1f83a635b9197f5ff29d0a9291c7366344db9f21e912589b6ad4ca +size 2161972672 diff --git a/Llama-3.3-8B-Instruct.i1-IQ1_S.gguf b/Llama-3.3-8B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..03019bf --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c85312b5148c451a9b71361c7ec5fadaded4a3672eef051664b362e51580e436 +size 2019628480 diff --git a/Llama-3.3-8B-Instruct.i1-IQ2_M.gguf b/Llama-3.3-8B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..8d61a60 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f67ccfeb584560d66d0c53d40b711a0ce4130f65fa1774af41e73e0471bd60 +size 2948281792 diff --git a/Llama-3.3-8B-Instruct.i1-IQ2_S.gguf b/Llama-3.3-8B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..965881e --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5194146b3795acf7ac7df3271bf94c95568a1e26be005e07c767159a55ac7128 +size 2758489536 diff --git a/Llama-3.3-8B-Instruct.i1-IQ2_XS.gguf b/Llama-3.3-8B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..edbf8a3 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5808d45f55476687169683ff5d9061e46bdfb134b2548c62ef5a9a456972e2c8 +size 2605782464 diff --git a/Llama-3.3-8B-Instruct.i1-IQ2_XXS.gguf b/Llama-3.3-8B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..4f5a34e --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f049468320d4c231bbef8d82db9893a3dd96833261467c6b5afd58eee68d7028 +size 2399212992 diff --git a/Llama-3.3-8B-Instruct.i1-IQ3_M.gguf b/Llama-3.3-8B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..70e2d20 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebfe2ed3ce70f8f73bca8bd27a795e2314944768ec3d4ba5f0fec8a7fb7bd635 +size 3784824256 diff --git a/Llama-3.3-8B-Instruct.i1-IQ3_S.gguf b/Llama-3.3-8B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..102462a --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7571e386413009aaa1901e22029092e838c63d994277049580d3e2123ac560 +size 3682325952 diff --git a/Llama-3.3-8B-Instruct.i1-IQ3_XS.gguf b/Llama-3.3-8B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..4ad1907 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52dcc187e6ed64652c4a4752614499be3e9c38b7c348a929bd4f0646d865b10c +size 3518748096 diff --git a/Llama-3.3-8B-Instruct.i1-IQ3_XXS.gguf b/Llama-3.3-8B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..007d94b --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d822923012039de4675be8a56626cb18b1be1b8f0b30575d40cda0e601a747b0 +size 3274913216 diff --git a/Llama-3.3-8B-Instruct.i1-IQ4_NL.gguf b/Llama-3.3-8B-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..1ae321d --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2ad1733a30174e6695ef8148d1c048d82ae588b7796944b2f4e84189a26aaae +size 4677989824 diff --git a/Llama-3.3-8B-Instruct.i1-IQ4_XS.gguf b/Llama-3.3-8B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..cf1eefa --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a11b4ca487f3ab32b53331812ae15e47c18d9082ff7fc761a6149002ca10a9d +size 4447663552 diff --git a/Llama-3.3-8B-Instruct.i1-Q2_K.gguf b/Llama-3.3-8B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..0defdf9 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490a21795b92f2f024885e6bebfca73c0e17ab98133476b2784757e4e580f7c5 +size 3179132352 diff --git a/Llama-3.3-8B-Instruct.i1-Q2_K_S.gguf b/Llama-3.3-8B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..a4aca0a --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0a48576797436a233cf2b1339fa44b0109a9e33390c5d6725ec54f3ac518bab +size 2988815808 diff --git a/Llama-3.3-8B-Instruct.i1-Q3_K_L.gguf b/Llama-3.3-8B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..5772a11 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d19a22987c28d670fab2215a73d45d3fcd97929656cd63133a2a494bcf5687 +size 4321957312 diff --git a/Llama-3.3-8B-Instruct.i1-Q3_K_M.gguf b/Llama-3.3-8B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..6b37c4e --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed7518ad8bff26cddf2acc7927cb544b2abaa9286c4d54b3c5c6985af4c3970 +size 4018918848 diff --git a/Llama-3.3-8B-Instruct.i1-Q3_K_S.gguf b/Llama-3.3-8B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..893a38b --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32681b51cce8e1736af0f1a29ff58e3c428f54316e9a97f6db3818ab274aab72 +size 3664500160 diff --git a/Llama-3.3-8B-Instruct.i1-Q4_0.gguf b/Llama-3.3-8B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..2f372ac --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c86ac8a2bded20ad84bf4d89564f6fa51f36b0a180d1ca86219d1120a44b87 +size 4675892672 diff --git a/Llama-3.3-8B-Instruct.i1-Q4_1.gguf b/Llama-3.3-8B-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..a6cf73a --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9e53ce486bbbbb2fe1af59304fa4b104ea0c8f06b54191a8aeacfc05b508e0 +size 5130253760 diff --git a/Llama-3.3-8B-Instruct.i1-Q4_K_M.gguf b/Llama-3.3-8B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..d8dfeda --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c0ca7e9f0d7c361e17890fc9af79fa6104be9b67a20fb6ac5dd17b09dc2f0a +size 4920735168 diff --git a/Llama-3.3-8B-Instruct.i1-Q4_K_S.gguf b/Llama-3.3-8B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f3decd4 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ccb09427a2bd6c2bd3511ce2778960035460d0fe77d5a67d28741225afb5d5 +size 4692669888 diff --git a/Llama-3.3-8B-Instruct.i1-Q5_K_M.gguf b/Llama-3.3-8B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..cc9cec8 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83265810bd9cf4e337fecd7e9428055802739bea8d14598bb864a5aa8c32118a +size 5732988352 diff --git a/Llama-3.3-8B-Instruct.i1-Q5_K_S.gguf b/Llama-3.3-8B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..d903e68 --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c241928b7e046f7b278e39d9d38da09d63f1b71ae96134041a9f96e8d480178c +size 5599294912 diff --git a/Llama-3.3-8B-Instruct.i1-Q6_K.gguf b/Llama-3.3-8B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..4135a1f --- /dev/null +++ b/Llama-3.3-8B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f00ec4f666082801abd196dbb61155bef4f50843e7f238d118cebf91729bcc3 +size 6596007360 diff --git a/Llama-3.3-8B-Instruct.imatrix.gguf b/Llama-3.3-8B-Instruct.imatrix.gguf new file mode 100644 index 0000000..0264d70 --- /dev/null +++ b/Llama-3.3-8B-Instruct.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3aefef8e949664aed3dbf0af16b05c31519a36c346163dd9294681022229f8f +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..495b3fd --- /dev/null +++ b/README.md @@ -0,0 +1,85 @@ +--- +base_model: allura-forge/Llama-3.3-8B-Instruct +language: +- en +library_name: transformers +license: llama3.3 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/allura-forge/Llama-3.3-8B-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Llama-3.3-8B-Instruct-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-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.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3.3-8B-Instruct-i1-GGUF/resolve/main/Llama-3.3-8B-Instruct.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. + +