From 5e0dadc01c2733cf7972986d81493731f104bce2 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Tue, 21 Apr 2026 21:23:57 +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/MindCube-Qwen2.5VL-reasoning-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++ MindCube-Qwen2.5VL-reasoning.i1-IQ1_M.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ1_S.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ2_M.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ2_S.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ2_XS.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ2_XXS.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ3_M.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ3_S.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ3_XS.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ3_XXS.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ4_NL.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-IQ4_XS.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q2_K.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q2_K_S.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q3_K_L.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q3_K_M.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q3_K_S.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q4_0.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q4_1.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q4_K_M.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q4_K_S.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q5_K_M.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q5_K_S.gguf | 3 + MindCube-Qwen2.5VL-reasoning.i1-Q6_K.gguf | 3 + README.md | 75 ++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 210 insertions(+) create mode 100644 .gitattributes create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ1_M.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ1_S.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ2_M.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ2_S.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ2_XS.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ2_XXS.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ3_M.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ3_S.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ3_XS.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ3_XXS.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ4_NL.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-IQ4_XS.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q2_K.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q2_K_S.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q3_K_L.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q3_K_M.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q3_K_S.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q4_0.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q4_1.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q4_K_M.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q4_K_S.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q5_K_M.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q5_K_S.gguf create mode 100644 MindCube-Qwen2.5VL-reasoning.i1-Q6_K.gguf create mode 100644 README.md create mode 100644 imatrix.dat diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a337f84 --- /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 +MindCube-Qwen2.5VL-reasoning.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +MindCube-Qwen2.5VL-reasoning.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ1_M.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ1_M.gguf new file mode 100644 index 0000000..1bd29ec --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75763003598290cbfe7feee37ebb079550dcabcf7e0840f9d20e864c3ff6506 +size 850026048 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ1_S.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ1_S.gguf new file mode 100644 index 0000000..4f4791d --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec32b9fe8d65c596e631f2c1a9c62327b1d3e6e2d9330b453ade71fdf3b7ce9b +size 791092800 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ2_M.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ2_M.gguf new file mode 100644 index 0000000..e91920d --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122d3231cca2ad343d88dd01190329fa6a062f4fd65dd71b3f55478f75f22f3d +size 1140514368 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ2_S.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ2_S.gguf new file mode 100644 index 0000000..d3fbea1 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6436c490145c15ebc5c4c9db68283aa245cf5670cc188a4846e5934d64578d3 +size 1061936704 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ2_XS.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ2_XS.gguf new file mode 100644 index 0000000..26843f0 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b325937512909c92e199fb483bb18e0709d95802c85cb7d47cec062b747123 +size 1031544384 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ2_XXS.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..900f13e --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df538e4e7f6bb11205031aab6b2d5ef2d3323dd11e17292e7623083c8500a01 +size 948248128 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ3_M.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ3_M.gguf new file mode 100644 index 0000000..d7939fb --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a149e9e6f2a8ad3551dc349d8aef0c7d202614ad6b28226a76bbf04dd8f2f3 +size 1488893504 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ3_S.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ3_S.gguf new file mode 100644 index 0000000..0ab8387 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c29cdae13e3029eddcae6e9daa8015a67828b8cc68ffedae96f824e8b11c1f +size 1456862784 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ3_XS.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ3_XS.gguf new file mode 100644 index 0000000..24cab38 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320628321acaab4b99feab976487a7c603387d4fad6f1bb57a07337fbe2897dd +size 1391834688 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ3_XXS.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..8fd5d08 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c408e6b0dfe659519b3868d689f0ab51dcbf0da2c9b01f6814b7c7f9b7bb6a13 +size 1282825792 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ4_NL.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ4_NL.gguf new file mode 100644 index 0000000..37ef2fa --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c482beb1fc54f76f1f3d042feaffb10ed1a7751c560eb7eb5d2b21074090d877 +size 1825207872 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-IQ4_XS.gguf b/MindCube-Qwen2.5VL-reasoning.i1-IQ4_XS.gguf new file mode 100644 index 0000000..3e7b270 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e960c0fa0bd2bcd46a0d86713ccb2be496e958a923fa4bff068577b5ae103fb +size 1739093568 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q2_K.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q2_K.gguf new file mode 100644 index 0000000..40362d0 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9fff1bf6bb1e646487cb3d7adda7095717cbb580261440403236153f97b3f5a +size 1274754624 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q2_K_S.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q2_K_S.gguf new file mode 100644 index 0000000..e5cb683 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c6647f347ddff2141d4603bbdb0a686d1ceffa3a0fcef2819d6c3d49949700 +size 1198126656 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_L.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_L.gguf new file mode 100644 index 0000000..0ca165b --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7072219d9774128fa8c4a7b7d0296f06d3156bd0f511ab5a5464361295950d5 +size 1707390528 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_M.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_M.gguf new file mode 100644 index 0000000..cd7d546 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd28430a85699e906b485f846dd3c3bfba0dd863d93575c958d6bb92c304444 +size 1590474304 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_S.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_S.gguf new file mode 100644 index 0000000..e9bc658 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2086ec3ea45584259f22f7d2a4256348a927e2e71c111697a7d5734e8b0cc4f5 +size 1454356032 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q4_0.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q4_0.gguf new file mode 100644 index 0000000..92d578f --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745b40d5fa935a03408579bfa93ca05cc08fa1141ec74a948935893852f61f9b +size 1828484672 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q4_1.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q4_1.gguf new file mode 100644 index 0000000..024d776 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54dbe81270221d5c3f517513df7ae69db8c06348a0e531c60c6f9e424715286f +size 1996256832 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q4_K_M.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q4_K_M.gguf new file mode 100644 index 0000000..eec441b --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eced9dfdaf623fc5e9b6603986d459f21fd28bea05c8ee97d61da1e92cd72a3f +size 1929901632 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q4_K_S.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q4_K_S.gguf new file mode 100644 index 0000000..37a9962 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acef4bd6d95809f456f0b30a52546b861fcd39ce9307f9c8eb1d6320f58380d5 +size 1834382912 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q5_K_M.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q5_K_M.gguf new file mode 100644 index 0000000..cae8a98 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bbd598128e47bdc8e3a20774204db8ab2881876e04c1e489a4e0a06913c44e +size 2224813632 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q5_K_S.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q5_K_S.gguf new file mode 100644 index 0000000..70550d7 --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48430194968fa3c940abb8b490567751dd312bcc8171e370676e577e29e4b2bb +size 2169665088 diff --git a/MindCube-Qwen2.5VL-reasoning.i1-Q6_K.gguf b/MindCube-Qwen2.5VL-reasoning.i1-Q6_K.gguf new file mode 100644 index 0000000..8ddd0df --- /dev/null +++ b/MindCube-Qwen2.5VL-reasoning.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de202a7f12e87e92cdd97075e7c625ec756505453da46ef57e9ca18f6a4edae +size 2538157632 diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe68b6a --- /dev/null +++ b/README.md @@ -0,0 +1,75 @@ +--- +base_model: Inevitablevalor/MindCube-Qwen2.5VL-reasoning +language: +- en +library_name: transformers +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/Inevitablevalor/MindCube-Qwen2.5VL-reasoning + + +static quants are available at https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-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/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ1_S.gguf) | i1-IQ1_S | 0.9 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ1_M.gguf) | i1-IQ1_M | 1.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.0 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ2_S.gguf) | i1-IQ2_S | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ2_M.gguf) | i1-IQ2_M | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.3 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q2_K.gguf) | i1-Q2_K | 1.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.5 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.6 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ3_S.gguf) | i1-IQ3_S | 1.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ3_M.gguf) | i1-IQ3_M | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.7 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.8 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ4_XS.gguf) | i1-IQ4_XS | 1.8 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-IQ4_NL.gguf) | i1-IQ4_NL | 1.9 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q4_0.gguf) | i1-Q4_0 | 1.9 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q4_K_S.gguf) | i1-Q4_K_S | 1.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q4_1.gguf) | i1-Q4_1 | 2.1 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/MindCube-Qwen2.5VL-reasoning-i1-GGUF/resolve/main/MindCube-Qwen2.5VL-reasoning.i1-Q6_K.gguf) | i1-Q6_K | 2.6 | 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..b157c3e --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9ebc43cc4d60f8e90cb46624e8258a10667843aaa8905ad6de886a9d1b6321 +size 3362977