From ea0681e3422aaceec5ec52c8ef3c002af8278bca Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 28 May 2026 13:00:20 +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/Qwen3-VLTO-4B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++ Qwen3-VLTO-4B-Instruct.i1-IQ1_M.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ1_S.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ2_M.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ2_S.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ2_XS.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ2_XXS.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ3_M.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ3_S.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ3_XS.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ3_XXS.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ4_NL.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-IQ4_XS.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q2_K.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q2_K_S.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q3_K_L.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q3_K_M.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q3_K_S.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q4_0.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q4_1.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q4_K_M.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q4_K_S.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q5_K_M.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q5_K_S.gguf | 3 + Qwen3-VLTO-4B-Instruct.i1-Q6_K.gguf | 3 + Qwen3-VLTO-4B-Instruct.imatrix.gguf | 3 + README.md | 84 ++++++++++++++++++++++++++ 27 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ1_M.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ1_S.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ2_M.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ2_S.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ2_XS.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ2_XXS.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ3_M.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ3_S.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ3_XS.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ3_XXS.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ4_NL.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-IQ4_XS.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q2_K.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q2_K_S.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q3_K_L.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q3_K_M.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q3_K_S.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q4_0.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q4_1.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q4_K_M.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q4_K_S.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q5_K_M.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q5_K_S.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.i1-Q6_K.gguf create mode 100644 Qwen3-VLTO-4B-Instruct.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e2e2289 --- /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 +Qwen3-VLTO-4B-Instruct.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VLTO-4B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ1_M.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..85cb027 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b77dfc80ed89f692e6d6867c9446ce8352e0355b90af9f0a55975f1e0ef655b +size 1127016800 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ1_S.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..8ecec53 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a87600c146e1a88b8acddcda25e8212b7b18a41868464ffdbdfa7208c23cc3 +size 1055254880 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ2_M.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..a83b2f3 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3013911cdf01844a4c42a1b9ddb0fd5d7c6d2864c15a3a306ac28c8574519c +size 1512982880 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ2_S.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..a8ca3a9 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029cca03d725cfb895aa2d11269b4b0546fc8ea57b4e6c18f9baac13efc43870 +size 1417300320 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ2_XS.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..f312b9a --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d77e575a7fbe3605cf6538d2ba46002e0e9584e555046d775299f7b04efde2e +size 1354099040 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ2_XXS.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..670ac7e --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a19c40688c956e54ae56557f9ea65b5b8e7b862903511276fb6a0b1fb893fd +size 1246620000 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ3_M.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..0eb4863 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f06e8e314cf0e5a889307aad28ddef73db73152ff02bda570fd81e18c89d807 +size 1962895200 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ3_S.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..68e1920 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0790cfe8002ad279b8ff797fa3174216d34fb4c15f8a625dd89631b3ca64e1fa +size 1899530080 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ3_XS.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..7c36419 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed45c39f3b7604768115ffcd32aebe055a22cf4458eb17d59934c279ea38f512 +size 1814374240 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ3_XXS.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..d466d1d --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab651585efcfe558c2597bcdae5fe5463630c637f93ee23547012c26ff8857ac +size 1670187360 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ4_NL.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ4_NL.gguf new file mode 100644 index 0000000..690cd1e --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba23f0c6bbace9dbe77de662f46ea92c204096344f504baaedc42cfb5585ee3 +size 2381342560 diff --git a/Qwen3-VLTO-4B-Instruct.i1-IQ4_XS.gguf b/Qwen3-VLTO-4B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..5a51f5e --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8cf28ae46d280290fe4fd6b7c317853525b38eed6c0883f8ed03993cd6441f +size 2270750560 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q2_K.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..42bf160 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ce97c0d370f766cad749d7be2ffa196aa177cd0e5c0ff467781fffb36f613c +size 1669498720 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q2_K_S.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..eb9e645 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5ddb73a7773f23f153986a73f09be730ff94c453c11630071ce4e9628a64e1 +size 1563453280 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q3_K_L.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..cd8aeb6 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f7e68368b1ddd9e1f9b77e20c1946780fbb77882e8d4a727a2b7f64d4d4ca6 +size 2239784800 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q3_K_M.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..81b80ca --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b68049c7a0fc4f4b9e60a23c939283138642aa360d9d9a0f038115955a6d9a73 +size 2075617120 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q3_K_S.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..2934a8d --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a82ce42bd40913e404bf407771101fd2b838c8159775bc309a3bd8ab1389af +size 1886996320 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q4_0.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..ddce286 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c1dc808485f61481e1ca942d916aa2447e03e47589aa9c7672866d4d2836d3 +size 2375772000 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q4_1.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..f742b1d --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598539e6124411f9eb28a481816560ede8edc7ff33e2406d9e5c852c4f223bed +size 2596628320 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q4_K_M.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..5d1dae8 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7ba79611409d5e307da6a2bffff9f6e58981cea3fcdc2256af4900ec556b2c +size 2497279840 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q4_K_S.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..e3c1a97 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6bbb636c90a7ef2a39fa9959a2f82574f8ab87f67c479bfb8bf60a09df8027 +size 2383308640 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q5_K_M.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..cf09f54 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1b99ac808581b1b9b543b86da4e63a2899cb12192401a0c87179016fa1cd55 +size 2889512800 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q5_K_S.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..1712512 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0006675daef0b6788a6a351cb224ef6f37cc0930d162b240bf4cf7d54af20a2e +size 2823710560 diff --git a/Qwen3-VLTO-4B-Instruct.i1-Q6_K.gguf b/Qwen3-VLTO-4B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..0c483b2 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75926b0495022f2b67e71af5a94a4fdd58b40a6e1fcf120769b73c8c60ff13e +size 3306260320 diff --git a/Qwen3-VLTO-4B-Instruct.imatrix.gguf b/Qwen3-VLTO-4B-Instruct.imatrix.gguf new file mode 100644 index 0000000..5817863 --- /dev/null +++ b/Qwen3-VLTO-4B-Instruct.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ddcf614e9be5b9c19926a7e8382320b99cc8d09c9c8d5de2337c970b343de0 +size 3872640 diff --git a/README.md b/README.md new file mode 100644 index 0000000..05662c2 --- /dev/null +++ b/README.md @@ -0,0 +1,84 @@ +--- +base_model: qingy2024/Qwen3-VLTO-4B-Instruct +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/qingy2024/Qwen3-VLTO-4B-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-VLTO-4B-Instruct-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-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/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 1.2 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 1.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.7 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 1.8 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.8 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 2.0 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 2.0 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 2.2 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 2.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 2.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.5 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.5 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VLTO-4B-Instruct-i1-GGUF/resolve/main/Qwen3-VLTO-4B-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 3.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. + +