From 9f3e001cb8c19f7162edf9e7cc5780577ad8f9c9 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Thu, 28 May 2026 13:24:18 +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-VL-30B-A3B-Instruct-i1-GGUF Source: Original Platform --- .gitattributes | 59 ++++++++++++++++ Qwen3-VL-30B-A3B-Instruct.i1-IQ1_M.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ1_S.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ2_M.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ2_S.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XS.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XXS.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ3_M.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ3_S.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XS.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XXS.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-IQ4_XS.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q2_K.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q2_K_S.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_L.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_M.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_S.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q4_0.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q4_1.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_M.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_S.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_M.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_S.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.i1-Q6_K.gguf | 3 + Qwen3-VL-30B-A3B-Instruct.imatrix.gguf | 3 + README.md | 86 +++++++++++++++++++++++ 26 files changed, 217 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ1_M.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ1_S.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ2_M.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ2_S.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XS.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XXS.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ3_M.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ3_S.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XS.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XXS.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-IQ4_XS.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q2_K.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q2_K_S.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_L.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_M.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_S.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q4_0.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q4_1.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_M.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_S.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_M.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_S.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.i1-Q6_K.gguf create mode 100644 Qwen3-VL-30B-A3B-Instruct.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b8eed76 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,59 @@ +*.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-VL-30B-A3B-Instruct.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-VL-30B-A3B-Instruct.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ1_M.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ1_M.gguf new file mode 100644 index 0000000..bcc1102 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6d7daa3523165b89e66ce9e15dd82863b9b43ecbd00092ff7ec0a523ee587d +size 7078293152 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ1_S.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ1_S.gguf new file mode 100644 index 0000000..2608efb --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec1e7e030de2c6b9cf27ead05c2127e6efa3e079f378079592d1a48b7ee47d9 +size 6416510624 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_M.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_M.gguf new file mode 100644 index 0000000..5a7087b --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec80df9860c675a16d5a0543dc151e8f189fc9be00f92c93c7e060d8d588d8a5 +size 10169509536 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_S.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_S.gguf new file mode 100644 index 0000000..9771c59 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ee02fc354583fba74c918d99ba4efabee53aac5b88f8c9455752b9fced48bc +size 9287132832 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XS.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XS.gguf new file mode 100644 index 0000000..dfb70f9 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd6cdef5f4237abae36628c3b37f6f24e3054fc5627ed95927051ca7372806c +size 9076223648 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XXS.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..d0b86c9 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c7e3754978b13854e394930f5b9b30fad84400589f2d67e15af5584b52d4105 +size 8181264032 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_M.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_M.gguf new file mode 100644 index 0000000..5ca14f5 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aec7f9d3abae8c12c737a3e4de5d87ac7346fa7794369dfbfa3f80eb4937578 +size 13513064096 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_S.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_S.gguf new file mode 100644 index 0000000..140c3bb --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9205c5a417f1ed7bed04dbdb46ab1a6346d1e888636c9aec8a78c6f06ab01cc4 +size 13299154592 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XS.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XS.gguf new file mode 100644 index 0000000..cc836c9 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70691ccb6cd3dfecf292eea5e4028c2add05bb4806fe488889e3db5eac82dca2 +size 12598443680 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XXS.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..4999dc3 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b692f5507636e359fbd573a58529ce66ae608964b2d12f39d2905620c9be1b76 +size 11849328288 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-IQ4_XS.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-IQ4_XS.gguf new file mode 100644 index 0000000..64958bb --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4808fb8b76d264968e2b9f8a8187df890a9bff0c9876baa79e00e84dbe344c72 +size 16368350880 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q2_K.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q2_K.gguf new file mode 100644 index 0000000..7d520a9 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fef8d90ef82ec0ce334d547785feaca6f8404ed3d65a1dff0edebba3de67da0 +size 11258611360 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q2_K_S.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q2_K_S.gguf new file mode 100644 index 0000000..d1459ee --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a971e57d1a23a774fff4ff33845d456451e5de16a8513a9015b82331e98d792 +size 10519365280 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_L.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_L.gguf new file mode 100644 index 0000000..cad6438 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a893fe43b9ea87dd4b7484cb74b3b5d3abcdc272dcbb46ec0c8c880780a9cfc4 +size 15900671648 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_M.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_M.gguf new file mode 100644 index 0000000..65a496a --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:647a476b5847aae12fd9a52ff92acda4df450776d46ca877d5c638194b09f0bb +size 14711848608 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_S.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_S.gguf new file mode 100644 index 0000000..04d1bba --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219c12c32b8051b68ad6b4aaeb6b8dd99b8108b38c604736f5b6a7a8178e25dc +size 13292469920 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q4_0.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q4_0.gguf new file mode 100644 index 0000000..dc64de6 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b872da89711b2de0bae305fde6f19a9c43ad93af2262404fce1e197c6226766 +size 17379989152 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q4_1.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q4_1.gguf new file mode 100644 index 0000000..5892546 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29814e167aabc364dced6b2ac98c64091b63d128361b0093463a47934fa8f943 +size 19192501920 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_M.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_M.gguf new file mode 100644 index 0000000..82ec51f --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b272b7e3bef5b1a321d8e919f9d15198870c5104f5cafdc1cb1e5f125fc9b7 +size 18556688032 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_S.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_S.gguf new file mode 100644 index 0000000..7001fe9 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d417493f32d77c5116e93d8eb1e64f0531a10ba3110b1ad36aef95aa0e8373f5 +size 17456010912 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_M.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_M.gguf new file mode 100644 index 0000000..097e048 --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba0963b4019da3917bdbd30eeffcd01a5644315d01ecfe34523bdc09fbb6371 +size 21725583008 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_S.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_S.gguf new file mode 100644 index 0000000..c44f6ef --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2c3eee39b9680d671c2a8bd5fa206e16208848ad7881a7be47f2cb9269d91e +size 21080512160 diff --git a/Qwen3-VL-30B-A3B-Instruct.i1-Q6_K.gguf b/Qwen3-VL-30B-A3B-Instruct.i1-Q6_K.gguf new file mode 100644 index 0000000..574002c --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb03a3585b0cbac681add2a77d51338943c603df476c96665d4a3dede58a1d40 +size 25092533920 diff --git a/Qwen3-VL-30B-A3B-Instruct.imatrix.gguf b/Qwen3-VL-30B-A3B-Instruct.imatrix.gguf new file mode 100644 index 0000000..a3caa7a --- /dev/null +++ b/Qwen3-VL-30B-A3B-Instruct.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4e4227b51a92de102dd2bfb82d661f502a60a6bf1e295c555f8adc29ba1830 +size 122029312 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ef74af --- /dev/null +++ b/README.md @@ -0,0 +1,86 @@ +--- +base_model: Qwen/Qwen3-VL-30B-A3B-Instruct +language: +- en +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/Qwen/Qwen3-VL-30B-A3B-Instruct + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-VL-30B-A3B-Instruct-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-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-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ1_S.gguf) | i1-IQ1_S | 6.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ1_M.gguf) | i1-IQ1_M | 7.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_XS.gguf) | i1-IQ2_XS | 9.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_S.gguf) | i1-IQ2_S | 9.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ2_M.gguf) | i1-IQ2_M | 10.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q2_K_S.gguf) | i1-Q2_K_S | 10.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q2_K.gguf) | i1-Q2_K | 11.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 11.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_XS.gguf) | i1-IQ3_XS | 12.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_S.gguf) | i1-Q3_K_S | 13.4 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_S.gguf) | i1-IQ3_S | 13.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ3_M.gguf) | i1-IQ3_M | 13.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_M.gguf) | i1-Q3_K_M | 14.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q3_K_L.gguf) | i1-Q3_K_L | 16.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-IQ4_XS.gguf) | i1-IQ4_XS | 16.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q4_0.gguf) | i1-Q4_0 | 17.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_S.gguf) | i1-Q4_K_S | 17.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q4_K_M.gguf) | i1-Q4_K_M | 18.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q4_1.gguf) | i1-Q4_1 | 19.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_S.gguf) | i1-Q5_K_S | 21.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q5_K_M.gguf) | i1-Q5_K_M | 21.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-VL-30B-A3B-Instruct-i1-GGUF/resolve/main/Qwen3-VL-30B-A3B-Instruct.i1-Q6_K.gguf) | i1-Q6_K | 25.2 | 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. + +