From 2bbef27471522256eeac928a25352937156125d8 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Jul 2026 19:41:09 +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-30B-A3B-YOYO-V2-i1-GGUF Source: Original Platform --- .gitattributes | 59 ++++++++++++++++++ Qwen3-30B-A3B-YOYO-V2.i1-IQ1_M.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ1_S.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ2_M.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ2_S.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XS.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XXS.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ3_M.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ3_S.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XS.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XXS.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-IQ4_XS.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q2_K.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q2_K_S.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_L.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_M.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_S.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q4_0.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q4_1.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_M.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_S.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_M.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_S.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.i1-Q6_K.gguf | 3 + Qwen3-30B-A3B-YOYO-V2.imatrix.gguf | 3 + README.md | 87 +++++++++++++++++++++++++++ 26 files changed, 218 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ1_M.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ1_S.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ2_M.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ2_S.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XS.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XXS.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ3_M.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ3_S.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XS.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XXS.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-IQ4_XS.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q2_K.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q2_K_S.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_L.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_M.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_S.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q4_0.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q4_1.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_M.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_S.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_M.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_S.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.i1-Q6_K.gguf create mode 100644 Qwen3-30B-A3B-YOYO-V2.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..45a4f44 --- /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-30B-A3B-YOYO-V2.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen3-30B-A3B-YOYO-V2.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ1_M.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ1_M.gguf new file mode 100644 index 0000000..c765595 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3822a2abd3a38614819943b427ac22470618f280865177c41b4fe3b8962de45f +size 7077731392 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ1_S.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ1_S.gguf new file mode 100644 index 0000000..1ee6950 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ed4e25184d9d79bf70a72dc9de7770210a142ef3e70a8ee658af77aaede81f +size 6415948864 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_M.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_M.gguf new file mode 100644 index 0000000..b7fe0f8 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e6d4d0e75999a7940a04bc4bde86289d4ce84e7fd10f2b4ad71ec49e0e7320 +size 10168892256 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_S.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_S.gguf new file mode 100644 index 0000000..0e7450e --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0568c6cad4d85b77c14d08d2a9fba5de147d585d905f6cee9b7e6fe6495b9f0d +size 9286515552 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XS.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XS.gguf new file mode 100644 index 0000000..51c61a0 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9781d972457db8d43aad90136ea6e3411c91d026751aa4fe17417e445b2f1b7 +size 9075661888 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XXS.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..97ce9d8 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfda4dd83d97c2b83854a95ae2f15bb91e2450c4b0c0b777d7d93954544885f0 +size 8180702272 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_M.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_M.gguf new file mode 100644 index 0000000..d4c5c4e --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5aaac93622f453e4141ca5f05cd485c6f1c8f51063b53b3a890b810c80dcd60 +size 13512374208 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_S.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_S.gguf new file mode 100644 index 0000000..872d890 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d846dceeb131d5cbb8b2fd2f5d4f358334c7d5029b54acdb5a72fdac4fffba66 +size 13298464704 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XS.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XS.gguf new file mode 100644 index 0000000..68d5ca5 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1801ec8ea49702ed9180510ce38b926fa62fbf143bf9aba8b6fd38bac24718 +size 12597753792 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XXS.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..42b4bb2 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bfc4c5884ddd6557dbf198f9f0682ded6c151896c12b26dd454a52f190e886 +size 11848711008 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-IQ4_XS.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-IQ4_XS.gguf new file mode 100644 index 0000000..a53d0e5 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f0201339053e83dc5d27881c1a762e09d6caf53b842c914717db98e4857958 +size 16367605440 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q2_K.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q2_K.gguf new file mode 100644 index 0000000..f96c3e2 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5796f34b0662609ccaf05db6069200a6cc8e9a086ba346925986b72e1548a621 +size 11257976992 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q2_K_S.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q2_K_S.gguf new file mode 100644 index 0000000..a90fb4e --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e04b13f2997ee9e0dfdbc82b9ab9239bcc4ed9012e647ff40449add56612ea0 +size 10518730912 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_L.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_L.gguf new file mode 100644 index 0000000..b752be0 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffee205bb211ae405923b4d4db8aa9589c1f33d90e0bb32832a09c75ca621d52 +size 15899981760 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_M.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_M.gguf new file mode 100644 index 0000000..d94a6a4 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d925fb183f58d276d0efd9bb55ccc7e32a79ffbbd58b1a9020a719738a4b898 +size 14711158720 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_S.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_S.gguf new file mode 100644 index 0000000..25b056c --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2963bc6f0329618e242a221dc79d03696fd9f6a387aac8fbb33155fc886a0f92 +size 13291780032 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q4_0.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q4_0.gguf new file mode 100644 index 0000000..19bfb30 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e51baeca6e5dc9f181a3e5ce9c200a26c5143f5a685394d6de37bc0aa17eb0 +size 17379226624 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q4_1.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q4_1.gguf new file mode 100644 index 0000000..0823ca4 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52aa0d843cbd97d4490cab0ff070829c061c7d970be2a6e9d1b2971d77bc32f +size 19191705216 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_M.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_M.gguf new file mode 100644 index 0000000..8c19e40 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd06860b00310851bc0ed37a96e8fd975c5a360539b6d580d2f6307d00cacf9 +size 18555925504 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_S.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_S.gguf new file mode 100644 index 0000000..11b10e3 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926e7e0e6606cedea8a60dd8712d61799694837910c11d5855b999d5f2fdafd2 +size 17455248384 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_M.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_M.gguf new file mode 100644 index 0000000..03c8711 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3379295c886acdcf663893ec1114f255d2efb7b0d80cbee1a8bea75ed7f9e434 +size 21724752128 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_S.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_S.gguf new file mode 100644 index 0000000..5151332 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e97ca3fc0b6d1dacf6da2a6b3881d5f95bc1e0c61b655a5cf4b8ad9ca185c6c +size 21079681280 diff --git a/Qwen3-30B-A3B-YOYO-V2.i1-Q6_K.gguf b/Qwen3-30B-A3B-YOYO-V2.i1-Q6_K.gguf new file mode 100644 index 0000000..8ce103d --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb58910faaeee8c0493ac2abd3cfc4eab7ab566c181d3c4e984202053ea21c01 +size 25091630432 diff --git a/Qwen3-30B-A3B-YOYO-V2.imatrix.gguf b/Qwen3-30B-A3B-YOYO-V2.imatrix.gguf new file mode 100644 index 0000000..44d4d35 --- /dev/null +++ b/Qwen3-30B-A3B-YOYO-V2.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcb0f0ed3ced34c6a645067ab266853e2f37f095ff5b371ae01d5122d2c8f6f +size 122029312 diff --git a/README.md b/README.md new file mode 100644 index 0000000..b919650 --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ +--- +base_model: YOYO-AI/Qwen3-30B-A3B-YOYO-V2 +language: +- en +- zh +library_name: transformers +license: apache-2.0 +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- merge +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/YOYO-AI/Qwen3-30B-A3B-YOYO-V2 + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen3-30B-A3B-YOYO-V2-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-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-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.imatrix.gguf) | imatrix | 0.2 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ1_S.gguf) | i1-IQ1_S | 6.5 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ1_M.gguf) | i1-IQ1_M | 7.2 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 8.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_XS.gguf) | i1-IQ2_XS | 9.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_S.gguf) | i1-IQ2_S | 9.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ2_M.gguf) | i1-IQ2_M | 10.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q2_K_S.gguf) | i1-Q2_K_S | 10.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q2_K.gguf) | i1-Q2_K | 11.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 11.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_XS.gguf) | i1-IQ3_XS | 12.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_S.gguf) | i1-Q3_K_S | 13.4 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_S.gguf) | i1-IQ3_S | 13.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ3_M.gguf) | i1-IQ3_M | 13.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_M.gguf) | i1-Q3_K_M | 14.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q3_K_L.gguf) | i1-Q3_K_L | 16.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-IQ4_XS.gguf) | i1-IQ4_XS | 16.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q4_0.gguf) | i1-Q4_0 | 17.5 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_S.gguf) | i1-Q4_K_S | 17.6 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q4_K_M.gguf) | i1-Q4_K_M | 18.7 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q4_1.gguf) | i1-Q4_1 | 19.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_S.gguf) | i1-Q5_K_S | 21.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.i1-Q5_K_M.gguf) | i1-Q5_K_M | 21.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen3-30B-A3B-YOYO-V2-i1-GGUF/resolve/main/Qwen3-30B-A3B-YOYO-V2.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. + +