From a1159789a6daac3b53542d5aa2909e52d686e88d Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 31 May 2026 01:34:17 +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/InternVL2_5-4B-MPO-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++ InternVL2_5-4B-MPO.i1-IQ1_M.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ1_S.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ2_M.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ2_S.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ2_XS.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ2_XXS.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ3_M.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ3_S.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ3_XS.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ3_XXS.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ4_NL.gguf | 3 + InternVL2_5-4B-MPO.i1-IQ4_XS.gguf | 3 + InternVL2_5-4B-MPO.i1-Q2_K.gguf | 3 + InternVL2_5-4B-MPO.i1-Q2_K_S.gguf | 3 + InternVL2_5-4B-MPO.i1-Q3_K_L.gguf | 3 + InternVL2_5-4B-MPO.i1-Q3_K_M.gguf | 3 + InternVL2_5-4B-MPO.i1-Q3_K_S.gguf | 3 + InternVL2_5-4B-MPO.i1-Q4_0.gguf | 3 + InternVL2_5-4B-MPO.i1-Q4_1.gguf | 3 + InternVL2_5-4B-MPO.i1-Q4_K_M.gguf | 3 + InternVL2_5-4B-MPO.i1-Q4_K_S.gguf | 3 + InternVL2_5-4B-MPO.i1-Q5_K_M.gguf | 3 + InternVL2_5-4B-MPO.i1-Q5_K_S.gguf | 3 + InternVL2_5-4B-MPO.i1-Q6_K.gguf | 3 + README.md | 88 ++++++++++++++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 223 insertions(+) create mode 100644 .gitattributes create mode 100644 InternVL2_5-4B-MPO.i1-IQ1_M.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ1_S.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ2_M.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ2_S.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ2_XS.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ2_XXS.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ3_M.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ3_S.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ3_XS.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ3_XXS.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ4_NL.gguf create mode 100644 InternVL2_5-4B-MPO.i1-IQ4_XS.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q2_K.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q2_K_S.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q3_K_L.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q3_K_M.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q3_K_S.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q4_0.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q4_1.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q4_K_M.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q4_K_S.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q5_K_M.gguf create mode 100644 InternVL2_5-4B-MPO.i1-Q5_K_S.gguf create mode 100644 InternVL2_5-4B-MPO.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..a9260f9 --- /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 +InternVL2_5-4B-MPO.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +InternVL2_5-4B-MPO.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/InternVL2_5-4B-MPO.i1-IQ1_M.gguf b/InternVL2_5-4B-MPO.i1-IQ1_M.gguf new file mode 100644 index 0000000..bd5bc06 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cea69440083e84414fd175f4165a2f2424aac79f4d81e09f737f63a2c5b55a +size 951578208 diff --git a/InternVL2_5-4B-MPO.i1-IQ1_S.gguf b/InternVL2_5-4B-MPO.i1-IQ1_S.gguf new file mode 100644 index 0000000..9e525b5 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54482838cbf484df61caa8fa1913cfd009d7bc9fcaa988205b3b9135c54db910 +size 892644960 diff --git a/InternVL2_5-4B-MPO.i1-IQ2_M.gguf b/InternVL2_5-4B-MPO.i1-IQ2_M.gguf new file mode 100644 index 0000000..bb1a158 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c84fd1ac0c254dbddc9d3acc808ef8623756aba5cf52c21bac3039cd5e5672 +size 1273614720 diff --git a/InternVL2_5-4B-MPO.i1-IQ2_S.gguf b/InternVL2_5-4B-MPO.i1-IQ2_S.gguf new file mode 100644 index 0000000..145f7d7 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece31f712161ffab7438a19332722cb6723f381139a0a4eaf40416d69ac42248 +size 1195037056 diff --git a/InternVL2_5-4B-MPO.i1-IQ2_XS.gguf b/InternVL2_5-4B-MPO.i1-IQ2_XS.gguf new file mode 100644 index 0000000..172f1ce --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b85ecd77ee5264b3ba71c05486aae7c6bf8889cecd985b7a7f00a6c225d27d +size 1133096544 diff --git a/InternVL2_5-4B-MPO.i1-IQ2_XXS.gguf b/InternVL2_5-4B-MPO.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..8f79dbb --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd2be86221365a09851062967cf7d8e8352ccd3738a33f2e3e280b065ee8702 +size 1049800288 diff --git a/InternVL2_5-4B-MPO.i1-IQ3_M.gguf b/InternVL2_5-4B-MPO.i1-IQ3_M.gguf new file mode 100644 index 0000000..d31c1ab --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe9e369d2d19e628a47f8b9162e613905bf09240d08a112893f593202ab3797 +size 1621922592 diff --git a/InternVL2_5-4B-MPO.i1-IQ3_S.gguf b/InternVL2_5-4B-MPO.i1-IQ3_S.gguf new file mode 100644 index 0000000..3dd15ae --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557bd126dc4b721b08affa3646af28bc82254305c30ebb2af4ff6fa3766344d5 +size 1589891872 diff --git a/InternVL2_5-4B-MPO.i1-IQ3_XS.gguf b/InternVL2_5-4B-MPO.i1-IQ3_XS.gguf new file mode 100644 index 0000000..c19eb53 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9faade7f0364ae5694c617d180ac3548276dda37595d0d928542b5b83b326d17 +size 1524863776 diff --git a/InternVL2_5-4B-MPO.i1-IQ3_XXS.gguf b/InternVL2_5-4B-MPO.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..2b8e5c5 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8d2c43dd87b63534a580e69e1e55f7660ae07892937f02c9ac63b0392546d1 +size 1415926144 diff --git a/InternVL2_5-4B-MPO.i1-IQ4_NL.gguf b/InternVL2_5-4B-MPO.i1-IQ4_NL.gguf new file mode 100644 index 0000000..2444067 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165bad28612fed10bba03329df4d0d012cbab1a6aef8253bb7c5d4f19ee271e3 +size 1999492288 diff --git a/InternVL2_5-4B-MPO.i1-IQ4_XS.gguf b/InternVL2_5-4B-MPO.i1-IQ4_XS.gguf new file mode 100644 index 0000000..7e3e094 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb1e33fb86079b672bc348eaf379f69251291fc0e333020585c0a0367b85db5 +size 1903670848 diff --git a/InternVL2_5-4B-MPO.i1-Q2_K.gguf b/InternVL2_5-4B-MPO.i1-Q2_K.gguf new file mode 100644 index 0000000..6a2d6cf --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5619c1d08480b9f5ac3d6a7467b369c5139d1e929e99bce93ff01a3c944ac2b5 +size 1376235520 diff --git a/InternVL2_5-4B-MPO.i1-Q2_K_S.gguf b/InternVL2_5-4B-MPO.i1-Q2_K_S.gguf new file mode 100644 index 0000000..be478df --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a72ff24af2d6f4b4ea9485c44949fa0666e12d58a9e896364f28a2412b1b7607 +size 1299607552 diff --git a/InternVL2_5-4B-MPO.i1-Q3_K_L.gguf b/InternVL2_5-4B-MPO.i1-Q3_K_L.gguf new file mode 100644 index 0000000..617b033 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28514ce90b0981f2943bdc51688f0b3ac91533c1753e4c3df0a1795451325a0 +size 1840419616 diff --git a/InternVL2_5-4B-MPO.i1-Q3_K_M.gguf b/InternVL2_5-4B-MPO.i1-Q3_K_M.gguf new file mode 100644 index 0000000..19b4258 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426b6d912b88cc587e6f649516a03bbc445ead86b039c6cd621d6046f6546d80 +size 1723503392 diff --git a/InternVL2_5-4B-MPO.i1-Q3_K_S.gguf b/InternVL2_5-4B-MPO.i1-Q3_K_S.gguf new file mode 100644 index 0000000..75fea65 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f7a449de60361c3a977f90ba395bf547c146c49c4d6e591e9b1f3ec9f6e6d4 +size 1587385120 diff --git a/InternVL2_5-4B-MPO.i1-Q4_0.gguf b/InternVL2_5-4B-MPO.i1-Q4_0.gguf new file mode 100644 index 0000000..e811dff --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5916f12798510e398a74b177dc27658b6c6d12585211536faea4cd724820040f +size 2002769088 diff --git a/InternVL2_5-4B-MPO.i1-Q4_1.gguf b/InternVL2_5-4B-MPO.i1-Q4_1.gguf new file mode 100644 index 0000000..81b0ab3 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36e7531e15999de952d4497a22ef875d1089b11bed5c5faaedff8150bdaa98d +size 2189955520 diff --git a/InternVL2_5-4B-MPO.i1-Q4_K_M.gguf b/InternVL2_5-4B-MPO.i1-Q4_K_M.gguf new file mode 100644 index 0000000..2b6244f --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff56aede6b5d31bb0e85f66f6eeb83b7185511f403f80948a72a11ba3615ad47 +size 2104186048 diff --git a/InternVL2_5-4B-MPO.i1-Q4_K_S.gguf b/InternVL2_5-4B-MPO.i1-Q4_K_S.gguf new file mode 100644 index 0000000..afebfb6 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367dcf1ea1de5a59578ef33e1ec65ead5929fbffed7b12cf75ae7c45603d6014 +size 2008667328 diff --git a/InternVL2_5-4B-MPO.i1-Q5_K_M.gguf b/InternVL2_5-4B-MPO.i1-Q5_K_M.gguf new file mode 100644 index 0000000..3358407 --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab8ba3aeb2f8c91089151615b9623df4bf9d0cc2d6d9cf8b9044f8185c423d8 +size 2437926592 diff --git a/InternVL2_5-4B-MPO.i1-Q5_K_S.gguf b/InternVL2_5-4B-MPO.i1-Q5_K_S.gguf new file mode 100644 index 0000000..0ad18fb --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b191baa8a1c232d3687f627bbc7a2c6936ed5beaa1f0c5aa12400f3d0633e0 +size 2382778048 diff --git a/InternVL2_5-4B-MPO.i1-Q6_K.gguf b/InternVL2_5-4B-MPO.i1-Q6_K.gguf new file mode 100644 index 0000000..480a3df --- /dev/null +++ b/InternVL2_5-4B-MPO.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bedd70ef5725928e73341d9d2123bd3bff862903dbee22b02fbc255e4a5d4b59 +size 2792525920 diff --git a/README.md b/README.md new file mode 100644 index 0000000..12481f1 --- /dev/null +++ b/README.md @@ -0,0 +1,88 @@ +--- +base_model: OpenGVLab/InternVL2_5-4B-MPO +datasets: +- OpenGVLab/MMPR-v1.1 +language: +- multilingual +library_name: transformers +license: mit +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- internvl +- custom_code +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/OpenGVLab/InternVL2_5-4B-MPO + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#InternVL2_5-4B-MPO-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-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/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ1_S.gguf) | i1-IQ1_S | 1.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ1_M.gguf) | i1-IQ1_M | 1.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.1 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ2_S.gguf) | i1-IQ2_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ2_M.gguf) | i1-IQ2_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.7 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ3_S.gguf) | i1-IQ3_S | 1.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ3_M.gguf) | i1-IQ3_M | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.1 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q4_0.gguf) | i1-Q4_0 | 2.1 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.1 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q4_1.gguf) | i1-Q4_1 | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/InternVL2_5-4B-MPO-i1-GGUF/resolve/main/InternVL2_5-4B-MPO.i1-Q6_K.gguf) | i1-Q6_K | 2.9 | 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..66a380e --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62a2936cf2cf9b550d6c4ef861d93923e84cd3a2be27c6b7e4b70bacdcafc03 +size 3362977