From 07e1d441ba9f7216db5f595875b8d68a9e5fa6fb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 04:05:16 +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-stinky-8B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++++ README.md | 80 +++++++++++++++++++++++++++++++ imatrix.dat | 3 ++ llama-3-stinky-8B.i1-IQ1_M.gguf | 3 ++ llama-3-stinky-8B.i1-IQ1_S.gguf | 3 ++ llama-3-stinky-8B.i1-IQ2_M.gguf | 3 ++ llama-3-stinky-8B.i1-IQ2_S.gguf | 3 ++ llama-3-stinky-8B.i1-IQ2_XS.gguf | 3 ++ llama-3-stinky-8B.i1-IQ2_XXS.gguf | 3 ++ llama-3-stinky-8B.i1-IQ3_M.gguf | 3 ++ llama-3-stinky-8B.i1-IQ3_S.gguf | 3 ++ llama-3-stinky-8B.i1-IQ3_XS.gguf | 3 ++ llama-3-stinky-8B.i1-IQ3_XXS.gguf | 3 ++ llama-3-stinky-8B.i1-IQ4_NL.gguf | 3 ++ llama-3-stinky-8B.i1-IQ4_XS.gguf | 3 ++ llama-3-stinky-8B.i1-Q2_K.gguf | 3 ++ llama-3-stinky-8B.i1-Q2_K_S.gguf | 3 ++ llama-3-stinky-8B.i1-Q3_K_L.gguf | 3 ++ llama-3-stinky-8B.i1-Q3_K_M.gguf | 3 ++ llama-3-stinky-8B.i1-Q3_K_S.gguf | 3 ++ llama-3-stinky-8B.i1-Q4_0.gguf | 3 ++ llama-3-stinky-8B.i1-Q4_1.gguf | 3 ++ llama-3-stinky-8B.i1-Q4_K_M.gguf | 3 ++ llama-3-stinky-8B.i1-Q4_K_S.gguf | 3 ++ llama-3-stinky-8B.i1-Q5_K_M.gguf | 3 ++ llama-3-stinky-8B.i1-Q5_K_S.gguf | 3 ++ llama-3-stinky-8B.i1-Q6_K.gguf | 3 ++ 27 files changed, 215 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 imatrix.dat create mode 100644 llama-3-stinky-8B.i1-IQ1_M.gguf create mode 100644 llama-3-stinky-8B.i1-IQ1_S.gguf create mode 100644 llama-3-stinky-8B.i1-IQ2_M.gguf create mode 100644 llama-3-stinky-8B.i1-IQ2_S.gguf create mode 100644 llama-3-stinky-8B.i1-IQ2_XS.gguf create mode 100644 llama-3-stinky-8B.i1-IQ2_XXS.gguf create mode 100644 llama-3-stinky-8B.i1-IQ3_M.gguf create mode 100644 llama-3-stinky-8B.i1-IQ3_S.gguf create mode 100644 llama-3-stinky-8B.i1-IQ3_XS.gguf create mode 100644 llama-3-stinky-8B.i1-IQ3_XXS.gguf create mode 100644 llama-3-stinky-8B.i1-IQ4_NL.gguf create mode 100644 llama-3-stinky-8B.i1-IQ4_XS.gguf create mode 100644 llama-3-stinky-8B.i1-Q2_K.gguf create mode 100644 llama-3-stinky-8B.i1-Q2_K_S.gguf create mode 100644 llama-3-stinky-8B.i1-Q3_K_L.gguf create mode 100644 llama-3-stinky-8B.i1-Q3_K_M.gguf create mode 100644 llama-3-stinky-8B.i1-Q3_K_S.gguf create mode 100644 llama-3-stinky-8B.i1-Q4_0.gguf create mode 100644 llama-3-stinky-8B.i1-Q4_1.gguf create mode 100644 llama-3-stinky-8B.i1-Q4_K_M.gguf create mode 100644 llama-3-stinky-8B.i1-Q4_K_S.gguf create mode 100644 llama-3-stinky-8B.i1-Q5_K_M.gguf create mode 100644 llama-3-stinky-8B.i1-Q5_K_S.gguf create mode 100644 llama-3-stinky-8B.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c7d29ba --- /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-stinky-8B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +llama-3-stinky-8B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..5170695 --- /dev/null +++ b/README.md @@ -0,0 +1,80 @@ +--- +base_model: nbeerbower/llama-3-stinky-8B +language: +- en +library_name: transformers +license: other +license_name: llama3 +quantized_by: mradermacher +tags: +- mergekit +- merge +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/nbeerbower/llama-3-stinky-8B + + +static quants are available at https://huggingface.co/mradermacher/llama-3-stinky-8B-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-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/llama-3-stinky-8B-i1-GGUF/resolve/main/llama-3-stinky-8B.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..2f68da0 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7b37db363a86fcfa379ddce85618070c305bad7f232f7ceb146a4d4be89c01 +size 4988157 diff --git a/llama-3-stinky-8B.i1-IQ1_M.gguf b/llama-3-stinky-8B.i1-IQ1_M.gguf new file mode 100644 index 0000000..06cd24b --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835fc11262bb0734be04b748e9d717c154035da686fd2ea9d97ba07f2c3cbbe3 +size 2161973696 diff --git a/llama-3-stinky-8B.i1-IQ1_S.gguf b/llama-3-stinky-8B.i1-IQ1_S.gguf new file mode 100644 index 0000000..8bf0b38 --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8cf99b9f0274fa3bf3d7db5a916da6c38c77bf8ad9d9a773c5d238cac47f982 +size 2019629504 diff --git a/llama-3-stinky-8B.i1-IQ2_M.gguf b/llama-3-stinky-8B.i1-IQ2_M.gguf new file mode 100644 index 0000000..e097589 --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cec89b5fcafe24d8049f71949f0669ce5f88612c22765e53b32b2869789a3f +size 2948282816 diff --git a/llama-3-stinky-8B.i1-IQ2_S.gguf b/llama-3-stinky-8B.i1-IQ2_S.gguf new file mode 100644 index 0000000..42b2818 --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8076c900ee8a4b06b3a1d2f93302d3736dc29fcc890afa8b1af4b873eed7003 +size 2758490560 diff --git a/llama-3-stinky-8B.i1-IQ2_XS.gguf b/llama-3-stinky-8B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..a80e372 --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4674c4c55ed2483195e8ef2114be302653ee5197ea01cc97c15a7f94b37d6d6 +size 2605783488 diff --git a/llama-3-stinky-8B.i1-IQ2_XXS.gguf b/llama-3-stinky-8B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..b9a3b1e --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb33df9dd87207ea86f9c2580bd26871bb8cca894248094110ab0a80c512c0f +size 2399214016 diff --git a/llama-3-stinky-8B.i1-IQ3_M.gguf b/llama-3-stinky-8B.i1-IQ3_M.gguf new file mode 100644 index 0000000..8d4055d --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4137c8ee7c81a661503e1a940d8514650a216b3e98be9c76a465b6fd85de7b9a +size 3784825280 diff --git a/llama-3-stinky-8B.i1-IQ3_S.gguf b/llama-3-stinky-8B.i1-IQ3_S.gguf new file mode 100644 index 0000000..b3026e9 --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ac971b6d4aa46dbe7aeee7ddf2bfa484d4f445ab35efb3f5318dc2b0614746 +size 3682326976 diff --git a/llama-3-stinky-8B.i1-IQ3_XS.gguf b/llama-3-stinky-8B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..f8aecd5 --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5dd91962ebb101339b899fdadab9658815c7401244ed26fadff6ad1e636c98f +size 3518749120 diff --git a/llama-3-stinky-8B.i1-IQ3_XXS.gguf b/llama-3-stinky-8B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..d3ef263 --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd02f9722e1eec7a2c2240d79096b9d4dd57d07483f1a56e5ce7467764aa442 +size 3274914240 diff --git a/llama-3-stinky-8B.i1-IQ4_NL.gguf b/llama-3-stinky-8B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..19c3fac --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a539484d7570e52cbe4f2c9b6c4e68fe0080fafd826fbee95ceaa669f15d44 +size 4677990848 diff --git a/llama-3-stinky-8B.i1-IQ4_XS.gguf b/llama-3-stinky-8B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..6763f9a --- /dev/null +++ b/llama-3-stinky-8B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a614632b8dcd2cf7a63d1e50a7d49d838a5753592dec4fdd745babd9294b1082 +size 4447664576 diff --git a/llama-3-stinky-8B.i1-Q2_K.gguf b/llama-3-stinky-8B.i1-Q2_K.gguf new file mode 100644 index 0000000..6e5478c --- /dev/null +++ b/llama-3-stinky-8B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2c1ccc74e58711237a3e75e18c1c309ced759e7d44a3a5520fd0f997aff8ca +size 3179133376 diff --git a/llama-3-stinky-8B.i1-Q2_K_S.gguf b/llama-3-stinky-8B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..ab48e78 --- /dev/null +++ b/llama-3-stinky-8B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8f4a0e37ba41bdc725ce2c27285248b3d0d16cb2d02848b0e72a09a66b3b08 +size 2988816832 diff --git a/llama-3-stinky-8B.i1-Q3_K_L.gguf b/llama-3-stinky-8B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..4b84654 --- /dev/null +++ b/llama-3-stinky-8B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b05f920a443000a737628b0c9c5f4a81213a0c561a597c32e36dfacf2750344 +size 4321958336 diff --git a/llama-3-stinky-8B.i1-Q3_K_M.gguf b/llama-3-stinky-8B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..6ccfe8c --- /dev/null +++ b/llama-3-stinky-8B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd89abaf999a38b0d1a72fbc4bc34d74a0aaf6234ffc854ef7e76b3296cec9cd +size 4018919872 diff --git a/llama-3-stinky-8B.i1-Q3_K_S.gguf b/llama-3-stinky-8B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..0227b3a --- /dev/null +++ b/llama-3-stinky-8B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00359d51caa77e606cc52604f5440bfc4c64676848e84fd3ef46e9b92f128a8f +size 3664501184 diff --git a/llama-3-stinky-8B.i1-Q4_0.gguf b/llama-3-stinky-8B.i1-Q4_0.gguf new file mode 100644 index 0000000..59d10af --- /dev/null +++ b/llama-3-stinky-8B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543c7247d2f6257f28ee8cb9ab439263960a1f2f788156905471c91fc6e447e5 +size 4675893696 diff --git a/llama-3-stinky-8B.i1-Q4_1.gguf b/llama-3-stinky-8B.i1-Q4_1.gguf new file mode 100644 index 0000000..b82d2ee --- /dev/null +++ b/llama-3-stinky-8B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d46b5d611d742234f2a14ef7f27552a479839ec7b186e11a768211eb068c69 +size 5130254784 diff --git a/llama-3-stinky-8B.i1-Q4_K_M.gguf b/llama-3-stinky-8B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..552709d --- /dev/null +++ b/llama-3-stinky-8B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2dc5b1b10c07790d098921791e691992e7a243ca0fc412d5b17373162b6d5a +size 4920736192 diff --git a/llama-3-stinky-8B.i1-Q4_K_S.gguf b/llama-3-stinky-8B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..5e435ac --- /dev/null +++ b/llama-3-stinky-8B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a83589e6253cd35292e9f3c760a5912c74a7cd643486c059d18124435db5cfc +size 4692670912 diff --git a/llama-3-stinky-8B.i1-Q5_K_M.gguf b/llama-3-stinky-8B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..db63ecf --- /dev/null +++ b/llama-3-stinky-8B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b58ccb52e3b53270fe9e4098f7575f16a852e1c2782e1e00da4d476f060f510 +size 5732989376 diff --git a/llama-3-stinky-8B.i1-Q5_K_S.gguf b/llama-3-stinky-8B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..f0f2bd1 --- /dev/null +++ b/llama-3-stinky-8B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f27bbd8dc5e3a00d2a1e1c10311bff0ca0a317e19f828faad7b6432d4b756fb +size 5599295936 diff --git a/llama-3-stinky-8B.i1-Q6_K.gguf b/llama-3-stinky-8B.i1-Q6_K.gguf new file mode 100644 index 0000000..7b9b5dc --- /dev/null +++ b/llama-3-stinky-8B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9430d09154c591b1efd77445a852f5d55ca13ade0b07ec667a62b6b070a7b67a +size 6596008384