From 6cb00be55e50e26f576aa20647addc4de84dc97f Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 29 May 2026 08:46: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/ReMM-v2.1-L2-13B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++++++ README.md | 76 ++++++++++++++++++++++++++++++++ ReMM-v2.1-L2-13B.i1-IQ1_M.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ1_S.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ2_M.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ2_S.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ2_XS.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ2_XXS.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ3_M.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ3_S.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ3_XS.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ3_XXS.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ4_NL.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-IQ4_XS.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q2_K.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q2_K_S.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q3_K_L.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q3_K_M.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q3_K_S.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q4_0.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q4_1.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q4_K_M.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q4_K_S.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q5_K_M.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q5_K_S.gguf | 3 ++ ReMM-v2.1-L2-13B.i1-Q6_K.gguf | 3 ++ imatrix.dat | 3 ++ 27 files changed, 211 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 ReMM-v2.1-L2-13B.i1-IQ1_M.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ1_S.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ2_M.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ2_S.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ2_XS.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ2_XXS.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ3_M.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ3_S.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ3_XS.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ3_XXS.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ4_NL.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-IQ4_XS.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q2_K.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q2_K_S.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q3_K_L.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q3_K_M.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q3_K_S.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q4_0.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q4_1.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q4_K_M.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q4_K_S.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q5_K_M.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q5_K_S.gguf create mode 100644 ReMM-v2.1-L2-13B.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0c66d39 --- /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 +imatrix.dat filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +ReMM-v2.1-L2-13B.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..881f023 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: Undi95/ReMM-v2.1-L2-13B +language: +- en +library_name: transformers +license: cc-by-nc-4.0 +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/Undi95/ReMM-v2.1-L2-13B + + +static quants are available at https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-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/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ1_S.gguf) | i1-IQ1_S | 3.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ1_M.gguf) | i1-IQ1_M | 3.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ2_S.gguf) | i1-IQ2_S | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 4.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ2_M.gguf) | i1-IQ2_M | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q2_K.gguf) | i1-Q2_K | 5.0 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 5.1 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ3_S.gguf) | i1-IQ3_S | 5.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 5.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ3_M.gguf) | i1-IQ3_M | 6.1 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 6.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 7.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 7.1 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 7.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q4_0.gguf) | i1-Q4_0 | 7.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 7.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 8.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q4_1.gguf) | i1-Q4_1 | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 9.1 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 9.3 | | +| [GGUF](https://huggingface.co/mradermacher/ReMM-v2.1-L2-13B-i1-GGUF/resolve/main/ReMM-v2.1-L2-13B.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/ReMM-v2.1-L2-13B.i1-IQ1_M.gguf b/ReMM-v2.1-L2-13B.i1-IQ1_M.gguf new file mode 100644 index 0000000..d9d1347 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0383fc8145ada75b349312dd24ad7676e900b9b03354edcb009e532b40453ac7 +size 3138610048 diff --git a/ReMM-v2.1-L2-13B.i1-IQ1_S.gguf b/ReMM-v2.1-L2-13B.i1-IQ1_S.gguf new file mode 100644 index 0000000..ecbae53 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621c74e894034604986ee6c1165f2246661be983b43bb8141076386a283e53e6 +size 2898686848 diff --git a/ReMM-v2.1-L2-13B.i1-IQ2_M.gguf b/ReMM-v2.1-L2-13B.i1-IQ2_M.gguf new file mode 100644 index 0000000..0d2e190 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67da84afecece37c1b82266e37cf745d508b79d0edb7d8eff874dc13c6e18e0 +size 4517579648 diff --git a/ReMM-v2.1-L2-13B.i1-IQ2_S.gguf b/ReMM-v2.1-L2-13B.i1-IQ2_S.gguf new file mode 100644 index 0000000..9c262ef --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda04306300b555a3b03a5750fe1d4d82ee68a7921e7b0185018b73f184a2b67 +size 4197682048 diff --git a/ReMM-v2.1-L2-13B.i1-IQ2_XS.gguf b/ReMM-v2.1-L2-13B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..bd7eae7 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79dbb51d7583b170a48568940096138477f1aa28aacc06d25c39dce770fa6b4 +size 3891147648 diff --git a/ReMM-v2.1-L2-13B.i1-IQ2_XXS.gguf b/ReMM-v2.1-L2-13B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..6f7dc71 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd3afa74d09e3ff8fae209ef0e72343b39a5d3b46d726d7a6555349a7be639f +size 3538482048 diff --git a/ReMM-v2.1-L2-13B.i1-IQ3_M.gguf b/ReMM-v2.1-L2-13B.i1-IQ3_M.gguf new file mode 100644 index 0000000..32d2ca3 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38804954800c08b78522282ca76b3e7894b8939182ebb9dfb0f5e509eae257e3 +size 5984510848 diff --git a/ReMM-v2.1-L2-13B.i1-IQ3_S.gguf b/ReMM-v2.1-L2-13B.i1-IQ3_S.gguf new file mode 100644 index 0000000..3fac429 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19ab447b916d427300ac70f6447cff9e62a006b98e1d92632ca8c26d260190d +size 5658981248 diff --git a/ReMM-v2.1-L2-13B.i1-IQ3_XS.gguf b/ReMM-v2.1-L2-13B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..c134e0b --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5339900e8727717688e89745271f3bf31002d49a7d0bb7190575afaf5b7c324d +size 5361611648 diff --git a/ReMM-v2.1-L2-13B.i1-IQ3_XXS.gguf b/ReMM-v2.1-L2-13B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..aa32a12 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4285430cb23212df0e2e061f57191b9dc2294ead1823af4cb8926b2105feff +size 4960562048 diff --git a/ReMM-v2.1-L2-13B.i1-IQ4_NL.gguf b/ReMM-v2.1-L2-13B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..61341a6 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ea96cac26ca3a7f9dbdd313dca49eb1be599e573b60c83105c616c0e3dffca +size 7365835648 diff --git a/ReMM-v2.1-L2-13B.i1-IQ4_XS.gguf b/ReMM-v2.1-L2-13B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..e9803c6 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0086802690493b9f924e7a86d7e842d1bfe824e4aba294b1d860a424182a8cb +size 6964222848 diff --git a/ReMM-v2.1-L2-13B.i1-Q2_K.gguf b/ReMM-v2.1-L2-13B.i1-Q2_K.gguf new file mode 100644 index 0000000..5edab8b --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d6c4d05436ff98be26314948bd3a4724d0275e3797dad6195908c9c1e3d7409 +size 4854270848 diff --git a/ReMM-v2.1-L2-13B.i1-Q2_K_S.gguf b/ReMM-v2.1-L2-13B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..ca0dfe0 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143516500dc21d2735c8a51fd870973be6940b47cb616e9745e809ccf25a850c +size 4436683648 diff --git a/ReMM-v2.1-L2-13B.i1-Q3_K_L.gguf b/ReMM-v2.1-L2-13B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..06ae431 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb18868e9da82a4b2fe74a55678344a3838f91347f01c3c8ec00854ca8e34976 +size 6929560448 diff --git a/ReMM-v2.1-L2-13B.i1-Q3_K_M.gguf b/ReMM-v2.1-L2-13B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..ff0fa3e --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69880cbaf597d436aad5ff1c189e2506a5e2f66a58f0abaa59aa3dbb87971d08 +size 6337770368 diff --git a/ReMM-v2.1-L2-13B.i1-Q3_K_S.gguf b/ReMM-v2.1-L2-13B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..e5640a0 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57180f50b93cad079d17fd98a7ba98b488527df0593dd50d3aec843118e081b3 +size 5658981248 diff --git a/ReMM-v2.1-L2-13B.i1-Q4_0.gguf b/ReMM-v2.1-L2-13B.i1-Q4_0.gguf new file mode 100644 index 0000000..ef28815 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3bec0f5ea5f41b21809a8b7de742ac38ac6f240dd483151f5d7b4772a6ee66 +size 7387954048 diff --git a/ReMM-v2.1-L2-13B.i1-Q4_1.gguf b/ReMM-v2.1-L2-13B.i1-Q4_1.gguf new file mode 100644 index 0000000..f5e46a2 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7866863858aa979571dec1dbaaf0877ca82d2cc82062274551434f2ae9f5ffc +size 8169061248 diff --git a/ReMM-v2.1-L2-13B.i1-Q4_K_M.gguf b/ReMM-v2.1-L2-13B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..7fed315 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276f19cc2a2bf13cb9ce94f1b54fdcc86d1f2241ff3cd769b47ac16bd3f4c248 +size 7865957248 diff --git a/ReMM-v2.1-L2-13B.i1-Q4_K_S.gguf b/ReMM-v2.1-L2-13B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..c95f243 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427757ff177ed2443ff3e590f3f5319898dcedd4101ecaa9250e1761cbeb685f +size 7423179648 diff --git a/ReMM-v2.1-L2-13B.i1-Q5_K_M.gguf b/ReMM-v2.1-L2-13B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..43b57ce --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db17f510c73ce6035688032998e831db09f7c4196a5a8b6788191c593ed8f84e +size 9229925248 diff --git a/ReMM-v2.1-L2-13B.i1-Q5_K_S.gguf b/ReMM-v2.1-L2-13B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..7652650 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70faf90db0abf5092c18b513990e42e85a37569c0eaacf2e5c037e248e408b62 +size 8972286848 diff --git a/ReMM-v2.1-L2-13B.i1-Q6_K.gguf b/ReMM-v2.1-L2-13B.i1-Q6_K.gguf new file mode 100644 index 0000000..e64a4b3 --- /dev/null +++ b/ReMM-v2.1-L2-13B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43ae49777ba18e2801a5a38e366f5d015b8b52903c7daaabd18f425fe50b377 +size 10679141248 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..a6c9032 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb5f1234555394177cea77b2bb13f3a6e705150d59c53afce65d568d527d608 +size 7136325