From e370ead2f2014382de5ed0d85dc3b9e3854807d3 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 18 Jun 2026 01:26: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/little-caesar-qwen2.5-1.5b-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ README.md | 89 ++++++++++++++++++++++ little-caesar-qwen2.5-1.5b.i1-IQ1_M.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ1_S.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ2_M.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ2_S.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ2_XS.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ2_XXS.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ3_M.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ3_S.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ3_XS.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ3_XXS.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ4_NL.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-IQ4_XS.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q2_K.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q2_K_S.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q3_K_L.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q3_K_M.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q3_K_S.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q4_0.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q4_1.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q4_K_M.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q4_K_S.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q5_K_M.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q5_K_S.gguf | 3 + little-caesar-qwen2.5-1.5b.i1-Q6_K.gguf | 3 + little-caesar-qwen2.5-1.5b.imatrix.gguf | 3 + 27 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ1_M.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ1_S.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ2_M.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ2_S.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ2_XS.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ2_XXS.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ3_M.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ3_S.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ3_XS.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ3_XXS.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ4_NL.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-IQ4_XS.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q2_K.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q2_K_S.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q3_K_L.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q3_K_M.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q3_K_S.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q4_0.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q4_1.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q4_K_M.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q4_K_S.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q5_K_M.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q5_K_S.gguf create mode 100644 little-caesar-qwen2.5-1.5b.i1-Q6_K.gguf create mode 100644 little-caesar-qwen2.5-1.5b.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..68bfee0 --- /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 +little-caesar-qwen2.5-1.5b.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +little-caesar-qwen2.5-1.5b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..3c7a4b0 --- /dev/null +++ b/README.md @@ -0,0 +1,89 @@ +--- +base_model: marchow/little-caesar-qwen2.5-1.5b +language: +- en +library_name: transformers +license: apache-2.0 +license_link: https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct/blob/main/LICENSE +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- chat +- mlx +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/marchow/little-caesar-qwen2.5-1.5b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#little-caesar-qwen2.5-1.5b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-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/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q4_1.gguf) | i1-Q4_1 | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/little-caesar-qwen2.5-1.5b-i1-GGUF/resolve/main/little-caesar-qwen2.5-1.5b.i1-Q6_K.gguf) | i1-Q6_K | 1.4 | 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/little-caesar-qwen2.5-1.5b.i1-IQ1_M.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ1_M.gguf new file mode 100644 index 0000000..84d8f32 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3249d6af2722f6eeffd06c5e31f26f364a95c5fa4ceb6fea7800cb703a2368ec +size 464462112 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ1_S.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ1_S.gguf new file mode 100644 index 0000000..7861f5b --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f57ba1aedbf676fc9e98851c33b150f1f4ee1bb310a56cabe1cded62772be76c +size 436528416 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ2_M.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ2_M.gguf new file mode 100644 index 0000000..51e09a0 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106d5b5aae1bd59197715ed6b61106a75ca65168db4ea5a520b94861d67e84b9 +size 601055520 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ2_S.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ2_S.gguf new file mode 100644 index 0000000..17591d1 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bcd54c70ca9056761445d5bd52d05034f9ed4fe5809b8d351f9fecbb26077b +size 563810592 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ2_XS.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..f382b10 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778b8eec1f3adc8e85ed8510708f270a90c3b62f5b25b18b7b3e512fd9536e5a +size 550327584 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ2_XXS.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..22d2935 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cd310e0a06396d7cff222df10226dcceb8fe30b8b1046eef4afbc6db335758 +size 511018272 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ3_M.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ3_M.gguf new file mode 100644 index 0000000..4cc2b52 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db087f52bcfb523c8c5411bdbfa799f843631386b4fca00fa32b3517cc449d3c +size 776664864 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ3_S.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ3_S.gguf new file mode 100644 index 0000000..591866d --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2ec7791f3c98d9370755db7bb200e423127dde9e186c20e52a678940fd7c08 +size 762407712 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ3_XS.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..6d8855f --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64740f744d8c8bc0ea83f7b37d5c390995fd65ce2f984261ced3fde2cd905f34 +size 731700000 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ3_XXS.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..6418222 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99373f3c7f67040229287a54e171e2e39943b9c343446cc780b7b8caa077776a +size 668793120 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ4_NL.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ4_NL.gguf new file mode 100644 index 0000000..2adab08 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d27efaa51881a2534238acbd3c05e5ebdd5957e4fc9d104afa4e26b3eda4cb +size 936332064 diff --git a/little-caesar-qwen2.5-1.5b.i1-IQ4_XS.gguf b/little-caesar-qwen2.5-1.5b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..0ae84f1 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65232eee4212528eafac75fdaba3fbef80b47a5d7546f11b5713e3dd545ace19 +size 895732512 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q2_K.gguf b/little-caesar-qwen2.5-1.5b.i1-Q2_K.gguf new file mode 100644 index 0000000..0993dc5 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06e2121e2b46612db5103c3bcf34fb1b43b31982c2f1b2c20e06e242d4d8010 +size 676305696 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q2_K_S.gguf b/little-caesar-qwen2.5-1.5b.i1-Q2_K_S.gguf new file mode 100644 index 0000000..bce5e02 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f9ec6dfd712e35dad8b0e2690070906d707d549f36e1c4dd857a5655fa256f +size 640135968 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q3_K_L.gguf b/little-caesar-qwen2.5-1.5b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..4957468 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df0bc3612f6b2571f7e9d3e998dd0b1d8ef636fca55e8b2bbe78a2e3daa0a12 +size 880163616 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q3_K_M.gguf b/little-caesar-qwen2.5-1.5b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..d131ce9 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79e84b44bf92d71d076179570e42d0cb457daa6af15d1c55ac77a2515d44538 +size 824179488 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q3_K_S.gguf b/little-caesar-qwen2.5-1.5b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..a1cefb9 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6012cea3a96f401142e1ba546a80f4ad14d01c5ac21f5a8f471d76004e0eb2d4 +size 760945440 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q4_0.gguf b/little-caesar-qwen2.5-1.5b.i1-Q4_0.gguf new file mode 100644 index 0000000..b31d3b6 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d4f4d5ff7f8ac6b7d5244ee426e51aa3302180145432c7ba3f05671e0db144 +size 937536288 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q4_1.gguf b/little-caesar-qwen2.5-1.5b.i1-Q4_1.gguf new file mode 100644 index 0000000..e6ce98e --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73120780fe873f854ddc65a24b3effa0e30e68826e733cff4f7baaf18bed086 +size 1016843040 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q4_K_M.gguf b/little-caesar-qwen2.5-1.5b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..6c3c6fc --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423760937ab9d754f7022c1c72034bf0ac6ab4b3efffe13e623407e038bcff66 +size 986049312 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q4_K_S.gguf b/little-caesar-qwen2.5-1.5b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..9de0e84 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7f0b2a8157b9b59d205af5151691ce2add2b0c29770e008eaa799de55b07b9 +size 940313376 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q5_K_M.gguf b/little-caesar-qwen2.5-1.5b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..409ce2a --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc77114cf8a4acf38dee0bdfa6dc7ee9aacb92ed62fcf7facdb2758ba855793 +size 1125051168 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q5_K_S.gguf b/little-caesar-qwen2.5-1.5b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..3f9f2a0 --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461d113247194b20feff5948d7040104c012f8955a5996db7a916b491494d91d +size 1098730272 diff --git a/little-caesar-qwen2.5-1.5b.i1-Q6_K.gguf b/little-caesar-qwen2.5-1.5b.i1-Q6_K.gguf new file mode 100644 index 0000000..a97b90b --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f65d1ac2fdb2b238a50e03eeca59bf3f131b4d40be2cb785740ac3a58881f12 +size 1272740640 diff --git a/little-caesar-qwen2.5-1.5b.imatrix.gguf b/little-caesar-qwen2.5-1.5b.imatrix.gguf new file mode 100644 index 0000000..ebe746e --- /dev/null +++ b/little-caesar-qwen2.5-1.5b.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf24049f9c72526c2faacc3288bea768c67adb45d55281515162acb083541dc +size 2065888