From 32e738360cd9caf8605fcdd3009b5ea08fe46521 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 7 Jul 2026 20:59:11 +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/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++ README.md | 93 +++++++++++++++++++ SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_M.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_S.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_M.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_S.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XS.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XXS.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_M.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_S.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XS.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XXS.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_NL.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_XS.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K_S.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_L.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_M.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_S.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_0.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_1.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_M.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_S.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_M.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_S.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q6_K.gguf | 3 + SynthAgent-SFT-UI-TARS-1.5-7B.imatrix.gguf | 3 + 27 files changed, 228 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_M.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_S.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_M.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_S.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XS.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XXS.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_M.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_S.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XS.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XXS.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_NL.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_XS.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K_S.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_L.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_M.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_S.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_0.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_1.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_M.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_S.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_M.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_S.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q6_K.gguf create mode 100644 SynthAgent-SFT-UI-TARS-1.5-7B.imatrix.gguf diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..025f150 --- /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 +SynthAgent-SFT-UI-TARS-1.5-7B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +SynthAgent-SFT-UI-TARS-1.5-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..2e67184 --- /dev/null +++ b/README.md @@ -0,0 +1,93 @@ +--- +base_model: ChilleD/SynthAgent-SFT-UI-TARS-1.5-7B +language: +- en +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- web-agent +- synthetic-data +- webarena +- agent +- synthesis +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/ChilleD/SynthAgent-SFT-UI-TARS-1.5-7B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-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/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_S.gguf) | i1-IQ1_S | 2.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_M.gguf) | i1-IQ2_M | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.9 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K.gguf) | i1-Q2_K | 3.1 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.7 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.9 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.2 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.3 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_0.gguf) | i1-Q4_0 | 4.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.8 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_1.gguf) | i1-Q4_1 | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.4 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/SynthAgent-SFT-UI-TARS-1.5-7B-i1-GGUF/resolve/main/SynthAgent-SFT-UI-TARS-1.5-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/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_M.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_M.gguf new file mode 100644 index 0000000..6ad489a --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e1e96fda9e2f9b5bb40f942921a77aeff8a091bffded00f0b0fe2f5480a4a7 +size 2042195424 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_S.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_S.gguf new file mode 100644 index 0000000..5d61977 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320359d1f8fc5820f8e10eb7411cae2d455718129caea8d806e62b67d6c45f51 +size 1903666656 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_M.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_M.gguf new file mode 100644 index 0000000..b7d14a5 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13065067c66eec117014fd1b53909bc04936bc57b05f318427b15144f3da0ad7 +size 2780341728 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_S.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_S.gguf new file mode 100644 index 0000000..cba99bb --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a7c4e6d89a7bb56900b9141047171b97e214ef287b7409c522120963cc269f +size 2595636704 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XS.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..49b67b7 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f88c948f94c619bf7df7ba2e9dc2828c8ba7d4da8ae7b59e1b6507cd5187d7 +size 2469021152 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XXS.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..3ccb58f --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f76c04ec425bbe0c29605d1f9cf79e41955fdc36cd0e6cc5d947dccf36d0667 +size 2273076704 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_M.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_M.gguf new file mode 100644 index 0000000..f6c93bd --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c8088987ee6f4f6faea597fa1f54891b4072a3c040a8fefa4eaec58785325d2 +size 3574011360 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_S.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_S.gguf new file mode 100644 index 0000000..550d0d2 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ec1b300484b9a16f678462255406e2da3184a85c33870e0161da5b96d9f14b +size 3499191776 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XS.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..80bb3bb --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e82ae58014b9a6409924fc6929c587273c1c6c55578debdb6a7f465017606dc +size 3346255328 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XXS.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..44dd158 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21789cb6610bf65f1f3c003b1d69c2797d6e8b74a5db3d97f171c4171a4650b7 +size 3114513888 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_NL.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..f31b49a --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a58e8fe8e905c810f53d7bc26719e379a64f2198a67639f1c5ff032d34152ec +size 4437812704 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_XS.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..8274025 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22af9597d72007619d7fa72e5a238a58473e16953e407ede53e5efefda3cce89 +size 4218471904 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K.gguf new file mode 100644 index 0000000..ce95c59 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b486e9e76f0466279352f2d5a4fb96de11d21ea4fbfb46a21472619075ab0f5f +size 3015939552 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K_S.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..dfbb48b --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5e1f29160e4b859cb083b0529739aa3395648c0a523f55bf9fb6961f2cd273 +size 2834073056 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_L.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..e7b79ac --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb69056bdb52a6fcb4f112fc29a5a993b2239c339f3b2a61f5735b4414c53279 +size 4088458720 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_M.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..d6b0ace --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57efc80ebd917ed1b81a53c33710c3425a1d6e9ba1c01ff445db2ddfba7b8d4 +size 3808390624 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_S.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..5ee7041 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e0489a40b9b5d4d512c6f1d617b54bc66279775a76484f6d65ef9435ccc0e5 +size 3492367840 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_0.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_0.gguf new file mode 100644 index 0000000..2208092 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a553ab37b510cc4c57d095274394e67dc36ad208682a8e9cbc883187125318 +size 4444120544 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_1.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_1.gguf new file mode 100644 index 0000000..389ace8 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519dba911edec484093daeba867181989d773587729c4d846020c59999f319f2 +size 4873283040 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_M.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..12379b3 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe44747cef974b7a1c61c4090951776860a07a08921e315955f23530b4bcf72 +size 4683072992 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_S.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..3caba1c --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d7df5eccf956b7ac7d5deef8bcc8f4c5e9575f82813ade0be9629439d50a46 +size 4457768416 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_M.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..e2f3a89 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed0248426976525078efd32ac34f7b61da7760d179edc50b86caf8c7a0b3a1d +size 5444830688 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_S.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..376be13 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43d6a847b99a20c08c3826599648d77d473a4c0220005aff4be5558d094cc15 +size 5315175904 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q6_K.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q6_K.gguf new file mode 100644 index 0000000..87a244b --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb162bda3bc51e76e91d421c690126f0251683794a029aa0f4f93763231677fd +size 6254198240 diff --git a/SynthAgent-SFT-UI-TARS-1.5-7B.imatrix.gguf b/SynthAgent-SFT-UI-TARS-1.5-7B.imatrix.gguf new file mode 100644 index 0000000..df44ab4 --- /dev/null +++ b/SynthAgent-SFT-UI-TARS-1.5-7B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff9bfd538e921ea6bc7302685b9c00d650e27bc52e20bbf0740ba98a51fd64f +size 4560352