From be2f8f718eb8625a2cf150eeaa119ba6019ff77d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 19 Apr 2026 09:37:51 +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/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++ README.md | 87 +++++++++++++++++++ imatrix.dat | 3 + ...truct-spatial-information-v1.i1-IQ1_M.gguf | 3 + ...truct-spatial-information-v1.i1-IQ1_S.gguf | 3 + ...truct-spatial-information-v1.i1-IQ2_M.gguf | 3 + ...truct-spatial-information-v1.i1-IQ2_S.gguf | 3 + ...ruct-spatial-information-v1.i1-IQ2_XS.gguf | 3 + ...uct-spatial-information-v1.i1-IQ2_XXS.gguf | 3 + ...truct-spatial-information-v1.i1-IQ3_M.gguf | 3 + ...truct-spatial-information-v1.i1-IQ3_S.gguf | 3 + ...ruct-spatial-information-v1.i1-IQ3_XS.gguf | 3 + ...uct-spatial-information-v1.i1-IQ3_XXS.gguf | 3 + ...ruct-spatial-information-v1.i1-IQ4_NL.gguf | 3 + ...ruct-spatial-information-v1.i1-IQ4_XS.gguf | 3 + ...struct-spatial-information-v1.i1-Q2_K.gguf | 3 + ...ruct-spatial-information-v1.i1-Q2_K_S.gguf | 3 + ...ruct-spatial-information-v1.i1-Q3_K_L.gguf | 3 + ...ruct-spatial-information-v1.i1-Q3_K_M.gguf | 3 + ...ruct-spatial-information-v1.i1-Q3_K_S.gguf | 3 + ...struct-spatial-information-v1.i1-Q4_0.gguf | 3 + ...struct-spatial-information-v1.i1-Q4_1.gguf | 3 + ...ruct-spatial-information-v1.i1-Q4_K_M.gguf | 3 + ...ruct-spatial-information-v1.i1-Q4_K_S.gguf | 3 + ...ruct-spatial-information-v1.i1-Q5_K_M.gguf | 3 + ...ruct-spatial-information-v1.i1-Q5_K_S.gguf | 3 + ...struct-spatial-information-v1.i1-Q6_K.gguf | 3 + 27 files changed, 222 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 imatrix.dat create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_M.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_S.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_M.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_S.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XS.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XXS.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_M.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_S.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XS.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XXS.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_NL.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_XS.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K_S.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_L.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_M.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_S.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_0.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_1.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_M.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_S.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_M.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_S.gguf create mode 100644 qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q6_K.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..03bf9e6 --- /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 +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +qwen2vl-model-2b-instruct-spatial-information-v1.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..f2c8654 --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ +--- +base_model: Haziqa/qwen2vl-model-2b-instruct-spatial-information-v1 +language: +- en +library_name: transformers +model_name: qwen2vl-model-2b-instruct-spatial-information-v1 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- generated_from_trainer +- trl +- sft +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/Haziqa/qwen2vl-model-2b-instruct-spatial-information-v1 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-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/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_S.gguf) | i1-IQ1_S | 0.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_M.gguf) | i1-IQ1_M | 0.6 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 0.6 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_S.gguf) | i1-IQ2_S | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_M.gguf) | i1-IQ2_M | 0.7 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 0.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 0.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K.gguf) | i1-Q2_K | 0.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 0.8 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 0.9 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_S.gguf) | i1-IQ3_S | 0.9 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_M.gguf) | i1-IQ3_M | 0.9 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 0.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.0 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_0.gguf) | i1-Q4_0 | 1.0 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.0 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 1.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_1.gguf) | i1-Q4_1 | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/qwen2vl-model-2b-instruct-spatial-information-v1-i1-GGUF/resolve/main/qwen2vl-model-2b-instruct-spatial-information-v1.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/imatrix.dat b/imatrix.dat new file mode 100644 index 0000000..3acb4b5 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e427594ca6661eac5dc2c6fb9c9c66664edd50583ba3a18af81d72abda72110 +size 2042201 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_M.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_M.gguf new file mode 100644 index 0000000..ecb73ab --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899dcd466ae748f14f18345772440edb10c1bdbb49cf7a065c0788c501f64e39 +size 464460544 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_S.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_S.gguf new file mode 100644 index 0000000..06ff296 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b19f669c2d8c9eb2ee04c90e97a247268c1300d95688546b7961ee0e116a24 +size 436526848 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_M.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_M.gguf new file mode 100644 index 0000000..b02bded --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5444da3100cb9847a66bcda1e66054632c2e9071c7567ed99cf224fbea784a5b +size 601053952 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_S.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_S.gguf new file mode 100644 index 0000000..9d8021b --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9031fe07f01cf67672f6daa3a46c453e66ab084d7618207949a3d34c1c66b65 +size 563809024 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XS.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..2246af1 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff4a24288d02f7aa6a298cb57d7b7288470f14819654baff39ff69175c29136 +size 550326016 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XXS.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..c131a8d --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974b16c2a3fd84aaa29691c54fb2168c95e31097473dd536e6327192861f5d39 +size 511016704 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_M.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_M.gguf new file mode 100644 index 0000000..48eab34 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f83f84690d3e6b0148a57538ac6f8f30dc2944de6bdcae06a3930eeed466f0c +size 776663296 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_S.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_S.gguf new file mode 100644 index 0000000..278a943 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e7b7c47cf150ace5e9643e4371f6b30fcb66745a285c0ee90aa8ac6ca99c0a +size 762406144 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XS.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..217118b --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95df120f177d8db54a084ce3922f477ba2439fce300b1713898e17e4b09d6236 +size 731698432 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XXS.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..2ab84e2 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22c1d7223df21057995221cd706ea575ac0d143cac5d36379f3fdc28ac1469c +size 668791552 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_NL.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..96278d8 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc652050c859f8c36b48f6beb5522bc80b12bdc5da0667964d6eaa459c56089 +size 936330496 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_XS.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..434ce41 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b2099874c71155d3cd0c2f1952061fc0c418b810d6b29368e125cf22cb4ac4 +size 895730944 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K.gguf new file mode 100644 index 0000000..9044e50 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d59ff8c598475978793eba531184ec1be700158e69c33e0b0a73de2ffe55182 +size 676304128 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K_S.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..f4142b9 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0ddd53780bcd6e8b9ed2c72978658ac6d8c8198a019021e71c8fbad567f831 +size 640134400 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_L.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..fc8620c --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb50119194bdd7adbd7851cb7aea516e9766545093667abe7c55d35c0f9915cb +size 880162048 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_M.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..f54b69e --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f2371cd00fab17b9db7f7cd46ca0151845b1c2336fb695ab24aaeffdc27468 +size 824177920 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_S.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..95a4185 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02983e316fdb218e598d5c3cdd4f228b59e932f51284a7afae080ad458e3194 +size 760943872 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_0.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_0.gguf new file mode 100644 index 0000000..39bf6a5 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be2118854d9eb0c99d0bc4699cf9756dc227864a252bcec19dfdffc6e710172 +size 937534720 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_1.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_1.gguf new file mode 100644 index 0000000..2df023d --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d12e900767f39df76740c47ba28519fafa1bd85e4c15104cd05a3c3934c63f0 +size 1016841472 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_M.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..c1791a7 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ec1fd326d0850bd170aa580dbe5bf09c9d2b791037dd41954b15bd01222151 +size 986047744 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_S.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..ed7b972 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f00647aeaccefb91acd9e4c526e3a026faa0baed92eaae6d79d614f0dc9dc16 +size 940311808 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_M.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..9fadc2d --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65636fd1ffc1dc7e2ee581005881df134f4c07ed8da1275f8c5aa6c1dd13cbe6 +size 1125049600 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_S.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..5d3e5c6 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59cc6f2d51ac21e74cf1a04802b3925d13498ca57a8f05d7b9be3b80a25b3c3 +size 1098728704 diff --git a/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q6_K.gguf b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q6_K.gguf new file mode 100644 index 0000000..29a4a24 --- /dev/null +++ b/qwen2vl-model-2b-instruct-spatial-information-v1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecf625d450dc9f03b6466a33b6e4adfe1940613b1f97563e6f6fc775815de0b +size 1272739072