From dfa2a3dde0ea9132cbde7766e2981445cd70a53f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 20 May 2026 00:26:39 +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-8B-Instruct-v0.4-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ Llama-3-8B-Instruct-v0.4.i1-IQ1_M.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ1_S.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ2_M.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ2_S.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ2_XS.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ2_XXS.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ3_M.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ3_S.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ3_XS.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ3_XXS.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ4_NL.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-IQ4_XS.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q2_K.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q2_K_S.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q3_K_L.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q3_K_M.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q3_K_S.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q4_0.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q4_1.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q4_K_M.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q4_K_S.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q5_K_M.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q5_K_S.gguf | 3 + Llama-3-8B-Instruct-v0.4.i1-Q6_K.gguf | 3 + README.md | 88 ++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ1_M.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ1_S.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ2_M.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ2_S.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ2_XS.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ2_XXS.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ3_M.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ3_S.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ3_XS.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ3_XXS.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ4_NL.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-IQ4_XS.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q2_K.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q2_K_S.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q3_K_L.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q3_K_M.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q3_K_S.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q4_0.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q4_1.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q4_K_M.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q4_K_S.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q5_K_M.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.i1-Q5_K_S.gguf create mode 100644 Llama-3-8B-Instruct-v0.4.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..470b0a2 --- /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-3-8B-Instruct-v0.4.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama-3-8B-Instruct-v0.4.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ1_M.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ1_M.gguf new file mode 100644 index 0000000..62c8f7f --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c88bdff20324cc687bd4a64b37de1948d391e21206120d40cc2ae0b9bff946 +size 2161973120 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ1_S.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ1_S.gguf new file mode 100644 index 0000000..d291b9b --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18295a81071ac9989c0d7d5debcd832edd54c4ff3f3ca0e47f20064bd7231181 +size 2019628928 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ2_M.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ2_M.gguf new file mode 100644 index 0000000..99781e9 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45fbcbb50bb98e937487f23afa6b5170e818130334ceb177c4454bad2646075e +size 2948282240 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ2_S.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ2_S.gguf new file mode 100644 index 0000000..c48e671 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2919fd93a2cfd7ccaf5b0ba81dbc2c4c0c6b911df1b599a5884e455a5eba34 +size 2758489984 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ2_XS.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ2_XS.gguf new file mode 100644 index 0000000..6ce6611 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c01ec5c95de2d870a36ca4364539d348e2c959f1ec13bdeb4ff842ab5e62f95 +size 2605782912 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ2_XXS.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..ae58cea --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a545bffdce1fc02ab4f619064778445bbf2b39bd9fdcc3e2ea37d2b851db9e5 +size 2399213440 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ3_M.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ3_M.gguf new file mode 100644 index 0000000..007d6c1 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a9801c58b0c74e6b42e97224d20421df9dd598141a1c7b11b27bf600c43e3b +size 3784824704 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ3_S.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ3_S.gguf new file mode 100644 index 0000000..c7b063c --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5282e97f1dc4399b3174cc22f2cc3f5227724dbfd20c4f1529b9047d4298e35d +size 3682326400 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ3_XS.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ3_XS.gguf new file mode 100644 index 0000000..0982e58 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:827bff6575b67e7e8b01904f6e71dc5b43ac3beec3b1bc3995d84ec7cea6501e +size 3518748544 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ3_XXS.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..4fcde68 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9c824171ad9d57600e67e56bf5504d6d6e6b3cc747edfc6be4152382e01435 +size 3274913664 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ4_NL.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ4_NL.gguf new file mode 100644 index 0000000..3a3d603 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68213f94e9fbbb0000a16ea98f8bf107eff8fbac8ff0aeeebcd5c97dc1991cb2 +size 4677990272 diff --git a/Llama-3-8B-Instruct-v0.4.i1-IQ4_XS.gguf b/Llama-3-8B-Instruct-v0.4.i1-IQ4_XS.gguf new file mode 100644 index 0000000..7ab86cf --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be83806c396592a36a705bf24de661c4e6f3e71326617a27802535e786db92c5 +size 4447664000 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q2_K.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q2_K.gguf new file mode 100644 index 0000000..43612cd --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de0123349c245c23b3d70d730a7b6216f966fbecfb4d4be2dff9cef6e710ff5 +size 3179132800 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q2_K_S.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q2_K_S.gguf new file mode 100644 index 0000000..6939a3d --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f9824f381b82420f9d83ed881b8f9757e7e19bf7418d78cfe3797113c97c83 +size 2988816256 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q3_K_L.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q3_K_L.gguf new file mode 100644 index 0000000..3b24c21 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8da516de1e61d07e10f09cd743a60e74798d31c38abea50efe351085138811c +size 4321957760 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q3_K_M.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q3_K_M.gguf new file mode 100644 index 0000000..fe27618 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfedb0b60238fe366710725877b5a7709bc9981fff4d7787897a3c55ff5705e +size 4018919296 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q3_K_S.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q3_K_S.gguf new file mode 100644 index 0000000..a691917 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7788e78ef72826d447a38519dac088a5f9cc48ce3c947f16615490b46ca4c5a9 +size 3664500608 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q4_0.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q4_0.gguf new file mode 100644 index 0000000..016ef05 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bd564942974f6d78388e35cf55fddf1824a9731c2bf24a0d872e4a7a6e4a01 +size 4675893120 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q4_1.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q4_1.gguf new file mode 100644 index 0000000..a9b6394 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23f9f606c07fbf92ae59418eb3dad577f48321b565925e0b68738d83139023a +size 5130254208 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q4_K_M.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q4_K_M.gguf new file mode 100644 index 0000000..285a9cb --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cf0d5954cbf0a6360956e9f27c1dd05dc19a106599fa7b7fd58fd838a89974 +size 4920735616 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q4_K_S.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q4_K_S.gguf new file mode 100644 index 0000000..c506669 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907b5ab0a840466fc116ce05b474abf73f2177e62ce9e717ec8a458e90dc7369 +size 4692670336 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q5_K_M.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q5_K_M.gguf new file mode 100644 index 0000000..d11903e --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee2ffe42118b9f0996488225fd3173e2740850abe4cd737999dfa484e1731bb +size 5732988800 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q5_K_S.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q5_K_S.gguf new file mode 100644 index 0000000..202d992 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1d25e944b06c0f7c4da25167122442b1b1521b104d5c90fb98612ed7de5bf6 +size 5599295360 diff --git a/Llama-3-8B-Instruct-v0.4.i1-Q6_K.gguf b/Llama-3-8B-Instruct-v0.4.i1-Q6_K.gguf new file mode 100644 index 0000000..e027fd2 --- /dev/null +++ b/Llama-3-8B-Instruct-v0.4.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56d7a10eb62824d21d82f010cdb64599796410a35e77f9b4c9dd13b8216f9b6 +size 6596007808 diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e9375f --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: MaziyarPanahi/Llama-3-8B-Instruct-v0.4 +language: +- en +library_name: transformers +license: other +license_link: LICENSE +license_name: llama3 +model_creator: MaziyarPanahi +model_name: Llama-3-8B-Instruct-v0.4 +quantized_by: mradermacher +tags: +- axolotl +- finetune +- facebook +- meta +- pytorch +- llama +- llama-3 +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-v0.4 + + +static quants are available at https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-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-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-3-8B-Instruct-v0.4-i1-GGUF/resolve/main/Llama-3-8B-Instruct-v0.4.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..31ce351 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a669f68c0ab721cb5dc60ecbc26ce44e5e1e1c4a43134a65a0817fe781b907 +size 4988157