From 10e1c489acd3d6cf7c785620536e7b1878510e6c Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 10 Jun 2026 08:12: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/VL-Rethinker-7B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++++ README.md | 86 +++++++++++++++++++++++++++++++++ VL-Rethinker-7B.i1-IQ1_M.gguf | 3 ++ VL-Rethinker-7B.i1-IQ1_S.gguf | 3 ++ VL-Rethinker-7B.i1-IQ2_M.gguf | 3 ++ VL-Rethinker-7B.i1-IQ2_S.gguf | 3 ++ VL-Rethinker-7B.i1-IQ2_XS.gguf | 3 ++ VL-Rethinker-7B.i1-IQ2_XXS.gguf | 3 ++ VL-Rethinker-7B.i1-IQ3_M.gguf | 3 ++ VL-Rethinker-7B.i1-IQ3_S.gguf | 3 ++ VL-Rethinker-7B.i1-IQ3_XS.gguf | 3 ++ VL-Rethinker-7B.i1-IQ3_XXS.gguf | 3 ++ VL-Rethinker-7B.i1-IQ4_NL.gguf | 3 ++ VL-Rethinker-7B.i1-IQ4_XS.gguf | 3 ++ VL-Rethinker-7B.i1-Q2_K.gguf | 3 ++ VL-Rethinker-7B.i1-Q2_K_S.gguf | 3 ++ VL-Rethinker-7B.i1-Q3_K_L.gguf | 3 ++ VL-Rethinker-7B.i1-Q3_K_M.gguf | 3 ++ VL-Rethinker-7B.i1-Q3_K_S.gguf | 3 ++ VL-Rethinker-7B.i1-Q4_0.gguf | 3 ++ VL-Rethinker-7B.i1-Q4_1.gguf | 3 ++ VL-Rethinker-7B.i1-Q4_K_M.gguf | 3 ++ VL-Rethinker-7B.i1-Q4_K_S.gguf | 3 ++ VL-Rethinker-7B.i1-Q5_K_M.gguf | 3 ++ VL-Rethinker-7B.i1-Q5_K_S.gguf | 3 ++ VL-Rethinker-7B.i1-Q6_K.gguf | 3 ++ imatrix.dat | 3 ++ 27 files changed, 221 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 VL-Rethinker-7B.i1-IQ1_M.gguf create mode 100644 VL-Rethinker-7B.i1-IQ1_S.gguf create mode 100644 VL-Rethinker-7B.i1-IQ2_M.gguf create mode 100644 VL-Rethinker-7B.i1-IQ2_S.gguf create mode 100644 VL-Rethinker-7B.i1-IQ2_XS.gguf create mode 100644 VL-Rethinker-7B.i1-IQ2_XXS.gguf create mode 100644 VL-Rethinker-7B.i1-IQ3_M.gguf create mode 100644 VL-Rethinker-7B.i1-IQ3_S.gguf create mode 100644 VL-Rethinker-7B.i1-IQ3_XS.gguf create mode 100644 VL-Rethinker-7B.i1-IQ3_XXS.gguf create mode 100644 VL-Rethinker-7B.i1-IQ4_NL.gguf create mode 100644 VL-Rethinker-7B.i1-IQ4_XS.gguf create mode 100644 VL-Rethinker-7B.i1-Q2_K.gguf create mode 100644 VL-Rethinker-7B.i1-Q2_K_S.gguf create mode 100644 VL-Rethinker-7B.i1-Q3_K_L.gguf create mode 100644 VL-Rethinker-7B.i1-Q3_K_M.gguf create mode 100644 VL-Rethinker-7B.i1-Q3_K_S.gguf create mode 100644 VL-Rethinker-7B.i1-Q4_0.gguf create mode 100644 VL-Rethinker-7B.i1-Q4_1.gguf create mode 100644 VL-Rethinker-7B.i1-Q4_K_M.gguf create mode 100644 VL-Rethinker-7B.i1-Q4_K_S.gguf create mode 100644 VL-Rethinker-7B.i1-Q5_K_M.gguf create mode 100644 VL-Rethinker-7B.i1-Q5_K_S.gguf create mode 100644 VL-Rethinker-7B.i1-Q6_K.gguf create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fd17d66 --- /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 +VL-Rethinker-7B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +VL-Rethinker-7B.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..06e2d44 --- /dev/null +++ b/README.md @@ -0,0 +1,86 @@ +--- +base_model: TIGER-Lab/VL-Rethinker-7B +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- transformers +- multimodal +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/TIGER-Lab/VL-Rethinker-7B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#VL-Rethinker-7B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/VL-Rethinker-7B-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/VL-Rethinker-7B-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/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.9 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q4_1.gguf) | i1-Q4_1 | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/VL-Rethinker-7B-i1-GGUF/resolve/main/VL-Rethinker-7B.i1-Q6_K.gguf) | i1-Q6_K | 6.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/VL-Rethinker-7B.i1-IQ1_M.gguf b/VL-Rethinker-7B.i1-IQ1_M.gguf new file mode 100644 index 0000000..393da66 --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f756d3f892eb202958529c7c26d74247df71f1eca77819c8a9990dc505cf0b12 +size 2042196512 diff --git a/VL-Rethinker-7B.i1-IQ1_S.gguf b/VL-Rethinker-7B.i1-IQ1_S.gguf new file mode 100644 index 0000000..d3c27cc --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761d5dd5bc79267fa94e8173e2fca87f9c8da93d4052652c8b5e6f487b556bf4 +size 1903667744 diff --git a/VL-Rethinker-7B.i1-IQ2_M.gguf b/VL-Rethinker-7B.i1-IQ2_M.gguf new file mode 100644 index 0000000..a436633 --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:debecc122acb13160abb5d09d6865d457b4351c1fb040c5849418ed1a8867d5c +size 2780342816 diff --git a/VL-Rethinker-7B.i1-IQ2_S.gguf b/VL-Rethinker-7B.i1-IQ2_S.gguf new file mode 100644 index 0000000..a40098d --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8150858949cd48295099e4c66a995d5ac7b1cfb4481a96c6b671bba12a426ebe +size 2595637792 diff --git a/VL-Rethinker-7B.i1-IQ2_XS.gguf b/VL-Rethinker-7B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..0ead59e --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f207c9b0565dc0fd4d2301caf4325375da8d5218879a56e034f44e58fa612e29 +size 2469022240 diff --git a/VL-Rethinker-7B.i1-IQ2_XXS.gguf b/VL-Rethinker-7B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..9350cb1 --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78a5221107b7598dbf3f11d21dd894d4f4d1595736a9e949ca06e57bd412651 +size 2273077792 diff --git a/VL-Rethinker-7B.i1-IQ3_M.gguf b/VL-Rethinker-7B.i1-IQ3_M.gguf new file mode 100644 index 0000000..1ddef14 --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc27ee111b837515fe4dd54bdaa2b88062c98d6cb76eee7691dae521a37a8622 +size 3574012448 diff --git a/VL-Rethinker-7B.i1-IQ3_S.gguf b/VL-Rethinker-7B.i1-IQ3_S.gguf new file mode 100644 index 0000000..14299d8 --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba37179005ba44de6d2f1a17583124e6fed24dae9ea3fd057b6208053310900 +size 3499192864 diff --git a/VL-Rethinker-7B.i1-IQ3_XS.gguf b/VL-Rethinker-7B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..6845ce5 --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8aa9530b66987b89ef3eafc61e4999fc3b449ee0ecd0443d72a0c010f18b05 +size 3346256416 diff --git a/VL-Rethinker-7B.i1-IQ3_XXS.gguf b/VL-Rethinker-7B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..cedb9b8 --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4665b51d2c9602f85f144249b438ca0cdb9408973d6fdc340142e073d42d6316 +size 3114514976 diff --git a/VL-Rethinker-7B.i1-IQ4_NL.gguf b/VL-Rethinker-7B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..b5d01b8 --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b21afccb777d67914c9c4ef25d0e29111ec82358485725526b1058c829c6054 +size 4437813792 diff --git a/VL-Rethinker-7B.i1-IQ4_XS.gguf b/VL-Rethinker-7B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8ee1e38 --- /dev/null +++ b/VL-Rethinker-7B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83ee4a6e88e1acd8a9ae8dabdc70883d7f99050df88f0745a6fd6ee7737aa4a +size 4218472992 diff --git a/VL-Rethinker-7B.i1-Q2_K.gguf b/VL-Rethinker-7B.i1-Q2_K.gguf new file mode 100644 index 0000000..7acaa27 --- /dev/null +++ b/VL-Rethinker-7B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b527e3adbce0e9c0b4a8106e4e796b2e629128e4e369978bb3463299b6fe0b57 +size 3015940640 diff --git a/VL-Rethinker-7B.i1-Q2_K_S.gguf b/VL-Rethinker-7B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..353826b --- /dev/null +++ b/VL-Rethinker-7B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad8f116dee84bda1a19b3a05b4f35961d3b6e3d1fbf0ad6fc2d15eef98633dd0 +size 2834074144 diff --git a/VL-Rethinker-7B.i1-Q3_K_L.gguf b/VL-Rethinker-7B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..adf7be5 --- /dev/null +++ b/VL-Rethinker-7B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ffe7893a23e5598d786fe461b8899400991a9aa758ece391fa536749e325f2 +size 4088459808 diff --git a/VL-Rethinker-7B.i1-Q3_K_M.gguf b/VL-Rethinker-7B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..fa70150 --- /dev/null +++ b/VL-Rethinker-7B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1543a1019fc8ff5e743573680de7dddbee9a76d7915026a35beae8c480cbc447 +size 3808391712 diff --git a/VL-Rethinker-7B.i1-Q3_K_S.gguf b/VL-Rethinker-7B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c7df4b2 --- /dev/null +++ b/VL-Rethinker-7B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3ec0f4d42dd7f670ab4a42bec2e78621152388fb7bf2180fac6d6a3e512727 +size 3492368928 diff --git a/VL-Rethinker-7B.i1-Q4_0.gguf b/VL-Rethinker-7B.i1-Q4_0.gguf new file mode 100644 index 0000000..594dcea --- /dev/null +++ b/VL-Rethinker-7B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd39e50f7b5c10413f62a7b5a3cc0e28c43d3226f36a45f6679428184355590d +size 4444121632 diff --git a/VL-Rethinker-7B.i1-Q4_1.gguf b/VL-Rethinker-7B.i1-Q4_1.gguf new file mode 100644 index 0000000..04a282b --- /dev/null +++ b/VL-Rethinker-7B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9bf564bceb6f0dd7c38e3e54be68a883593348ba8eb4ef538594f03ad98ef5 +size 4873284128 diff --git a/VL-Rethinker-7B.i1-Q4_K_M.gguf b/VL-Rethinker-7B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..3ac70f5 --- /dev/null +++ b/VL-Rethinker-7B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e667fea0d76ef59709cc8afd31d43b3423adc2ea4579742689805405758dd6e1 +size 4683074080 diff --git a/VL-Rethinker-7B.i1-Q4_K_S.gguf b/VL-Rethinker-7B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..eddbd1c --- /dev/null +++ b/VL-Rethinker-7B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fc04934845bce5ceef9197829bdf4b5494498bab51d33632e74efd2b5fb645a +size 4457769504 diff --git a/VL-Rethinker-7B.i1-Q5_K_M.gguf b/VL-Rethinker-7B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..b9d9213 --- /dev/null +++ b/VL-Rethinker-7B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb542e67767e3844598641878e129135bf624d6b66b662d6b7880bfd6c7e24e7 +size 5444831776 diff --git a/VL-Rethinker-7B.i1-Q5_K_S.gguf b/VL-Rethinker-7B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..422bb2a --- /dev/null +++ b/VL-Rethinker-7B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe37e1f616aa500969faab677905a0d96197f45e9d02109e971d279aae08954 +size 5315176992 diff --git a/VL-Rethinker-7B.i1-Q6_K.gguf b/VL-Rethinker-7B.i1-Q6_K.gguf new file mode 100644 index 0000000..139a3b1 --- /dev/null +++ b/VL-Rethinker-7B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133be4efd4bd7b46cb3172fb713e14f2ac0e8c62a9477350bfc6b057e8ed5c97 +size 6254199328 diff --git a/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..85823d6 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd43d234e010fa511fa0c1f9f1eceefbd4c2f0b3b39eec164056e74c14e5c9ce +size 4536665