From 7385882abac4df414dc77bacf65a67daf31e7c1d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 20 Jun 2026 01:44:17 +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/GameReview-llama3.1-8b-v14-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ GameReview-llama3.1-8b-v14.i1-IQ1_M.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ1_S.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ2_M.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ2_S.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ2_XS.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ2_XXS.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ3_M.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ3_S.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ3_XS.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ3_XXS.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ4_NL.gguf | 3 + GameReview-llama3.1-8b-v14.i1-IQ4_XS.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q2_K.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q2_K_S.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q3_K_L.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q3_K_M.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q3_K_S.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q4_0.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q4_1.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q4_K_M.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q4_K_S.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q5_K_M.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q5_K_S.gguf | 3 + GameReview-llama3.1-8b-v14.i1-Q6_K.gguf | 3 + GameReview-llama3.1-8b-v14.imatrix.gguf | 3 + README.md | 90 ++++++++++++++++++++++ 27 files changed, 225 insertions(+) create mode 100644 .gitattributes create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ1_M.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ1_S.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ2_M.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ2_S.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ2_XS.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ2_XXS.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ3_M.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ3_S.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ3_XS.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ3_XXS.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ4_NL.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-IQ4_XS.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q2_K.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q2_K_S.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q3_K_L.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q3_K_M.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q3_K_S.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q4_0.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q4_1.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q4_K_M.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q4_K_S.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q5_K_M.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q5_K_S.gguf create mode 100644 GameReview-llama3.1-8b-v14.i1-Q6_K.gguf create mode 100644 GameReview-llama3.1-8b-v14.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..041c0a5 --- /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 +GameReview-llama3.1-8b-v14.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +GameReview-llama3.1-8b-v14.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/GameReview-llama3.1-8b-v14.i1-IQ1_M.gguf b/GameReview-llama3.1-8b-v14.i1-IQ1_M.gguf new file mode 100644 index 0000000..47b6b9e --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ad2a6212b50723872dc0731804e0954b9bebf02e7342a3a40ff5441fa62b50 +size 2161977600 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ1_S.gguf b/GameReview-llama3.1-8b-v14.i1-IQ1_S.gguf new file mode 100644 index 0000000..253474c --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90db65f2d36ce4895a0c054d9ab74b38974d7fdf675f7d0caaf1155125678b7 +size 2019633408 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ2_M.gguf b/GameReview-llama3.1-8b-v14.i1-IQ2_M.gguf new file mode 100644 index 0000000..320a0a3 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00777b7eab6c285d6140580941f93e9b7644eae7127c3bc0a67e19afe90661a +size 2948286720 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ2_S.gguf b/GameReview-llama3.1-8b-v14.i1-IQ2_S.gguf new file mode 100644 index 0000000..33c6a64 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf8d6b92201342fcb8df912186b4dc626babb88d2827fbd4518914876d9bac59 +size 2758494464 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ2_XS.gguf b/GameReview-llama3.1-8b-v14.i1-IQ2_XS.gguf new file mode 100644 index 0000000..5e466ee --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:128d63979de10266e012d2a7b2f2e6f488ba40e902748e7f691405905f7d09d1 +size 2605787392 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ2_XXS.gguf b/GameReview-llama3.1-8b-v14.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..6d608ec --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504b67a41ed9c3d970f90c84e556a051eebed28f5a61ec0ba142df76c39536ef +size 2399217920 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ3_M.gguf b/GameReview-llama3.1-8b-v14.i1-IQ3_M.gguf new file mode 100644 index 0000000..9ff4504 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6c701bb5386057f0661343f619910092e3dc7a6d4eb5f4474aa1c9f6380fe7 +size 3784829184 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ3_S.gguf b/GameReview-llama3.1-8b-v14.i1-IQ3_S.gguf new file mode 100644 index 0000000..92bd68a --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63997d2472ba4a32e08399db3e0a3cda2375a3c1c61f5af8438160ff0053a5b +size 3682330880 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ3_XS.gguf b/GameReview-llama3.1-8b-v14.i1-IQ3_XS.gguf new file mode 100644 index 0000000..5c7696a --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d85f56461c0b17f0776e11d2cb2fd40936a5f6302af3ba8563dac0e78c5e49 +size 3518753024 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ3_XXS.gguf b/GameReview-llama3.1-8b-v14.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..f59d874 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df51f9c61db0d58f8575098e070e4225af0eea4fd25f4fcd7708e214081e0e8b +size 3274918144 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ4_NL.gguf b/GameReview-llama3.1-8b-v14.i1-IQ4_NL.gguf new file mode 100644 index 0000000..022fde1 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235d0976374a29ced672c796ab1ddc5e0cb775d17004f1c098bbd59c2a63be29 +size 4677994752 diff --git a/GameReview-llama3.1-8b-v14.i1-IQ4_XS.gguf b/GameReview-llama3.1-8b-v14.i1-IQ4_XS.gguf new file mode 100644 index 0000000..5aea7b3 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8561b4a73f29ceded76ec6ec302d81b615b60723c545579dde3cff62b48e499 +size 4447668480 diff --git a/GameReview-llama3.1-8b-v14.i1-Q2_K.gguf b/GameReview-llama3.1-8b-v14.i1-Q2_K.gguf new file mode 100644 index 0000000..310bdda --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0bfafc77eb754254f5688229af90fc30365b08c6b298f4a6967a2f53b812b5 +size 3179137280 diff --git a/GameReview-llama3.1-8b-v14.i1-Q2_K_S.gguf b/GameReview-llama3.1-8b-v14.i1-Q2_K_S.gguf new file mode 100644 index 0000000..a9a1c4a --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61f0e40d2ba124d57637d6bac710c413707593c5eae519d4bd1daa9331c7e69 +size 2988820736 diff --git a/GameReview-llama3.1-8b-v14.i1-Q3_K_L.gguf b/GameReview-llama3.1-8b-v14.i1-Q3_K_L.gguf new file mode 100644 index 0000000..afe3cd1 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30de7cf3caaa05ef8c572292b912904fc7f7e1cb05f2fca8dde8860126d96dc9 +size 4321962240 diff --git a/GameReview-llama3.1-8b-v14.i1-Q3_K_M.gguf b/GameReview-llama3.1-8b-v14.i1-Q3_K_M.gguf new file mode 100644 index 0000000..1a3cdd8 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19e2d36a9b2c9a2f1bb5518b6d4fd44245100c77374ba9100cd2de77f565193 +size 4018923776 diff --git a/GameReview-llama3.1-8b-v14.i1-Q3_K_S.gguf b/GameReview-llama3.1-8b-v14.i1-Q3_K_S.gguf new file mode 100644 index 0000000..ff18ea3 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1b6680f9e587ee2220f135ff6d9d4819d9922cfe7f7f7e2d47cbefe7ee04b3 +size 3664505088 diff --git a/GameReview-llama3.1-8b-v14.i1-Q4_0.gguf b/GameReview-llama3.1-8b-v14.i1-Q4_0.gguf new file mode 100644 index 0000000..5e1b196 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6124957da1d3201b7555b51168f209dea6706a18fc2443ff326012295ba97358 +size 4675897600 diff --git a/GameReview-llama3.1-8b-v14.i1-Q4_1.gguf b/GameReview-llama3.1-8b-v14.i1-Q4_1.gguf new file mode 100644 index 0000000..d772b4f --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893d31ce601d2231c3cd46a1c1625a42046fa4bd66df0ba131cc2b083df2d7b9 +size 5130258688 diff --git a/GameReview-llama3.1-8b-v14.i1-Q4_K_M.gguf b/GameReview-llama3.1-8b-v14.i1-Q4_K_M.gguf new file mode 100644 index 0000000..a1225b1 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d463a10f83656ab1e2a2bd3e04acc77f2a07aec560fe61768cf8494c95b68d81 +size 4920740096 diff --git a/GameReview-llama3.1-8b-v14.i1-Q4_K_S.gguf b/GameReview-llama3.1-8b-v14.i1-Q4_K_S.gguf new file mode 100644 index 0000000..2b79203 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7fc31ea730fd28034148db705282c095be3446ab63d9c2d45702bd20d77eca +size 4692674816 diff --git a/GameReview-llama3.1-8b-v14.i1-Q5_K_M.gguf b/GameReview-llama3.1-8b-v14.i1-Q5_K_M.gguf new file mode 100644 index 0000000..b07628e --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cf220cc931d62ddb4154bb1424efac4962743d789b2688b190e11bac7b102d +size 5732993280 diff --git a/GameReview-llama3.1-8b-v14.i1-Q5_K_S.gguf b/GameReview-llama3.1-8b-v14.i1-Q5_K_S.gguf new file mode 100644 index 0000000..9286b5b --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ca40a6557f71306d44c7dc420d277ce7fcc34c85c2c901f0a2a662f2382c6f +size 5599299840 diff --git a/GameReview-llama3.1-8b-v14.i1-Q6_K.gguf b/GameReview-llama3.1-8b-v14.i1-Q6_K.gguf new file mode 100644 index 0000000..729fab9 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9484a02120b4ff40ee31f45513d9f4c47781fefac3a83fa0937958bec9e215f +size 6596012288 diff --git a/GameReview-llama3.1-8b-v14.imatrix.gguf b/GameReview-llama3.1-8b-v14.imatrix.gguf new file mode 100644 index 0000000..0035021 --- /dev/null +++ b/GameReview-llama3.1-8b-v14.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eaed2afe4dde90f5134eed831fd7de8be27f194a43a1f6169f451797a1538fb +size 5015200 diff --git a/README.md b/README.md new file mode 100644 index 0000000..4b6bad5 --- /dev/null +++ b/README.md @@ -0,0 +1,90 @@ +--- +base_model: MrMike42/GameReview-llama3.1-8b-v14 +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- llama +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/MrMike42/GameReview-llama3.1-8b-v14 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#GameReview-llama3.1-8b-v14-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-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/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/GameReview-llama3.1-8b-v14-i1-GGUF/resolve/main/GameReview-llama3.1-8b-v14.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. + +