From 656ddfc57635d3fdaaad2fa9f27b252bf101f307 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Mon, 8 Jun 2026 01:44: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/Qwen2.5-RP-14b-i1-GGUF Source: Original Platform --- .gitattributes | 60 ++++++++++++++++++++++++ Qwen2.5-RP-14b.i1-IQ1_M.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ1_S.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ2_M.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ2_S.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ2_XS.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ2_XXS.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ3_M.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ3_S.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ3_XS.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ3_XXS.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ4_NL.gguf | 3 ++ Qwen2.5-RP-14b.i1-IQ4_XS.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q2_K.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q2_K_S.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q3_K_L.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q3_K_M.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q3_K_S.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q4_0.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q4_1.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q4_K_M.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q4_K_S.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q5_K_M.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q5_K_S.gguf | 3 ++ Qwen2.5-RP-14b.i1-Q6_K.gguf | 3 ++ Qwen2.5-RP-14b.imatrix.gguf | 3 ++ README.md | 84 ++++++++++++++++++++++++++++++++++ 27 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-RP-14b.i1-IQ1_M.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ1_S.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ2_M.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ2_S.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ2_XS.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ2_XXS.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ3_M.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ3_S.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ3_XS.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ3_XXS.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ4_NL.gguf create mode 100644 Qwen2.5-RP-14b.i1-IQ4_XS.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q2_K.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q2_K_S.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q3_K_L.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q3_K_M.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q3_K_S.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q4_0.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q4_1.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q4_K_M.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q4_K_S.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q5_K_M.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q5_K_S.gguf create mode 100644 Qwen2.5-RP-14b.i1-Q6_K.gguf create mode 100644 Qwen2.5-RP-14b.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..3092f03 --- /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 +Qwen2.5-RP-14b.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-RP-14b.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-RP-14b.i1-IQ1_M.gguf b/Qwen2.5-RP-14b.i1-IQ1_M.gguf new file mode 100644 index 0000000..ca36455 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dfc893a39967f76bea40ea0dd2fe4195350afe9f02427ba7ea782e0b7b6840 +size 3870225248 diff --git a/Qwen2.5-RP-14b.i1-IQ1_S.gguf b/Qwen2.5-RP-14b.i1-IQ1_S.gguf new file mode 100644 index 0000000..d22e399 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c267f1e146e5d1b6e87c527d1c6ddec74b08945287dc3f2e7cd62dda565052ea +size 3605910368 diff --git a/Qwen2.5-RP-14b.i1-IQ2_M.gguf b/Qwen2.5-RP-14b.i1-IQ2_M.gguf new file mode 100644 index 0000000..84dd70d --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de5437164bbdef2bcaa8177e265ff0f9653af26f6eb97b4402054bc611ea1a5 +size 5353855200 diff --git a/Qwen2.5-RP-14b.i1-IQ2_S.gguf b/Qwen2.5-RP-14b.i1-IQ2_S.gguf new file mode 100644 index 0000000..fb4ee89 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f9266587fb889e3e1bfd07f636268879c19c26ceac142c65842b312288600d +size 5001435360 diff --git a/Qwen2.5-RP-14b.i1-IQ2_XS.gguf b/Qwen2.5-RP-14b.i1-IQ2_XS.gguf new file mode 100644 index 0000000..f940e05 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3a3da216d1cead8488dc9b10e2175cf1851004c9813a1d8e076d575a249f89 +size 4702491488 diff --git a/Qwen2.5-RP-14b.i1-IQ2_XXS.gguf b/Qwen2.5-RP-14b.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..a131747 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604d906e0aab986d50fde8bddbeaf0ceabe9a6e02a382685dad1ec843b687497 +size 4310750048 diff --git a/Qwen2.5-RP-14b.i1-IQ3_M.gguf b/Qwen2.5-RP-14b.i1-IQ3_M.gguf new file mode 100644 index 0000000..2ba256e --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f32434c98aa1f4612ec6edc47259a894999a1c7c9923e0bcca6f6df608650e +size 6913975584 diff --git a/Qwen2.5-RP-14b.i1-IQ3_S.gguf b/Qwen2.5-RP-14b.i1-IQ3_S.gguf new file mode 100644 index 0000000..265143f --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d8e3684593139bdb5e185c69e93b037241a3cf67fef462fb7b7973e2391c15 +size 6690456864 diff --git a/Qwen2.5-RP-14b.i1-IQ3_XS.gguf b/Qwen2.5-RP-14b.i1-IQ3_XS.gguf new file mode 100644 index 0000000..318b96e --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235215dcc4c0ccb420ce23252a31adcecf56d7beffd775c6a06afe6cc6c187a3 +size 6380799264 diff --git a/Qwen2.5-RP-14b.i1-IQ3_XXS.gguf b/Qwen2.5-RP-14b.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..49dcf2c --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2736e8b5d3281606743368cc20d2123dba9baad5316aea6ff41aa16a816e1235 +size 5944416480 diff --git a/Qwen2.5-RP-14b.i1-IQ4_NL.gguf b/Qwen2.5-RP-14b.i1-IQ4_NL.gguf new file mode 100644 index 0000000..9b6d032 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1841e2ce73e02ff8e82123897a6e7bfa6647843fbc644f4be2b0258a67313791 +size 8546349376 diff --git a/Qwen2.5-RP-14b.i1-IQ4_XS.gguf b/Qwen2.5-RP-14b.i1-IQ4_XS.gguf new file mode 100644 index 0000000..e9c5f4f --- /dev/null +++ b/Qwen2.5-RP-14b.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa85ae771f2df9597b240525a1ece1bebb03e3b54e338000ab8828326c52959 +size 8117070496 diff --git a/Qwen2.5-RP-14b.i1-Q2_K.gguf b/Qwen2.5-RP-14b.i1-Q2_K.gguf new file mode 100644 index 0000000..57fd79b --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0bbbb342f339813b0794ef63d6fce47877209336dfc306c176c652425513c0 +size 5768142752 diff --git a/Qwen2.5-RP-14b.i1-Q2_K_S.gguf b/Qwen2.5-RP-14b.i1-Q2_K_S.gguf new file mode 100644 index 0000000..f3fe5be --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c040e6d7a9d68603f6f6771781788c50719c33983f5c27f7aa41ab21798d288d +size 5394833312 diff --git a/Qwen2.5-RP-14b.i1-Q3_K_L.gguf b/Qwen2.5-RP-14b.i1-Q3_K_L.gguf new file mode 100644 index 0000000..5ac2589 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98e230a4617c655851db96f3d62cb5e352d53c07920ec7a6e57653f73cc25bd6 +size 7922205984 diff --git a/Qwen2.5-RP-14b.i1-Q3_K_M.gguf b/Qwen2.5-RP-14b.i1-Q3_K_M.gguf new file mode 100644 index 0000000..c21f837 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d0be7b200357d523945cb368349c54316fb8aa88d5ebb1c798522804138593 +size 7336641824 diff --git a/Qwen2.5-RP-14b.i1-Q3_K_S.gguf b/Qwen2.5-RP-14b.i1-Q3_K_S.gguf new file mode 100644 index 0000000..c4075c4 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9dd3ecdc7f39186f59810f5cb06faf11975a30a8b25bee7cc1272e450263123 +size 6657033504 diff --git a/Qwen2.5-RP-14b.i1-Q4_0.gguf b/Qwen2.5-RP-14b.i1-Q4_0.gguf new file mode 100644 index 0000000..a6194f0 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8c37beccf9a459bccf43b7d51fdd16a4b0c7b62da761b2dacbc62806e075ca +size 8541434176 diff --git a/Qwen2.5-RP-14b.i1-Q4_1.gguf b/Qwen2.5-RP-14b.i1-Q4_1.gguf new file mode 100644 index 0000000..64be855 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be22be1c619df686f8b6d450270579b116f93238a98f068e79b2dfc444a611d +size 9389178496 diff --git a/Qwen2.5-RP-14b.i1-Q4_K_M.gguf b/Qwen2.5-RP-14b.i1-Q4_K_M.gguf new file mode 100644 index 0000000..e95c791 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753e6a23b74ff350cbe37bb5b0490072fd98e9184150359aff3e318e9939fe18 +size 8985276736 diff --git a/Qwen2.5-RP-14b.i1-Q4_K_S.gguf b/Qwen2.5-RP-14b.i1-Q4_K_S.gguf new file mode 100644 index 0000000..f9d46df --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ebba0274b26c60406e0b4fa08d996e5c8318ad247f4267daed4a5faa2bb66b +size 8570597696 diff --git a/Qwen2.5-RP-14b.i1-Q5_K_M.gguf b/Qwen2.5-RP-14b.i1-Q5_K_M.gguf new file mode 100644 index 0000000..dba4e91 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b9c2884f677c67e9f81043d1f66d60780394a4eb180714b350eac2d1668e351 +size 10505784256 diff --git a/Qwen2.5-RP-14b.i1-Q5_K_S.gguf b/Qwen2.5-RP-14b.i1-Q5_K_S.gguf new file mode 100644 index 0000000..50f5681 --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231892d59c9dec94553256f6059c067fde4c1c39dca99eff84a5ddd0c1b41d8c +size 10263464896 diff --git a/Qwen2.5-RP-14b.i1-Q6_K.gguf b/Qwen2.5-RP-14b.i1-Q6_K.gguf new file mode 100644 index 0000000..7528c6b --- /dev/null +++ b/Qwen2.5-RP-14b.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9e31c6a3c5554c95226f69e15f37ff8fb27a041b1ce1d343b6aa8817989d5e +size 12121323520 diff --git a/Qwen2.5-RP-14b.imatrix.gguf b/Qwen2.5-RP-14b.imatrix.gguf new file mode 100644 index 0000000..283b085 --- /dev/null +++ b/Qwen2.5-RP-14b.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2ac976353cfd36fc3ba387dd86cf38f2391ad4a822dc2795ca42b0f95f7872 +size 8604128 diff --git a/README.md b/README.md new file mode 100644 index 0000000..0db513b --- /dev/null +++ b/README.md @@ -0,0 +1,84 @@ +--- +base_model: lainlives/Qwen2.5-RP-14b +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/lainlives/Qwen2.5-RP-14b + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen2.5-RP-14b-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen2.5-RP-14b-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-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ1_S.gguf) | i1-IQ1_S | 3.7 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ1_M.gguf) | i1-IQ1_M | 4.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 4.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ2_XS.gguf) | i1-IQ2_XS | 4.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ2_S.gguf) | i1-IQ2_S | 5.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ2_M.gguf) | i1-IQ2_M | 5.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q2_K_S.gguf) | i1-Q2_K_S | 5.5 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q2_K.gguf) | i1-Q2_K | 5.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 6.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ3_XS.gguf) | i1-IQ3_XS | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q3_K_S.gguf) | i1-Q3_K_S | 6.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ3_S.gguf) | i1-IQ3_S | 6.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ3_M.gguf) | i1-IQ3_M | 7.0 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q3_K_M.gguf) | i1-Q3_K_M | 7.4 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q3_K_L.gguf) | i1-Q3_K_L | 8.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ4_XS.gguf) | i1-IQ4_XS | 8.2 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q4_0.gguf) | i1-Q4_0 | 8.6 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-IQ4_NL.gguf) | i1-IQ4_NL | 8.6 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q4_K_S.gguf) | i1-Q4_K_S | 8.7 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q4_K_M.gguf) | i1-Q4_K_M | 9.1 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q4_1.gguf) | i1-Q4_1 | 9.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q5_K_S.gguf) | i1-Q5_K_S | 10.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q5_K_M.gguf) | i1-Q5_K_M | 10.6 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-RP-14b-i1-GGUF/resolve/main/Qwen2.5-RP-14b.i1-Q6_K.gguf) | i1-Q6_K | 12.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. + +