From a5e00e7abea1044259b9c6b0b8fc8d75753ca66f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 12 Jun 2026 11:42: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/airoboros-l2-13b-2.2.1-i1-GGUF Source: Original Platform --- .gitattributes | 61 +++++++++++++++++++ README.md | 79 +++++++++++++++++++++++++ airoboros-l2-13b-2.2.1.i1-IQ1_M.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ1_S.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ2_M.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ2_S.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ2_XS.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ2_XXS.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ3_M.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ3_S.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ3_XS.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ3_XXS.gguf | 3 + airoboros-l2-13b-2.2.1.i1-IQ4_XS.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q2_K.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q2_K_S.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q3_K_L.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q3_K_M.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q3_K_S.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q4_0.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q4_0_4_4.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q4_0_4_8.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q4_0_8_8.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q4_K_M.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q4_K_S.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q5_K_M.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q5_K_S.gguf | 3 + airoboros-l2-13b-2.2.1.i1-Q6_K.gguf | 3 + imatrix.dat | 3 + 28 files changed, 218 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ1_M.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ1_S.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ2_M.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ2_S.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ2_XS.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ2_XXS.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ3_M.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ3_S.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ3_XS.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ3_XXS.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-IQ4_XS.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q2_K.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q2_K_S.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q3_K_L.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q3_K_M.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q3_K_S.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q4_0.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q4_0_4_4.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q4_0_4_8.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q4_0_8_8.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q4_K_M.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q4_K_S.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q5_K_M.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q5_K_S.gguf create mode 100644 airoboros-l2-13b-2.2.1.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..577301a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,61 @@ +*.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 +airoboros-l2-13b-2.2.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q4_0_4_4.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q4_0_4_8.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.i1-Q4_0_8_8.gguf filter=lfs diff=lfs merge=lfs -text +airoboros-l2-13b-2.2.1.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..48f9bbb --- /dev/null +++ b/README.md @@ -0,0 +1,79 @@ +--- +base_model: jondurbin/airoboros-l2-13b-2.2.1 +datasets: +- jondurbin/airoboros-2.2.1 +language: +- en +library_name: transformers +license: llama2 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/jondurbin/airoboros-l2-13b-2.2.1 + + +static quants are available at https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-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/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ1_S.gguf) | i1-IQ1_S | 3.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ1_M.gguf) | i1-IQ1_M | 3.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ2_S.gguf) | i1-IQ2_S | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ2_M.gguf) | i1-IQ2_M | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q2_K.gguf) | i1-Q2_K | 5.0 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ3_S.gguf) | i1-IQ3_S | 5.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ3_M.gguf) | i1-IQ3_M | 6.1 | | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 7.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 7.1 | | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q4_0_4_4.gguf) | i1-Q4_0_4_4 | 7.5 | fast on arm, low quality | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q4_0_4_8.gguf) | i1-Q4_0_4_8 | 7.5 | fast on arm+i8mm, low quality | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q4_0_8_8.gguf) | i1-Q4_0_8_8 | 7.5 | fast on arm+sve, low quality | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q4_0.gguf) | i1-Q4_0 | 7.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 8.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 9.1 | | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 9.3 | | +| [GGUF](https://huggingface.co/mradermacher/airoboros-l2-13b-2.2.1-i1-GGUF/resolve/main/airoboros-l2-13b-2.2.1.i1-Q6_K.gguf) | i1-Q6_K | 10.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/airoboros-l2-13b-2.2.1.i1-IQ1_M.gguf b/airoboros-l2-13b-2.2.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..4657dcd --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9d6759485aaaea5c67401053cbc608db5411e1f426fec49811b6604292b870 +size 3138610400 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ1_S.gguf b/airoboros-l2-13b-2.2.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..45d043c --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf77ca8853c8a8709a933884fb59341141a4d5ce53038a24b107252812c2221 +size 2898687200 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ2_M.gguf b/airoboros-l2-13b-2.2.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..e87ca12 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c119d62491ccecfed166eeac93096b054abd5cc9fbae43a31f2c9bd0005e6b +size 4517580000 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ2_S.gguf b/airoboros-l2-13b-2.2.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..167b010 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89c58ecd9414566d56ebf95296b471060ea4bb60cb7ea21df73d33fc1feca9c +size 4197682400 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ2_XS.gguf b/airoboros-l2-13b-2.2.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..bdd01be --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31f95eb650a389dd883e65c963df563c175fb4da0dcc167efd7c7993784369f +size 3891148000 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ2_XXS.gguf b/airoboros-l2-13b-2.2.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..71adef0 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d304ca93aba1b74623a0892eda6514cf9e49aa26d9bd86a2c77a84f63d0deb3b +size 3538482400 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ3_M.gguf b/airoboros-l2-13b-2.2.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..0f44df5 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f363f580271501dbec62d823d85e6104b5532ae802e4f74e815454d92ef481 +size 5984511200 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ3_S.gguf b/airoboros-l2-13b-2.2.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..1ac8209 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2a6324d6c85bb481fb66a78c762a8a69cb1a4193ada41f99da2ddda3bf5e33 +size 5658981600 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ3_XS.gguf b/airoboros-l2-13b-2.2.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..1c413a8 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a8e8cb3f11bb41629943dc4a88492260bd4758e95cc049157e12a6f3dbe52e +size 5361612000 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ3_XXS.gguf b/airoboros-l2-13b-2.2.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..3174d50 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886d23601c8932f3f2bd2261c5ecbf80e33845c4dfa74127f5f3b940b69e5350 +size 4960562400 diff --git a/airoboros-l2-13b-2.2.1.i1-IQ4_XS.gguf b/airoboros-l2-13b-2.2.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..86164e9 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc049a8fe510b05cf08f8e776e6ae59f8d161528394a67dfadb471298a0339a6 +size 6964223200 diff --git a/airoboros-l2-13b-2.2.1.i1-Q2_K.gguf b/airoboros-l2-13b-2.2.1.i1-Q2_K.gguf new file mode 100644 index 0000000..721ee63 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ad4587ed1c1721e96f03d5e42ae2d91f53c2a71a889ddf7b96ffcf9b47d513 +size 4854271200 diff --git a/airoboros-l2-13b-2.2.1.i1-Q2_K_S.gguf b/airoboros-l2-13b-2.2.1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..d7a39bb --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bae225f7adba3f5b95f327237d449c54e251efd07341a7bda85e6803ac6faae +size 4436684000 diff --git a/airoboros-l2-13b-2.2.1.i1-Q3_K_L.gguf b/airoboros-l2-13b-2.2.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..61b42fa --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3efa982cc9079d254c1b13a50da62b15623514627d7e754eb9f73bc3d95a551 +size 6929560800 diff --git a/airoboros-l2-13b-2.2.1.i1-Q3_K_M.gguf b/airoboros-l2-13b-2.2.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..e6dc05c --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46a05668f8e27d17af450e6f17d97c13a34b7ebedcd8c2110b86af39acca122 +size 6337770720 diff --git a/airoboros-l2-13b-2.2.1.i1-Q3_K_S.gguf b/airoboros-l2-13b-2.2.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c4c4902 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35f9cb74767de522ca85c9bcbca32abe52450bd62ec0fd8dc73c7b68856d8ac +size 5658981600 diff --git a/airoboros-l2-13b-2.2.1.i1-Q4_0.gguf b/airoboros-l2-13b-2.2.1.i1-Q4_0.gguf new file mode 100644 index 0000000..ebb689e --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c84e2f99b2b8fcb13a9787a082c5587d29a3b42da52045098fc344ebe5dfdf4 +size 7387954400 diff --git a/airoboros-l2-13b-2.2.1.i1-Q4_0_4_4.gguf b/airoboros-l2-13b-2.2.1.i1-Q4_0_4_4.gguf new file mode 100644 index 0000000..cc4fe17 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q4_0_4_4.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a289bb06317c6a05a68862b0de352a0875fe0b8e9b633dd55476c020206e7894 +size 7365836000 diff --git a/airoboros-l2-13b-2.2.1.i1-Q4_0_4_8.gguf b/airoboros-l2-13b-2.2.1.i1-Q4_0_4_8.gguf new file mode 100644 index 0000000..1293b28 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q4_0_4_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d57ce45c7116ed30c2fd7bd53eaf4ea6564fa33bca19e309d8735cef52d7d3 +size 7365836000 diff --git a/airoboros-l2-13b-2.2.1.i1-Q4_0_8_8.gguf b/airoboros-l2-13b-2.2.1.i1-Q4_0_8_8.gguf new file mode 100644 index 0000000..e5bc62e --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q4_0_8_8.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f68b2c60eb89c31343173b7e8ed6209468e9edd9b7390d13417e70e6c0be9f +size 7365836000 diff --git a/airoboros-l2-13b-2.2.1.i1-Q4_K_M.gguf b/airoboros-l2-13b-2.2.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..04c96c6 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb2f5aa46a10747508db9eed42a0b1cc39f2244eece05ab2d4cf49a91866fc3 +size 7865957600 diff --git a/airoboros-l2-13b-2.2.1.i1-Q4_K_S.gguf b/airoboros-l2-13b-2.2.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..6779b21 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2552aaba1e7605a03b7dd017a17585b8b2f630ab53bd83c2b2925e11af649db1 +size 7423180000 diff --git a/airoboros-l2-13b-2.2.1.i1-Q5_K_M.gguf b/airoboros-l2-13b-2.2.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..18ba42a --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b4e9ccd77ca376aa4dff1be72dcb4e89855118e7cc17b10d913b6c0e80e2cd +size 9229925600 diff --git a/airoboros-l2-13b-2.2.1.i1-Q5_K_S.gguf b/airoboros-l2-13b-2.2.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..da8e6c7 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95af079227b55118c758695afd7862e65538d74a6084aeb7ea40c92dd45c090 +size 8972287200 diff --git a/airoboros-l2-13b-2.2.1.i1-Q6_K.gguf b/airoboros-l2-13b-2.2.1.i1-Q6_K.gguf new file mode 100644 index 0000000..3ef4350 --- /dev/null +++ b/airoboros-l2-13b-2.2.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3aee1bce4ed21f58858a62501258699687b20ba56b824d3a6814afda2100a9b +size 10679141600 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..fade936 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:415d4ade34037397dbdef1688eba6df47b1d878e38caa3728c1aae7510ae164f +size 7136325