From 591f44dcd187481727a4c160eabefe5d4ffb0f02 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 17 May 2026 04:56:01 +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-Poro-2-8B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ Llama-Poro-2-8B-Instruct.i1-IQ1_M.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ1_S.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ2_M.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ2_S.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ2_XS.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ2_XXS.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ3_M.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ3_S.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ3_XS.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ3_XXS.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ4_NL.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-IQ4_XS.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q2_K.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q2_K_S.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q3_K_L.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q3_K_M.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q3_K_S.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q4_0.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q4_1.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q4_K_M.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q4_K_S.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q5_K_M.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q5_K_S.gguf | 3 + Llama-Poro-2-8B-Instruct.i1-Q6_K.gguf | 3 + README.md | 80 ++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 215 insertions(+) create mode 100644 .gitattributes create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ1_M.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ1_S.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ2_M.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ2_S.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ2_XS.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ2_XXS.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ3_M.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ3_S.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ3_XS.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ3_XXS.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ4_NL.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-IQ4_XS.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q2_K.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q2_K_S.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q3_K_L.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q3_K_M.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q3_K_S.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q4_0.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q4_1.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q4_K_M.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q4_K_S.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q5_K_M.gguf create mode 100644 Llama-Poro-2-8B-Instruct.i1-Q5_K_S.gguf create mode 100644 Llama-Poro-2-8B-Instruct.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..7be26b0 --- /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-Poro-2-8B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Llama-Poro-2-8B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ1_M.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..677c068 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f69243241ecb55e531e7e9c9e5526a4c7e81d74c11c0e86ec562e34b04c1ed +size 2161977312 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ1_S.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..a14a8b1 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3586e5e5f332476902b151f463ad05019786cd0eccf877fd8d35005b9a6ba8ce +size 2019633120 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ2_M.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..5becb51 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d320ab670effd7f4c21b97a53bf474423c0b6c1a2475e8809b60a14a9d11cf +size 2948286432 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ2_S.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..670b549 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5324a8c7cebf0b6db7b49124cd390b7dc36ecfe8c53b41553c1fac829f8e0c +size 2758494176 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ2_XS.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..84de54d --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf576d1cec563a24730334774afb59049f1092d473fe70c59c6af471f894007 +size 2605787104 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ2_XXS.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..0305d6a --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f79320a3dbddffa73430dd9fbeb3062180dc20e2e5d77ae972e0128579b411 +size 2399217632 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ3_M.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..793eee6 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c8a0c691c144bb0ca49d14605d83cec9d0e6c6d426bd1f431d62d4391aca5e +size 3784828896 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ3_S.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..573dc02 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c0b4dde963a03422c07759c1a4c17c7bce40f78d2c208b2835222830f34353c +size 3682330592 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ3_XS.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..da9b270 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da596f135eb2fc6b892e25cb95b3a554854e793e2f33bfead209a489d2ebec0 +size 3518752736 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ3_XXS.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..55f8ccf --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0b2704fe119d2efe6fdf6f30bc5b38f49e6e2d9e0e5d3daad7622b5aa4a8f1 +size 3274917856 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ4_NL.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..23e87b3 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23324ce50da18cbb605930490d1cdbc9ba884c6d918789bdf62648595716ee83 +size 4677994464 diff --git a/Llama-Poro-2-8B-Instruct.i1-IQ4_XS.gguf b/Llama-Poro-2-8B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..6c1be07 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45269ad6675b987860102887e1a84f1b394dbce665c091a4bfd4cbd700a1c199 +size 4447668192 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q2_K.gguf b/Llama-Poro-2-8B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..b46c299 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8534baa9c9bdf22924950a73f94f8f8dd2a30c450f1b9cb3320de32e62ba57f +size 3179136992 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q2_K_S.gguf b/Llama-Poro-2-8B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..911d26e --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf52eddfeb152d5361a650dd7ef498aa8e7aab5dda0a76dfe13a4789f7420a5 +size 2988820448 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q3_K_L.gguf b/Llama-Poro-2-8B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..106d798 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab93b712bff2e6774ec67aa93516b21de2640634da2cbaba7a236ca17d0adf2a +size 4321961952 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q3_K_M.gguf b/Llama-Poro-2-8B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..7618889 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b21a5b8a0dbfc5a21f0f673ce6e9a66430ce1ad2ee9e10539766cb9bef6ca02 +size 4018923488 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q3_K_S.gguf b/Llama-Poro-2-8B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..af098c6 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4231d76042ee7dd51b7860cdb0c331cd932d9dae12401e5ea9eacff6806fdb08 +size 3664504800 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q4_0.gguf b/Llama-Poro-2-8B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..c21b442 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1dd1c323c7803097b8d40efe49ee9a5ca9a8650b70b1cbcf80312de6d4e9c1d +size 4675897312 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q4_1.gguf b/Llama-Poro-2-8B-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..3990f87 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e8b27bd9740b6ecdab19644a6b24feb6d483b261b3582b9ab28fce6266d22d +size 5130258400 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q4_K_M.gguf b/Llama-Poro-2-8B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..1220963 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2baa80bf3fd29d47fd065835f9461fdee88cfe1c976222d502de27102aafd8 +size 4920739808 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q4_K_S.gguf b/Llama-Poro-2-8B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..270c0c7 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aeaa952ae7700a13bfa29deb3c0b3bc2c82bec98a9e942f0cdc24c593d47a48 +size 4692674528 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q5_K_M.gguf b/Llama-Poro-2-8B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..dc37c16 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449144fe717c3d00ca756e279747418cc9b9ebe27aa6a272a09d8def6f584782 +size 5732992992 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q5_K_S.gguf b/Llama-Poro-2-8B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..e747bca --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0274b37b398dd77a34e7e9e3b2200c0492661abd19b4a34758282f33267cb1b1 +size 5599299552 diff --git a/Llama-Poro-2-8B-Instruct.i1-Q6_K.gguf b/Llama-Poro-2-8B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..c9d2f86 --- /dev/null +++ b/Llama-Poro-2-8B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210bf3d2aa279b374b4350292fde2e7da742c6c24b70f7eaa7820252b7fe6399 +size 6596012000 diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d35139 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: LumiOpen/Llama-Poro-2-8B-Instruct +datasets: +- LumiOpen/poro2-instruction-collection +- nvidia/HelpSteer3 +language: +- fi +- en +library_name: transformers +license: llama3.3 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/LumiOpen/Llama-Poro-2-8B-Instruct + + +static quants are available at https://huggingface.co/mradermacher/Llama-Poro-2-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-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-8B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Llama-Poro-2-8B-Instruct-i1-GGUF/resolve/main/Llama-Poro-2-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. + + diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..8d515c9 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caed5190c0765fb2819ff3c3151a11c39ee815f02fdc2d0b29428f6db14800e2 +size 4988157