From a52f1739c52a47ae96637aed8fdd2384b4f73bce Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 5 Jun 2026 05:54: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/Qwen2.5-Omni-3B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++++ Qwen2.5-Omni-3B.i1-IQ1_M.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ1_S.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ2_M.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ2_S.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ2_XS.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ2_XXS.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ3_M.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ3_S.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ3_XS.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ3_XXS.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ4_NL.gguf | 3 ++ Qwen2.5-Omni-3B.i1-IQ4_XS.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q2_K.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q2_K_S.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q3_K_L.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q3_K_M.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q3_K_S.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q4_0.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q4_1.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q4_K_M.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q4_K_S.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q5_K_M.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q5_K_S.gguf | 3 ++ Qwen2.5-Omni-3B.i1-Q6_K.gguf | 3 ++ README.md | 87 +++++++++++++++++++++++++++++++++ imatrix.dat | 3 ++ 27 files changed, 222 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-Omni-3B.i1-IQ1_M.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ1_S.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ2_M.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ2_S.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ2_XS.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ2_XXS.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ3_M.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ3_S.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ3_XS.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ3_XXS.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ4_NL.gguf create mode 100644 Qwen2.5-Omni-3B.i1-IQ4_XS.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q2_K.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q2_K_S.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q3_K_L.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q3_K_M.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q3_K_S.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q4_0.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q4_1.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q4_K_M.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q4_K_S.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q5_K_M.gguf create mode 100644 Qwen2.5-Omni-3B.i1-Q5_K_S.gguf create mode 100644 Qwen2.5-Omni-3B.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..d584468 --- /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 +Qwen2.5-Omni-3B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-Omni-3B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-Omni-3B.i1-IQ1_M.gguf b/Qwen2.5-Omni-3B.i1-IQ1_M.gguf new file mode 100644 index 0000000..594f37c --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060f6d9ec6dbf5ce3354fc55933002e274ef0440940041846a51ccc94dfd8d6f +size 952127552 diff --git a/Qwen2.5-Omni-3B.i1-IQ1_S.gguf b/Qwen2.5-Omni-3B.i1-IQ1_S.gguf new file mode 100644 index 0000000..cdee67a --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533d4e011f9a5579343994b9fad955f99882031be15a3dbabc51633373ee6267 +size 893194304 diff --git a/Qwen2.5-Omni-3B.i1-IQ2_M.gguf b/Qwen2.5-Omni-3B.i1-IQ2_M.gguf new file mode 100644 index 0000000..27156e6 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316bc0f375dac77a9fab775242b871a1cbd2c81f5c072b5580673fafc24c63c0 +size 1274218560 diff --git a/Qwen2.5-Omni-3B.i1-IQ2_S.gguf b/Qwen2.5-Omni-3B.i1-IQ2_S.gguf new file mode 100644 index 0000000..0324ee9 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4040810477aed2954d8942c4be30635c67d2f45ecf7e2364c0be66ac9afcbcd +size 1195640896 diff --git a/Qwen2.5-Omni-3B.i1-IQ2_XS.gguf b/Qwen2.5-Omni-3B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..4584190 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4e532801c700888012e170a8833d07f12cc7b626a702727ca5797727bcb9ab +size 1133645888 diff --git a/Qwen2.5-Omni-3B.i1-IQ2_XXS.gguf b/Qwen2.5-Omni-3B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..b37112d --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438eb33447f48ccb82d2752151758f1bb0a712c558e5d674364240cfd9490c84 +size 1050349632 diff --git a/Qwen2.5-Omni-3B.i1-IQ3_M.gguf b/Qwen2.5-Omni-3B.i1-IQ3_M.gguf new file mode 100644 index 0000000..f8441bb --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14768076a6932e9c2b0359f62f3c871e637cf6a85ad392d5baffa535a905dd2e +size 1622597696 diff --git a/Qwen2.5-Omni-3B.i1-IQ3_S.gguf b/Qwen2.5-Omni-3B.i1-IQ3_S.gguf new file mode 100644 index 0000000..42c4e3f --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb6f07b78bb8b5f1adb2676224adb8a29c37a55c47ad12d7933302ae8cf1aa7 +size 1590566976 diff --git a/Qwen2.5-Omni-3B.i1-IQ3_XS.gguf b/Qwen2.5-Omni-3B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..defc0d5 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4704e27b618c8018368a973b6673f10432b10aad201ea6d0fc873b33d99de02c +size 1525538880 diff --git a/Qwen2.5-Omni-3B.i1-IQ3_XXS.gguf b/Qwen2.5-Omni-3B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..3b88abd --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9242343c431216ec97a6feeed42b66604888144611e8a81076368374889f5e1 +size 1416529984 diff --git a/Qwen2.5-Omni-3B.i1-IQ4_NL.gguf b/Qwen2.5-Omni-3B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..81cb363 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3890f93788e1d3d335dda7920b8e339fe50444c5db47eab44a3d4f8897c620ad +size 2000238656 diff --git a/Qwen2.5-Omni-3B.i1-IQ4_XS.gguf b/Qwen2.5-Omni-3B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..ac2822e --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ed605be119b8ae20437afc8ed670f97dba2f058c84c981ee274818434710d8 +size 1904400448 diff --git a/Qwen2.5-Omni-3B.i1-Q2_K.gguf b/Qwen2.5-Omni-3B.i1-Q2_K.gguf new file mode 100644 index 0000000..161e99e --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58cefca0091ba3d0da5fbf895fb64e36657211d5cb61ff5c13e5b27939dc339 +size 1376856128 diff --git a/Qwen2.5-Omni-3B.i1-Q2_K_S.gguf b/Qwen2.5-Omni-3B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..5b6efcf --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7b4b40813b9a64395c1b2803cc3166130c2074f9b5ba6a2372057050b07c8c +size 1300228160 diff --git a/Qwen2.5-Omni-3B.i1-Q3_K_L.gguf b/Qwen2.5-Omni-3B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..beb5f32 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b668404f125ca6bd45d077688905e54317034d95559e674c3d8875a892803ce7 +size 1841094720 diff --git a/Qwen2.5-Omni-3B.i1-Q3_K_M.gguf b/Qwen2.5-Omni-3B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..3b1916c --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041ba002585e82a1f155521ebfec01653b01c7c4960fb108b231c294e8b5c46d +size 1724178496 diff --git a/Qwen2.5-Omni-3B.i1-Q3_K_S.gguf b/Qwen2.5-Omni-3B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..d86e105 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad2dd8a2d6c93400f088c3a14fbf329f9668b054e5bd954359a7001a4fa44cf +size 1588060224 diff --git a/Qwen2.5-Omni-3B.i1-Q4_0.gguf b/Qwen2.5-Omni-3B.i1-Q4_0.gguf new file mode 100644 index 0000000..b84ee61 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b83b1e2f92d47130ccfd32097c840ec064a280a376da3fc0471b8724f50c62 +size 2003515456 diff --git a/Qwen2.5-Omni-3B.i1-Q4_1.gguf b/Qwen2.5-Omni-3B.i1-Q4_1.gguf new file mode 100644 index 0000000..f128ca2 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdf67f6e23a47aa2a30dfbf659d557d5f9f11006af050a066dddd755251975e +size 2190735424 diff --git a/Qwen2.5-Omni-3B.i1-Q4_K_M.gguf b/Qwen2.5-Omni-3B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..e36998a --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cca8e69e0ee0e0ef5287b457fefc85a7d3fa8313fc5c627afcb7ef06bbe65b8 +size 2104932416 diff --git a/Qwen2.5-Omni-3B.i1-Q4_K_S.gguf b/Qwen2.5-Omni-3B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f3d878b --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b453acf1f5ff505481f149f4b2f6bc1c55b4509995f6336986cc1beb706ad073 +size 2009413696 diff --git a/Qwen2.5-Omni-3B.i1-Q5_K_M.gguf b/Qwen2.5-Omni-3B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..791fd60 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36289ea6263f33e70b9f76115957d6f1fbb54c1883314aabca564ad15fbb6cf +size 2438740032 diff --git a/Qwen2.5-Omni-3B.i1-Q5_K_S.gguf b/Qwen2.5-Omni-3B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..f78b930 --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1611eeb24d888f16f2e1a20a02324213af9a0bb2d7eddca203c4ea0c7fe7b640 +size 2383591488 diff --git a/Qwen2.5-Omni-3B.i1-Q6_K.gguf b/Qwen2.5-Omni-3B.i1-Q6_K.gguf new file mode 100644 index 0000000..0cac3ad --- /dev/null +++ b/Qwen2.5-Omni-3B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c751efb8fef2149fe915ad4fdf097ccf62bd0b1e7065cf0d32c29d05d3be5bc +size 2793410624 diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b38910 --- /dev/null +++ b/README.md @@ -0,0 +1,87 @@ +--- +base_model: Qwen/Qwen2.5-Omni-3B +language: +- en +library_name: transformers +license: other +license_link: LICENSE +license_name: qwen-research +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +tags: +- multimodal +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/Qwen/Qwen2.5-Omni-3B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen2.5-Omni-3B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-GGUF + +**This is a vision model - mmproj files (if any) will be in the [static repository](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-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/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ1_S.gguf) | i1-IQ1_S | 1.0 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ1_M.gguf) | i1-IQ1_M | 1.1 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 1.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ2_S.gguf) | i1-IQ2_S | 1.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ2_M.gguf) | i1-IQ2_M | 1.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 1.4 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q2_K.gguf) | i1-Q2_K | 1.5 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 1.5 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 1.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 1.7 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ3_S.gguf) | i1-IQ3_S | 1.7 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ3_M.gguf) | i1-IQ3_M | 1.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 1.8 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 1.9 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 2.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 2.1 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q4_0.gguf) | i1-Q4_0 | 2.1 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 2.1 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 2.2 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q4_1.gguf) | i1-Q4_1 | 2.3 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-Omni-3B-i1-GGUF/resolve/main/Qwen2.5-Omni-3B.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..c6a736a --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e839ecef8fa7f68efed09b552ba9e63df83a4d995dd3689b617244df8700c600 +size 3362977