From 367341019b5b058f5f508c7dd5c91bf0320c64cb Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 17 Jul 2026 10:33: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/Qwen2.5-32B-Instruct-heretic-i1-GGUF Source: Original Platform --- .gitattributes | 59 ++++++++++++++ Qwen2.5-32B-Instruct-heretic.i1-IQ1_M.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ1_S.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ2_M.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ2_S.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ2_XS.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ2_XXS.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ3_M.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ3_S.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ3_XS.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ3_XXS.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-IQ4_XS.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q2_K.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q2_K_S.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q3_K_L.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q3_K_M.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q3_K_S.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q4_0.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q4_1.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q4_K_M.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q4_K_S.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q5_K_M.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q5_K_S.gguf | 3 + Qwen2.5-32B-Instruct-heretic.i1-Q6_K.gguf | 3 + Qwen2.5-32B-Instruct-heretic.imatrix.gguf | 3 + README.md | 83 ++++++++++++++++++++ 26 files changed, 214 insertions(+) create mode 100644 .gitattributes create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ1_M.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ1_S.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ2_M.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ2_S.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ2_XS.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ2_XXS.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ3_M.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ3_S.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ3_XS.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ3_XXS.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-IQ4_XS.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q2_K.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q2_K_S.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q3_K_L.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q3_K_M.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q3_K_S.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q4_0.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q4_1.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q4_K_M.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q4_K_S.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q5_K_M.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q5_K_S.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.i1-Q6_K.gguf create mode 100644 Qwen2.5-32B-Instruct-heretic.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..52306ee --- /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 +Qwen2.5-32B-Instruct-heretic.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +Qwen2.5-32B-Instruct-heretic.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ1_M.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ1_M.gguf new file mode 100644 index 0000000..c73cbf0 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54a44bc1c0524786c353ff50a46c7045144b3bb622e4943ecc7fbc20aef1777 +size 7932160928 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ1_S.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ1_S.gguf new file mode 100644 index 0000000..e73d61a --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d2f092bb7058be5cb8206baf4dabd4f9cc64a675047c71f306b9d40e00b956 +size 7274507168 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ2_M.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ2_M.gguf new file mode 100644 index 0000000..89e4a90 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eda7b5f2c755b5427bb4d63806dd2d24fc1559394804393d5fd5d4054c85e86 +size 11264441248 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ2_S.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ2_S.gguf new file mode 100644 index 0000000..7d449d2 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c504f3d8936822ad78c494530146029d3c2a4cbef1d3b37c7bba8b65df83f84a +size 10387569568 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ2_XS.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ2_XS.gguf new file mode 100644 index 0000000..9654d13 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75a43f6c8c4e532d06dea9ad33413539b781b0c1f467b6050a099c5a8aee857 +size 9957551008 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ2_XXS.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..debf753 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7bc6491a746beefab459c8f5046984e2d946dec9263f0b87fb72f4b02e0fda +size 9028250528 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ3_M.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ3_M.gguf new file mode 100644 index 0000000..01c2ec6 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7503ca1c0cd87170bae3c24a24a0755eaf988d66f8085590444e2b984b3769b +size 14810123168 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ3_S.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ3_S.gguf new file mode 100644 index 0000000..3532a9c --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a5ebf640b5098ce47feaba927f46bb7890d5ef6a2aa97ccf9e9e479c7f985a +size 14436895648 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ3_XS.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ3_XS.gguf new file mode 100644 index 0000000..04a8d58 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93097a930dc4653f9c03de4eb8e1b08452bda047cd90fa4d34fce2af96452133 +size 13705513888 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ3_XXS.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..dbc72c9 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1166c6d909c19ecfef6ccd32465023838b49abc24f97bbab433ea7fffadcef6f +size 12839271328 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-IQ4_XS.gguf b/Qwen2.5-32B-Instruct-heretic.i1-IQ4_XS.gguf new file mode 100644 index 0000000..96fea5f --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880163a2d94c57a42d4b9e6d47eefafce638bc2f78372e1fcdf6af399dbd32f7 +size 17693154208 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q2_K.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q2_K.gguf new file mode 100644 index 0000000..1860ddb --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4f3d9e7950249d6984a51e73c380429a1f559277d7d0a9c60f3b6eab7fdebf +size 12313099168 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q2_K_S.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q2_K_S.gguf new file mode 100644 index 0000000..f7d5db5 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d4a23619bf32e565f22342d7fbf7d230b8883343c3452c55cfcecaed8b646b +size 11488000928 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_L.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_L.gguf new file mode 100644 index 0000000..348dbe5 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185291aadf7c1852dcd3266da8cbfd266376a1536721376bcdf6983252c883bd +size 17247079328 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_M.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_M.gguf new file mode 100644 index 0000000..3a39c27 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bbd5d157cc507aaf6d5da4d9fd46a8fe48f4940e31206c3b24393e7706d1a03 +size 15935048608 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_S.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_S.gguf new file mode 100644 index 0000000..b0910e1 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9822a2236e737f5e42eaccb6f791b089eb36c21debd9f7245c78accbe462f8ed +size 14392331168 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q4_0.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q4_0.gguf new file mode 100644 index 0000000..99a2980 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6381d8e20073ee7f0bb5cc2fc03e5b2e9117686681200bea0c8c9e651d3d509 +size 18711010208 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q4_1.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q4_1.gguf new file mode 100644 index 0000000..51a5a76 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d4f39216477e2cc42bd16af73f9cad711c778061597503290523f1d4bf549e +size 20639243168 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q4_K_M.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q4_K_M.gguf new file mode 100644 index 0000000..a0579cf --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccf1f7cafed26aa7fa70770f86f3847c28a500b3df8959fb5988fe747bb0dbf +size 19851336608 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q4_K_S.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q4_K_S.gguf new file mode 100644 index 0000000..dd09fd2 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e900cbc6f95fd7d4e5714dca380c7ff5fb4f203b81a6b92a9a45e6e54e5d7176 +size 18784410528 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q5_K_M.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q5_K_M.gguf new file mode 100644 index 0000000..e91dfb9 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465895457542aa94d24558b92d049ba178893b7074a6f393f051e0f61a2c037b +size 23262157728 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q5_K_S.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q5_K_S.gguf new file mode 100644 index 0000000..5482557 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9cdfbd0cb5046cf8f7485ad80d7abeb59d46604968600686d1218208acb1dc +size 22638255008 diff --git a/Qwen2.5-32B-Instruct-heretic.i1-Q6_K.gguf b/Qwen2.5-32B-Instruct-heretic.i1-Q6_K.gguf new file mode 100644 index 0000000..b22066a --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc79e356920f16227251418296062c78b5452d3c0b28c8d53183972335d1bf69 +size 26886155168 diff --git a/Qwen2.5-32B-Instruct-heretic.imatrix.gguf b/Qwen2.5-32B-Instruct-heretic.imatrix.gguf new file mode 100644 index 0000000..d27f209 --- /dev/null +++ b/Qwen2.5-32B-Instruct-heretic.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7d95ad2d9cb3f90080c40ebbe0b28acadcc603a9331b50dcbe89203e64737b +size 15011072 diff --git a/README.md b/README.md new file mode 100644 index 0000000..044efad --- /dev/null +++ b/README.md @@ -0,0 +1,83 @@ +--- +base_model: aprisma/Qwen2.5-32B-Instruct-heretic-GER-GGUF +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/aprisma/Qwen2.5-32B-Instruct-heretic-GER-GGUF + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#Qwen2.5-32B-Instruct-heretic-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-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-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ1_S.gguf) | i1-IQ1_S | 7.4 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ1_M.gguf) | i1-IQ1_M | 8.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 9.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ2_XS.gguf) | i1-IQ2_XS | 10.1 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ2_S.gguf) | i1-IQ2_S | 10.5 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ2_M.gguf) | i1-IQ2_M | 11.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q2_K_S.gguf) | i1-Q2_K_S | 11.6 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q2_K.gguf) | i1-Q2_K | 12.4 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 12.9 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ3_XS.gguf) | i1-IQ3_XS | 13.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_S.gguf) | i1-Q3_K_S | 14.5 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ3_S.gguf) | i1-IQ3_S | 14.5 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ3_M.gguf) | i1-IQ3_M | 14.9 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_M.gguf) | i1-Q3_K_M | 16.0 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q3_K_L.gguf) | i1-Q3_K_L | 17.3 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-IQ4_XS.gguf) | i1-IQ4_XS | 17.8 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q4_0.gguf) | i1-Q4_0 | 18.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q4_K_S.gguf) | i1-Q4_K_S | 18.9 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q4_K_M.gguf) | i1-Q4_K_M | 20.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q4_1.gguf) | i1-Q4_1 | 20.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q5_K_S.gguf) | i1-Q5_K_S | 22.7 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q5_K_M.gguf) | i1-Q5_K_M | 23.4 | | +| [GGUF](https://huggingface.co/mradermacher/Qwen2.5-32B-Instruct-heretic-i1-GGUF/resolve/main/Qwen2.5-32B-Instruct-heretic.i1-Q6_K.gguf) | i1-Q6_K | 27.0 | 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. + +