From cc239b7324f5307fe4d131624682890fab0cf05c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 19 May 2026 21:06:02 +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/LunarAI-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++++++++ LunarAI.i1-IQ1_M.gguf | 3 ++ LunarAI.i1-IQ1_S.gguf | 3 ++ LunarAI.i1-IQ2_M.gguf | 3 ++ LunarAI.i1-IQ2_S.gguf | 3 ++ LunarAI.i1-IQ2_XS.gguf | 3 ++ LunarAI.i1-IQ2_XXS.gguf | 3 ++ LunarAI.i1-IQ3_M.gguf | 3 ++ LunarAI.i1-IQ3_S.gguf | 3 ++ LunarAI.i1-IQ3_XS.gguf | 3 ++ LunarAI.i1-IQ3_XXS.gguf | 3 ++ LunarAI.i1-IQ4_NL.gguf | 3 ++ LunarAI.i1-IQ4_XS.gguf | 3 ++ LunarAI.i1-Q2_K.gguf | 3 ++ LunarAI.i1-Q2_K_S.gguf | 3 ++ LunarAI.i1-Q3_K_L.gguf | 3 ++ LunarAI.i1-Q3_K_M.gguf | 3 ++ LunarAI.i1-Q3_K_S.gguf | 3 ++ LunarAI.i1-Q4_0.gguf | 3 ++ LunarAI.i1-Q4_1.gguf | 3 ++ LunarAI.i1-Q4_K_M.gguf | 3 ++ LunarAI.i1-Q4_K_S.gguf | 3 ++ LunarAI.i1-Q5_K_M.gguf | 3 ++ LunarAI.i1-Q5_K_S.gguf | 3 ++ LunarAI.i1-Q6_K.gguf | 3 ++ LunarAI.imatrix.gguf | 3 ++ README.md | 94 +++++++++++++++++++++++++++++++++++++++++ 27 files changed, 229 insertions(+) create mode 100644 .gitattributes create mode 100644 LunarAI.i1-IQ1_M.gguf create mode 100644 LunarAI.i1-IQ1_S.gguf create mode 100644 LunarAI.i1-IQ2_M.gguf create mode 100644 LunarAI.i1-IQ2_S.gguf create mode 100644 LunarAI.i1-IQ2_XS.gguf create mode 100644 LunarAI.i1-IQ2_XXS.gguf create mode 100644 LunarAI.i1-IQ3_M.gguf create mode 100644 LunarAI.i1-IQ3_S.gguf create mode 100644 LunarAI.i1-IQ3_XS.gguf create mode 100644 LunarAI.i1-IQ3_XXS.gguf create mode 100644 LunarAI.i1-IQ4_NL.gguf create mode 100644 LunarAI.i1-IQ4_XS.gguf create mode 100644 LunarAI.i1-Q2_K.gguf create mode 100644 LunarAI.i1-Q2_K_S.gguf create mode 100644 LunarAI.i1-Q3_K_L.gguf create mode 100644 LunarAI.i1-Q3_K_M.gguf create mode 100644 LunarAI.i1-Q3_K_S.gguf create mode 100644 LunarAI.i1-Q4_0.gguf create mode 100644 LunarAI.i1-Q4_1.gguf create mode 100644 LunarAI.i1-Q4_K_M.gguf create mode 100644 LunarAI.i1-Q4_K_S.gguf create mode 100644 LunarAI.i1-Q5_K_M.gguf create mode 100644 LunarAI.i1-Q5_K_S.gguf create mode 100644 LunarAI.i1-Q6_K.gguf create mode 100644 LunarAI.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7417bad --- /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 +LunarAI.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +LunarAI.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/LunarAI.i1-IQ1_M.gguf b/LunarAI.i1-IQ1_M.gguf new file mode 100644 index 0000000..e524f70 --- /dev/null +++ b/LunarAI.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223b1d0834ae0a2ffd6435d4190cd7bc61b29cc7fe1b056e3174fe96c0b83fea +size 5246299936 diff --git a/LunarAI.i1-IQ1_S.gguf b/LunarAI.i1-IQ1_S.gguf new file mode 100644 index 0000000..efc8c7b --- /dev/null +++ b/LunarAI.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86986cd927479709f63994d8f93c336c12e46589bba9ac504e164ba3fda9cd88 +size 5004530464 diff --git a/LunarAI.i1-IQ2_M.gguf b/LunarAI.i1-IQ2_M.gguf new file mode 100644 index 0000000..8ac8881 --- /dev/null +++ b/LunarAI.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb4fbeb23fcebab79a3c413048e487fd1e7adf969026af364b3d677cc1f0b1e +size 6335316768 diff --git a/LunarAI.i1-IQ2_S.gguf b/LunarAI.i1-IQ2_S.gguf new file mode 100644 index 0000000..9f1a07e --- /dev/null +++ b/LunarAI.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d115711f386fef5499808b88a0bca6ae45ebb5f05fc4ab2d815fcbe7f7602b47 +size 6012957472 diff --git a/LunarAI.i1-IQ2_XS.gguf b/LunarAI.i1-IQ2_XS.gguf new file mode 100644 index 0000000..676d97f --- /dev/null +++ b/LunarAI.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93f73041d4606f85a2dbf8489b30d6e5a20420925b88bb8c5c5765ea14a35cd +size 5975147296 diff --git a/LunarAI.i1-IQ2_XXS.gguf b/LunarAI.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..d7d78a5 --- /dev/null +++ b/LunarAI.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:decb1a6ed0ae866feb1cf0abb3a6ec75e1b294a01ad541021c1ce45f4ef89490 +size 5649249056 diff --git a/LunarAI.i1-IQ3_M.gguf b/LunarAI.i1-IQ3_M.gguf new file mode 100644 index 0000000..326fd5d --- /dev/null +++ b/LunarAI.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5496302c5b75e3e679968c264b015b7d7e3be3581bd3f55dd54c11798a867c34 +size 7556938528 diff --git a/LunarAI.i1-IQ3_S.gguf b/LunarAI.i1-IQ3_S.gguf new file mode 100644 index 0000000..eb3097d --- /dev/null +++ b/LunarAI.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920d7cd5c040ca801e43acf9246841db9d3f3872c8bbc86a7bc0c091308dc362 +size 7491427104 diff --git a/LunarAI.i1-IQ3_XS.gguf b/LunarAI.i1-IQ3_XS.gguf new file mode 100644 index 0000000..1e568b8 --- /dev/null +++ b/LunarAI.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ccfbbb6f7e4c0dcdf3c04d3c084e02c005c1057a2580e108e44b90267605db +size 7126620960 diff --git a/LunarAI.i1-IQ3_XXS.gguf b/LunarAI.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..d231523 --- /dev/null +++ b/LunarAI.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7321560317a79ddf862262c0050f0dd4396d6955045b3167500b3a6d568264ca +size 6969148192 diff --git a/LunarAI.i1-IQ4_NL.gguf b/LunarAI.i1-IQ4_NL.gguf new file mode 100644 index 0000000..c77889c --- /dev/null +++ b/LunarAI.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcda45bafd304c2f3cd6fc5412c4731057f17d0a4e4174a14ef94e5e278cd0ef +size 8905113376 diff --git a/LunarAI.i1-IQ4_XS.gguf b/LunarAI.i1-IQ4_XS.gguf new file mode 100644 index 0000000..4558120 --- /dev/null +++ b/LunarAI.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54003542045bd6f96b7c8fb640db244d268efcecef1303f92191f1dca1b5659c +size 8572481312 diff --git a/LunarAI.i1-Q2_K.gguf b/LunarAI.i1-Q2_K.gguf new file mode 100644 index 0000000..e7a0090 --- /dev/null +++ b/LunarAI.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f546c5f75ec1225aef48eaebe14b889683133627645d1a414817183196981b52 +size 6437103392 diff --git a/LunarAI.i1-Q2_K_S.gguf b/LunarAI.i1-Q2_K_S.gguf new file mode 100644 index 0000000..c7cc1c0 --- /dev/null +++ b/LunarAI.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9019694ddbc9f87184aab1498e3d435704dad69fe744dd5b0141e3ab89236038 +size 6462015264 diff --git a/LunarAI.i1-Q3_K_L.gguf b/LunarAI.i1-Q3_K_L.gguf new file mode 100644 index 0000000..1296363 --- /dev/null +++ b/LunarAI.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4d99f46ccf1f55986ab046d2d79a86ecb7df74227d8e1ce3dccee4e6138c46 +size 8463162144 diff --git a/LunarAI.i1-Q3_K_M.gguf b/LunarAI.i1-Q3_K_M.gguf new file mode 100644 index 0000000..7352e9a --- /dev/null +++ b/LunarAI.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f365d90d09a2ab87122df4a81a792a952b20ac76536bc3855022ddb539e57c1f +size 8130370336 diff --git a/LunarAI.i1-Q3_K_S.gguf b/LunarAI.i1-Q3_K_S.gguf new file mode 100644 index 0000000..cab9dbb --- /dev/null +++ b/LunarAI.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4362c8a7ec0c143a24b2732d56fbe0885ce5553262be82d9e944e6c142442ff3 +size 7491427104 diff --git a/LunarAI.i1-Q4_0.gguf b/LunarAI.i1-Q4_0.gguf new file mode 100644 index 0000000..a998aad --- /dev/null +++ b/LunarAI.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c24685877de557b89a796532b09e5c61312f20cb6ed56ac20b16dceaaea175 +size 8930303776 diff --git a/LunarAI.i1-Q4_1.gguf b/LunarAI.i1-Q4_1.gguf new file mode 100644 index 0000000..5185c1e --- /dev/null +++ b/LunarAI.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab1fbc737274a953f996fa14de04d41d640edc4db9e57eb2f4059acc752a5f0 +size 9873440544 diff --git a/LunarAI.i1-Q4_K_M.gguf b/LunarAI.i1-Q4_K_M.gguf new file mode 100644 index 0000000..62fba1b --- /dev/null +++ b/LunarAI.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9b81bfcd3f6435396a595918b3a671ae5dc8050d3f9f5d90a8f744fc6cce27 +size 10367958816 diff --git a/LunarAI.i1-Q4_K_S.gguf b/LunarAI.i1-Q4_K_S.gguf new file mode 100644 index 0000000..79e2f89 --- /dev/null +++ b/LunarAI.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c341bb98b3e634a42594d77e13928a184a1361276c29d3eecda1559ebf52104f +size 9537150752 diff --git a/LunarAI.i1-Q5_K_M.gguf b/LunarAI.i1-Q5_K_M.gguf new file mode 100644 index 0000000..b4deeb1 --- /dev/null +++ b/LunarAI.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936e64e2b6499481425bd4de93d4388cf71798a52772bebbd7bd6bb48044db84 +size 11853086496 diff --git a/LunarAI.i1-Q5_K_S.gguf b/LunarAI.i1-Q5_K_S.gguf new file mode 100644 index 0000000..c5d4bdb --- /dev/null +++ b/LunarAI.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65df696b1ef10f6a7131048684b4d6aa6241cd6b64828468ae8ef3b4e4685ce8 +size 11144830752 diff --git a/LunarAI.i1-Q6_K.gguf b/LunarAI.i1-Q6_K.gguf new file mode 100644 index 0000000..d830e3e --- /dev/null +++ b/LunarAI.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e5db4c09d2178f44d0b6e5f23f87b4303add82770d66cd376401cb080a4e39 +size 14073832224 diff --git a/LunarAI.imatrix.gguf b/LunarAI.imatrix.gguf new file mode 100644 index 0000000..95c9ec4 --- /dev/null +++ b/LunarAI.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40105cb95c01e34f7fafae1db03aa6076a8c5c6c91ac0b4df85e6f8768ca23c +size 39469024 diff --git a/README.md b/README.md new file mode 100644 index 0000000..91df92c --- /dev/null +++ b/README.md @@ -0,0 +1,94 @@ +--- +base_model: ThePegasusGroup/LunarAI +datasets: +- custom_spigot_dataset +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation +- fine-tuned +- deepseek-coder +- spigot +- minecraft +- code-generation +- instruct +- gguf +- ollama +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/ThePegasusGroup/LunarAI + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#LunarAI-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/LunarAI-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/LunarAI-i1-GGUF/resolve/main/LunarAI.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ1_S.gguf) | i1-IQ1_S | 5.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ1_M.gguf) | i1-IQ1_M | 5.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ2_XS.gguf) | i1-IQ2_XS | 6.1 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ2_S.gguf) | i1-IQ2_S | 6.1 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ2_M.gguf) | i1-IQ2_M | 6.4 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q2_K.gguf) | i1-Q2_K | 6.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q2_K_S.gguf) | i1-Q2_K_S | 6.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 7.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ3_XS.gguf) | i1-IQ3_XS | 7.2 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ3_S.gguf) | i1-IQ3_S | 7.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q3_K_S.gguf) | i1-Q3_K_S | 7.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ3_M.gguf) | i1-IQ3_M | 7.7 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q3_K_M.gguf) | i1-Q3_K_M | 8.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.6 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.7 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-IQ4_NL.gguf) | i1-IQ4_NL | 9.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q4_0.gguf) | i1-Q4_0 | 9.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q4_K_S.gguf) | i1-Q4_K_S | 9.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q4_1.gguf) | i1-Q4_1 | 10.0 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q4_K_M.gguf) | i1-Q4_K_M | 10.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q5_K_S.gguf) | i1-Q5_K_S | 11.2 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q5_K_M.gguf) | i1-Q5_K_M | 12.0 | | +| [GGUF](https://huggingface.co/mradermacher/LunarAI-i1-GGUF/resolve/main/LunarAI.i1-Q6_K.gguf) | i1-Q6_K | 14.2 | 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. + +