From 5a64dad203368165d04897ae823855a99efd80d8 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 13 Jun 2026 02:26: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/cali-3-12b-oss-120b-i1-GGUF Source: Original Platform --- .gitattributes | 59 ++++++++++++++++++ README.md | 92 +++++++++++++++++++++++++++++ cali-3-12b-oss-120b.i1-IQ1_M.gguf | 3 + cali-3-12b-oss-120b.i1-IQ1_S.gguf | 3 + cali-3-12b-oss-120b.i1-IQ2_M.gguf | 3 + cali-3-12b-oss-120b.i1-IQ2_S.gguf | 3 + cali-3-12b-oss-120b.i1-IQ2_XS.gguf | 3 + cali-3-12b-oss-120b.i1-IQ2_XXS.gguf | 3 + cali-3-12b-oss-120b.i1-IQ3_M.gguf | 3 + cali-3-12b-oss-120b.i1-IQ3_S.gguf | 3 + cali-3-12b-oss-120b.i1-IQ3_XS.gguf | 3 + cali-3-12b-oss-120b.i1-IQ3_XXS.gguf | 3 + cali-3-12b-oss-120b.i1-IQ4_NL.gguf | 3 + cali-3-12b-oss-120b.i1-IQ4_XS.gguf | 3 + cali-3-12b-oss-120b.i1-Q2_K.gguf | 3 + cali-3-12b-oss-120b.i1-Q2_K_S.gguf | 3 + cali-3-12b-oss-120b.i1-Q3_K_L.gguf | 3 + cali-3-12b-oss-120b.i1-Q3_K_M.gguf | 3 + cali-3-12b-oss-120b.i1-Q3_K_S.gguf | 3 + cali-3-12b-oss-120b.i1-Q4_0.gguf | 3 + cali-3-12b-oss-120b.i1-Q4_1.gguf | 3 + cali-3-12b-oss-120b.i1-Q4_K_M.gguf | 3 + cali-3-12b-oss-120b.i1-Q4_K_S.gguf | 3 + cali-3-12b-oss-120b.i1-Q5_K_M.gguf | 3 + cali-3-12b-oss-120b.i1-Q5_K_S.gguf | 3 + cali-3-12b-oss-120b.i1-Q6_K.gguf | 3 + cali-3-12b-oss-120b.imatrix.gguf | 3 + 27 files changed, 226 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 cali-3-12b-oss-120b.i1-IQ1_M.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ1_S.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ2_M.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ2_S.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ2_XS.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ2_XXS.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ3_M.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ3_S.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ3_XS.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ3_XXS.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ4_NL.gguf create mode 100644 cali-3-12b-oss-120b.i1-IQ4_XS.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q2_K.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q2_K_S.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q3_K_L.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q3_K_M.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q3_K_S.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q4_0.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q4_1.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q4_K_M.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q4_K_S.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q5_K_M.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q5_K_S.gguf create mode 100644 cali-3-12b-oss-120b.i1-Q6_K.gguf create mode 100644 cali-3-12b-oss-120b.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6159ed7 --- /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 +cali-3-12b-oss-120b.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +cali-3-12b-oss-120b.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..4fc4534 --- /dev/null +++ b/README.md @@ -0,0 +1,92 @@ +--- +base_model: jayanthanc/cali-3-12b-oss-120b +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- text-generation-inference +- transformers +- unsloth +- gemma3 +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/jayanthanc/cali-3-12b-oss-120b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#cali-3-12b-oss-120b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/cali-3-12b-oss-120b-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-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/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ1_S.gguf) | i1-IQ1_S | 3.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ1_M.gguf) | i1-IQ1_M | 3.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ2_S.gguf) | i1-IQ2_S | 4.1 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ2_M.gguf) | i1-IQ2_M | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q2_K.gguf) | i1-Q2_K | 4.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 4.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.3 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ3_S.gguf) | i1-IQ3_S | 5.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ3_M.gguf) | i1-IQ3_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 6.6 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 6.7 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q4_0.gguf) | i1-Q4_0 | 7.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 7.4 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q4_1.gguf) | i1-Q4_1 | 7.7 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 8.5 | | +| [GGUF](https://huggingface.co/mradermacher/cali-3-12b-oss-120b-i1-GGUF/resolve/main/cali-3-12b-oss-120b.i1-Q6_K.gguf) | i1-Q6_K | 9.8 | 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/cali-3-12b-oss-120b.i1-IQ1_M.gguf b/cali-3-12b-oss-120b.i1-IQ1_M.gguf new file mode 100644 index 0000000..f1dbbe0 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30a5343b8c78f724fc4ecdf01a20967a0aab3f755f5da2d05518f47071c3022 +size 3164728704 diff --git a/cali-3-12b-oss-120b.i1-IQ1_S.gguf b/cali-3-12b-oss-120b.i1-IQ1_S.gguf new file mode 100644 index 0000000..3f0bb52 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c37fb78e305db738b8b2f080f7d1bdd22862c6db43dc8120ddba8cd33f43f3f +size 2947415424 diff --git a/cali-3-12b-oss-120b.i1-IQ2_M.gguf b/cali-3-12b-oss-120b.i1-IQ2_M.gguf new file mode 100644 index 0000000..7638b91 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf31cb88ee19d1febabcddfbf0e7a3d9625668959814159c7a189c26117513f +size 4310461824 diff --git a/cali-3-12b-oss-120b.i1-IQ2_S.gguf b/cali-3-12b-oss-120b.i1-IQ2_S.gguf new file mode 100644 index 0000000..9fa4eb3 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c478f4968a1fe79289aa6aeb61349c7665365f6a6419008c5b8a1d540f3712 +size 4020710784 diff --git a/cali-3-12b-oss-120b.i1-IQ2_XS.gguf b/cali-3-12b-oss-120b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..c9cb192 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48515d5572af7f44400072c562d14e42e766555697e90947d5e85f260c475b0b +size 3840261504 diff --git a/cali-3-12b-oss-120b.i1-IQ2_XXS.gguf b/cali-3-12b-oss-120b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..76ace5f --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dcae9b53ba128c42f4d63e8ebd6dcea13b348bf36e17aa85d1ee21bce1502f +size 3526917504 diff --git a/cali-3-12b-oss-120b.i1-IQ3_M.gguf b/cali-3-12b-oss-120b.i1-IQ3_M.gguf new file mode 100644 index 0000000..392efad --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d367172b404cb4de8f7af79ba436382277f448cb2e855d8acff6a04f82b8395 +size 5655723264 diff --git a/cali-3-12b-oss-120b.i1-IQ3_S.gguf b/cali-3-12b-oss-120b.i1-IQ3_S.gguf new file mode 100644 index 0000000..ae9589b --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe722a7be1926f3586e9ee2816cef45aa7ece103185e1ccb514f3a2f059b047 +size 5458316544 diff --git a/cali-3-12b-oss-120b.i1-IQ3_XS.gguf b/cali-3-12b-oss-120b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..ebc154b --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558595339480d7e4231d97298d8a41e51d38424c935aec4c75dccfe12d129272 +size 5206166784 diff --git a/cali-3-12b-oss-120b.i1-IQ3_XXS.gguf b/cali-3-12b-oss-120b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..a10623d --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8edf2b865045cce5a5d681e4abc15735a0b8a4487da6db258f26bbb9dd2a3e +size 4784901504 diff --git a/cali-3-12b-oss-120b.i1-IQ4_NL.gguf b/cali-3-12b-oss-120b.i1-IQ4_NL.gguf new file mode 100644 index 0000000..32190fd --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60fd510797196623cf7a18fed8c58015dbc23d0df17fd5de4088b56b4fc9f442 +size 6887165184 diff --git a/cali-3-12b-oss-120b.i1-IQ4_XS.gguf b/cali-3-12b-oss-120b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..35a8bc8 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4300499409ed7ec4f08d1049b7bec39cca8478fe93fa7fe56d97379b090cb0 +size 6550965504 diff --git a/cali-3-12b-oss-120b.i1-Q2_K.gguf b/cali-3-12b-oss-120b.i1-Q2_K.gguf new file mode 100644 index 0000000..e69c25d --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3c3ca00215a7260b372042f47cec3619bbecbde0022d94dd12746cc5dcae0a +size 4768222464 diff --git a/cali-3-12b-oss-120b.i1-Q2_K_S.gguf b/cali-3-12b-oss-120b.i1-Q2_K_S.gguf new file mode 100644 index 0000000..9e019d1 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a9dc6a5dfc552ddbfdf5669b3b93ecf8ef17012e8c8f536a139562a33011833 +size 4448611584 diff --git a/cali-3-12b-oss-120b.i1-Q3_K_L.gguf b/cali-3-12b-oss-120b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..ada618e --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f45999c3b2912d61e7ab8170055c34793ad51b7c476b1b3b165ebb72a6ebaab +size 6480186624 diff --git a/cali-3-12b-oss-120b.i1-Q3_K_M.gguf b/cali-3-12b-oss-120b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..0f8523b --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6674f82484076a4cf84e309bc1ee1809fcf35312ce6d53ef3875ee6d9ce69768 +size 6008818944 diff --git a/cali-3-12b-oss-120b.i1-Q3_K_S.gguf b/cali-3-12b-oss-120b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..577e8c1 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272e387639b4ce1995333f208515619694cdacea01f85ab795f5ebcd57bce525 +size 5458316544 diff --git a/cali-3-12b-oss-120b.i1-Q4_0.gguf b/cali-3-12b-oss-120b.i1-Q4_0.gguf new file mode 100644 index 0000000..52c01c1 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c6cf0c7c3ea726002552b58259c1e1da2459a7eb95840f1bc2ecd8173437b2 +size 6909283584 diff --git a/cali-3-12b-oss-120b.i1-Q4_1.gguf b/cali-3-12b-oss-120b.i1-Q4_1.gguf new file mode 100644 index 0000000..658930d --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53616f0465c3f9b8b61807ed0db66d8166dfd2c677a9da6b47271e9962e7437 +size 7559564544 diff --git a/cali-3-12b-oss-120b.i1-Q4_K_M.gguf b/cali-3-12b-oss-120b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..9b87680 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a2aa545e69988bf9961b6e6f87dd79b66853a7fd898943ba7e1b8e55ad1361 +size 7300779264 diff --git a/cali-3-12b-oss-120b.i1-Q4_K_S.gguf b/cali-3-12b-oss-120b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..c69bca8 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945621ac2173ef61b1b171f02c0f72ba64ea013b8b9828c8c5217e569274d4c5 +size 6935334144 diff --git a/cali-3-12b-oss-120b.i1-Q5_K_M.gguf b/cali-3-12b-oss-120b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..bf7196f --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2954d14a3a48dfd30dcb702347a4e699236bd1fda33087a615bdb289711ff19f +size 8445037824 diff --git a/cali-3-12b-oss-120b.i1-Q5_K_S.gguf b/cali-3-12b-oss-120b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..a2593e1 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197b3d63534078e3d650b09890d476c24863dcafcd10d05f73d57978c0d45897 +size 8231963904 diff --git a/cali-3-12b-oss-120b.i1-Q6_K.gguf b/cali-3-12b-oss-120b.i1-Q6_K.gguf new file mode 100644 index 0000000..2175983 --- /dev/null +++ b/cali-3-12b-oss-120b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4759a10b7552593b21afc580a393a21930b178c65d10782ee3ec90dfd8e71ef3 +size 9660812544 diff --git a/cali-3-12b-oss-120b.imatrix.gguf b/cali-3-12b-oss-120b.imatrix.gguf new file mode 100644 index 0000000..7020538 --- /dev/null +++ b/cali-3-12b-oss-120b.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d88424a11ddf3e4dc1050330f49e7a1c3357f4f046d55660a952085abcc0d0f +size 7473632