From 8a6da3635e88a5b4e8f166ad6dcbcfa2297223a9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 11 Jul 2026 01:38:10 +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/Starry-Shadow-12B-i1-GGUF Source: Original Platform --- .gitattributes | 59 +++++++++++++++++++++ README.md | 88 +++++++++++++++++++++++++++++++ Starry-Shadow-12B.i1-IQ1_M.gguf | 3 ++ Starry-Shadow-12B.i1-IQ1_S.gguf | 3 ++ Starry-Shadow-12B.i1-IQ2_M.gguf | 3 ++ Starry-Shadow-12B.i1-IQ2_S.gguf | 3 ++ Starry-Shadow-12B.i1-IQ2_XS.gguf | 3 ++ Starry-Shadow-12B.i1-IQ2_XXS.gguf | 3 ++ Starry-Shadow-12B.i1-IQ3_M.gguf | 3 ++ Starry-Shadow-12B.i1-IQ3_S.gguf | 3 ++ Starry-Shadow-12B.i1-IQ3_XS.gguf | 3 ++ Starry-Shadow-12B.i1-IQ3_XXS.gguf | 3 ++ Starry-Shadow-12B.i1-IQ4_NL.gguf | 3 ++ Starry-Shadow-12B.i1-IQ4_XS.gguf | 3 ++ Starry-Shadow-12B.i1-Q2_K.gguf | 3 ++ Starry-Shadow-12B.i1-Q2_K_S.gguf | 3 ++ Starry-Shadow-12B.i1-Q3_K_L.gguf | 3 ++ Starry-Shadow-12B.i1-Q3_K_M.gguf | 3 ++ Starry-Shadow-12B.i1-Q3_K_S.gguf | 3 ++ Starry-Shadow-12B.i1-Q4_0.gguf | 3 ++ Starry-Shadow-12B.i1-Q4_1.gguf | 3 ++ Starry-Shadow-12B.i1-Q4_K_M.gguf | 3 ++ Starry-Shadow-12B.i1-Q4_K_S.gguf | 3 ++ Starry-Shadow-12B.i1-Q5_K_M.gguf | 3 ++ Starry-Shadow-12B.i1-Q5_K_S.gguf | 3 ++ Starry-Shadow-12B.i1-Q6_K.gguf | 3 ++ Starry-Shadow-12B.imatrix.gguf | 3 ++ 27 files changed, 222 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 Starry-Shadow-12B.i1-IQ1_M.gguf create mode 100644 Starry-Shadow-12B.i1-IQ1_S.gguf create mode 100644 Starry-Shadow-12B.i1-IQ2_M.gguf create mode 100644 Starry-Shadow-12B.i1-IQ2_S.gguf create mode 100644 Starry-Shadow-12B.i1-IQ2_XS.gguf create mode 100644 Starry-Shadow-12B.i1-IQ2_XXS.gguf create mode 100644 Starry-Shadow-12B.i1-IQ3_M.gguf create mode 100644 Starry-Shadow-12B.i1-IQ3_S.gguf create mode 100644 Starry-Shadow-12B.i1-IQ3_XS.gguf create mode 100644 Starry-Shadow-12B.i1-IQ3_XXS.gguf create mode 100644 Starry-Shadow-12B.i1-IQ4_NL.gguf create mode 100644 Starry-Shadow-12B.i1-IQ4_XS.gguf create mode 100644 Starry-Shadow-12B.i1-Q2_K.gguf create mode 100644 Starry-Shadow-12B.i1-Q2_K_S.gguf create mode 100644 Starry-Shadow-12B.i1-Q3_K_L.gguf create mode 100644 Starry-Shadow-12B.i1-Q3_K_M.gguf create mode 100644 Starry-Shadow-12B.i1-Q3_K_S.gguf create mode 100644 Starry-Shadow-12B.i1-Q4_0.gguf create mode 100644 Starry-Shadow-12B.i1-Q4_1.gguf create mode 100644 Starry-Shadow-12B.i1-Q4_K_M.gguf create mode 100644 Starry-Shadow-12B.i1-Q4_K_S.gguf create mode 100644 Starry-Shadow-12B.i1-Q5_K_M.gguf create mode 100644 Starry-Shadow-12B.i1-Q5_K_S.gguf create mode 100644 Starry-Shadow-12B.i1-Q6_K.gguf create mode 100644 Starry-Shadow-12B.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a3bda0b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +*.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 +Starry-Shadow-12B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Starry-Shadow-12B.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..07fae09 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: Vortex5/Starry-Shadow-12B +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- mergekit +- merge +- roleplay +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Vortex5/Starry-Shadow-12B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Starry-Shadow-12B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Starry-Shadow-12B-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/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ1_S.gguf) | i1-IQ1_S | 3.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ2_S.gguf) | i1-IQ2_S | 4.2 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ2_M.gguf) | i1-IQ2_M | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q2_K.gguf) | i1-Q2_K | 4.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ3_S.gguf) | i1-IQ3_S | 5.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ3_M.gguf) | i1-IQ3_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 6.7 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 6.8 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q4_0.gguf) | i1-Q4_0 | 7.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.2 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 7.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q4_1.gguf) | i1-Q4_1 | 7.9 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 8.6 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 8.8 | | +| [GGUF](https://huggingface.co/mradermacher/Starry-Shadow-12B-i1-GGUF/resolve/main/Starry-Shadow-12B.i1-Q6_K.gguf) | i1-Q6_K | 10.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. + + diff --git a/Starry-Shadow-12B.i1-IQ1_M.gguf b/Starry-Shadow-12B.i1-IQ1_M.gguf new file mode 100644 index 0000000..be06096 --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32053aaf2adcba9267d8b4282b17ce973fd359668ecb1482b72ee1ce6214298c +size 3221640416 diff --git a/Starry-Shadow-12B.i1-IQ1_S.gguf b/Starry-Shadow-12B.i1-IQ1_S.gguf new file mode 100644 index 0000000..32425a2 --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28840264c27c5af08a006d4c142384a59ddcd92f4d21ac5e8adb38aca6ffb02 +size 2999227616 diff --git a/Starry-Shadow-12B.i1-IQ2_M.gguf b/Starry-Shadow-12B.i1-IQ2_M.gguf new file mode 100644 index 0000000..261371b --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3c15005a326bccfecb16f99302d25903a6d09b4d0e43898d8c249f3cefe930 +size 4435041024 diff --git a/Starry-Shadow-12B.i1-IQ2_S.gguf b/Starry-Shadow-12B.i1-IQ2_S.gguf new file mode 100644 index 0000000..b90882d --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd296c025727f2aefdc595fdc39bdc2c93d9fb1c42816607d38c19208bcfa61f +size 4138490624 diff --git a/Starry-Shadow-12B.i1-IQ2_XS.gguf b/Starry-Shadow-12B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..424ba7a --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b713683948de7f28733ee4a02ea5b117d1220d0d5c758169acb6795103bf51a4 +size 3915093216 diff --git a/Starry-Shadow-12B.i1-IQ2_XXS.gguf b/Starry-Shadow-12B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a7bd9fe --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80fc3a7328fad47feb5f35a2a525192b36b98ff744c273f5a2fbc090b111a00 +size 3592328416 diff --git a/Starry-Shadow-12B.i1-IQ3_M.gguf b/Starry-Shadow-12B.i1-IQ3_M.gguf new file mode 100644 index 0000000..adf0d4c --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5d66d5b827ca96f8ccc3590cb2f5ac553f79f7a07bcce83a18c88407a8add9 +size 5722252032 diff --git a/Starry-Shadow-12B.i1-IQ3_S.gguf b/Starry-Shadow-12B.i1-IQ3_S.gguf new file mode 100644 index 0000000..bcee769 --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f248f0282c9421c19d0de39230dcc3a07e495093df7ac20121dbcbaf7ff3855a +size 5562098432 diff --git a/Starry-Shadow-12B.i1-IQ3_XS.gguf b/Starry-Shadow-12B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..b1b9cad --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711bb5f680bee60d8932a1fc110a4d80e2ded71ea401373aa03b42c08cc45821 +size 5306508032 diff --git a/Starry-Shadow-12B.i1-IQ3_XXS.gguf b/Starry-Shadow-12B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..6277366 --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a38c73a8e22c7a163170ea9ba03a7f605e05aaeddbb49907e7f3f00c3f75fb +size 4945402624 diff --git a/Starry-Shadow-12B.i1-IQ4_NL.gguf b/Starry-Shadow-12B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..87c83d5 --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dafa4c27254eab60a76dcb7c4429cb637c60a211943edb9d73364ba7c7de8e +size 7097936608 diff --git a/Starry-Shadow-12B.i1-IQ4_XS.gguf b/Starry-Shadow-12B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..0962e2b --- /dev/null +++ b/Starry-Shadow-12B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ac7f437a4983d9515b3d1ffd77e566647745bbe538f13c1f4b0f3c04b9a50c +size 6742731008 diff --git a/Starry-Shadow-12B.i1-Q2_K.gguf b/Starry-Shadow-12B.i1-Q2_K.gguf new file mode 100644 index 0000000..bffd73c --- /dev/null +++ b/Starry-Shadow-12B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae30908adbf525e021094e3c3ab805b9ce85357f2340ad9b465ee6516022808 +size 4791065824 diff --git a/Starry-Shadow-12B.i1-Q2_K_S.gguf b/Starry-Shadow-12B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..a5d7e9a --- /dev/null +++ b/Starry-Shadow-12B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ba2d15773ddfdf7b662f9ac6ec9fab76b2734ed785eed7114581e5e89a830c +size 4493696224 diff --git a/Starry-Shadow-12B.i1-Q3_K_L.gguf b/Starry-Shadow-12B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..b72843d --- /dev/null +++ b/Starry-Shadow-12B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73654708a1770e1a61193e7118b887338d453fce20c7ab14877f5019a0f6910f +size 6561522432 diff --git a/Starry-Shadow-12B.i1-Q3_K_M.gguf b/Starry-Shadow-12B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..24e424d --- /dev/null +++ b/Starry-Shadow-12B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686cbb08762112e74d4cae15494a632d76cd81a9158a24d45d288c9fb7833a12 +size 6083109632 diff --git a/Starry-Shadow-12B.i1-Q3_K_S.gguf b/Starry-Shadow-12B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..d2b7312 --- /dev/null +++ b/Starry-Shadow-12B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d92377d398fd325f8dc666c22db93a845e3565cb439bfe19e3d0f64fc94d162 +size 5534245632 diff --git a/Starry-Shadow-12B.i1-Q4_0.gguf b/Starry-Shadow-12B.i1-Q4_0.gguf new file mode 100644 index 0000000..cc698c7 --- /dev/null +++ b/Starry-Shadow-12B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d000fefb5dcc66fe16b5ca8399b9f1d63be82eadd5a8db0dffa637567aff08 +size 7094659808 diff --git a/Starry-Shadow-12B.i1-Q4_1.gguf b/Starry-Shadow-12B.i1-Q4_1.gguf new file mode 100644 index 0000000..913f33a --- /dev/null +++ b/Starry-Shadow-12B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacab169014fb0eb425a28497889ec31d5ad937fbed6070d950f13535f868527 +size 7795240608 diff --git a/Starry-Shadow-12B.i1-Q4_K_M.gguf b/Starry-Shadow-12B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..ac2b78b --- /dev/null +++ b/Starry-Shadow-12B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a93274452290de369234547c20b9bb075af8334472c243c10b7cb428bc7bf3 +size 7477226208 diff --git a/Starry-Shadow-12B.i1-Q4_K_S.gguf b/Starry-Shadow-12B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9288ff5 --- /dev/null +++ b/Starry-Shadow-12B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6db371e5bb95a718720c5a1d33b84a3f36d9d4ba528dfa50a74047544d561a2 +size 7120218848 diff --git a/Starry-Shadow-12B.i1-Q5_K_M.gguf b/Starry-Shadow-12B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..40607ad --- /dev/null +++ b/Starry-Shadow-12B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b33057868ea75c6e1d9b0d7721dc3a046f118e01a391b27b501ec2c76b3d99 +size 8727655008 diff --git a/Starry-Shadow-12B.i1-Q5_K_S.gguf b/Starry-Shadow-12B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..fba50d9 --- /dev/null +++ b/Starry-Shadow-12B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3cb1e9fa74be52c25dea59b1264f4ae803fdeae3ba2ec18d81d96b69b0978a +size 8518759008 diff --git a/Starry-Shadow-12B.i1-Q6_K.gguf b/Starry-Shadow-12B.i1-Q6_K.gguf new file mode 100644 index 0000000..6ac4136 --- /dev/null +++ b/Starry-Shadow-12B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee50a7eb7ae43bdf86e7c8dace168535ad3084996f0255e4ca66691c108d734 +size 10056235616 diff --git a/Starry-Shadow-12B.imatrix.gguf b/Starry-Shadow-12B.imatrix.gguf new file mode 100644 index 0000000..a4a1638 --- /dev/null +++ b/Starry-Shadow-12B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf7638241d1ad804c9e3f1c6b8a3a505d39593eb2c92618c4ef701b2d8955ce +size 7088192