From e338e8141f71c382d92179b479b7542d50e5e260 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Wed, 3 Jun 2026 23:20:22 +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/DistilQwen2.5-R1-7B-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++++++++ DistilQwen2.5-R1-7B.i1-IQ1_M.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ1_S.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ2_M.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ2_S.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ2_XS.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ2_XXS.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ3_M.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ3_S.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ3_XS.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ3_XXS.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ4_NL.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-IQ4_XS.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q2_K.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q2_K_S.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q3_K_L.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q3_K_M.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q3_K_S.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q4_0.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q4_1.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q4_K_M.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q4_K_S.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q5_K_M.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q5_K_S.gguf | 3 ++ DistilQwen2.5-R1-7B.i1-Q6_K.gguf | 3 ++ DistilQwen2.5-R1-7B.imatrix.gguf | 3 ++ README.md | 84 +++++++++++++++++++++++++++++ 27 files changed, 219 insertions(+) create mode 100644 .gitattributes create mode 100644 DistilQwen2.5-R1-7B.i1-IQ1_M.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ1_S.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ2_M.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ2_S.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ2_XS.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ2_XXS.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ3_M.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ3_S.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ3_XS.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ3_XXS.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ4_NL.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-IQ4_XS.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q2_K.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q2_K_S.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q3_K_L.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q3_K_M.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q3_K_S.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q4_0.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q4_1.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q4_K_M.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q4_K_S.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q5_K_M.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q5_K_S.gguf create mode 100644 DistilQwen2.5-R1-7B.i1-Q6_K.gguf create mode 100644 DistilQwen2.5-R1-7B.imatrix.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..bab497b --- /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 +DistilQwen2.5-R1-7B.imatrix.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +DistilQwen2.5-R1-7B.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DistilQwen2.5-R1-7B.i1-IQ1_M.gguf b/DistilQwen2.5-R1-7B.i1-IQ1_M.gguf new file mode 100644 index 0000000..fb0e1b5 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6992fa8c5774a0bef806993428c538efc2a203291f4855fb19a32d4bed903ba4 +size 1863369248 diff --git a/DistilQwen2.5-R1-7B.i1-IQ1_S.gguf b/DistilQwen2.5-R1-7B.i1-IQ1_S.gguf new file mode 100644 index 0000000..d82d632 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032e7379207905ba6ab93ae8e01363d2885cc5a468155a2bd652d3b7cc249e55 +size 1724840480 diff --git a/DistilQwen2.5-R1-7B.i1-IQ2_M.gguf b/DistilQwen2.5-R1-7B.i1-IQ2_M.gguf new file mode 100644 index 0000000..52ae4d3 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387239f35304bd4609b013b7c409664621b6d4180001234d9606e53cf44d4553 +size 2546164256 diff --git a/DistilQwen2.5-R1-7B.i1-IQ2_S.gguf b/DistilQwen2.5-R1-7B.i1-IQ2_S.gguf new file mode 100644 index 0000000..62aa51d --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86df89c9f4972508960c3ad62573bb8a160d0d287e677481771d91fa149fd89b +size 2361459232 diff --git a/DistilQwen2.5-R1-7B.i1-IQ2_XS.gguf b/DistilQwen2.5-R1-7B.i1-IQ2_XS.gguf new file mode 100644 index 0000000..0f6000a --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0b4117770c716699401f4be4c9f2fe93b692b8cb5ad042f22d62d8ac92a380 +size 2290194976 diff --git a/DistilQwen2.5-R1-7B.i1-IQ2_XXS.gguf b/DistilQwen2.5-R1-7B.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..6a391aa --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca41ba02414f2c83b1d7f3a0d522164e110d0444c1e11bfc3628d13fdadbed38 +size 2094250528 diff --git a/DistilQwen2.5-R1-7B.i1-IQ3_M.gguf b/DistilQwen2.5-R1-7B.i1-IQ3_M.gguf new file mode 100644 index 0000000..670ad1a --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfda806afc9223bbf707bc767d4e6bf616ed0de476e3b94398ac37585503676 +size 3339833888 diff --git a/DistilQwen2.5-R1-7B.i1-IQ3_S.gguf b/DistilQwen2.5-R1-7B.i1-IQ3_S.gguf new file mode 100644 index 0000000..8c3381d --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb8e39a0dfa825aceda56a2422ddf904eb14faa3940d26a1bbd519f66b2ed94 +size 3265014304 diff --git a/DistilQwen2.5-R1-7B.i1-IQ3_XS.gguf b/DistilQwen2.5-R1-7B.i1-IQ3_XS.gguf new file mode 100644 index 0000000..ddced44 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f70eab9f80e765eda9c428022a19aa6235deab42f0618634a9fb3b3c772c27a +size 3112077856 diff --git a/DistilQwen2.5-R1-7B.i1-IQ3_XXS.gguf b/DistilQwen2.5-R1-7B.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..bba18b1 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a4b7868a712c7aacf187b3d34e16d7739c10a1f841edc025a46bae92dbf7ba +size 2880336416 diff --git a/DistilQwen2.5-R1-7B.i1-IQ4_NL.gguf b/DistilQwen2.5-R1-7B.i1-IQ4_NL.gguf new file mode 100644 index 0000000..9ee4dce --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba07a3e78de190054ca0d61a30284db7f65651647b4c260cfc23d6ee7ef833ff +size 4131252768 diff --git a/DistilQwen2.5-R1-7B.i1-IQ4_XS.gguf b/DistilQwen2.5-R1-7B.i1-IQ4_XS.gguf new file mode 100644 index 0000000..b0e54c3 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9e51ac4a2b93fc471ccd0f7a3b4721a805cdf5d6549bf98fed6209eb77db94 +size 3928943136 diff --git a/DistilQwen2.5-R1-7B.i1-Q2_K.gguf b/DistilQwen2.5-R1-7B.i1-Q2_K.gguf new file mode 100644 index 0000000..6bcce70 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfed35feeb85819de222cd4690481b95953a036813e15a376dc93c3781a872b +size 2837113376 diff --git a/DistilQwen2.5-R1-7B.i1-Q2_K_S.gguf b/DistilQwen2.5-R1-7B.i1-Q2_K_S.gguf new file mode 100644 index 0000000..c83e124 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222da4b6b930813aa60431d337774dd2c928e132d61312204d38cc7f4f3cdc27 +size 2655246880 diff --git a/DistilQwen2.5-R1-7B.i1-Q3_K_L.gguf b/DistilQwen2.5-R1-7B.i1-Q3_K_L.gguf new file mode 100644 index 0000000..bdc3f2c --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5563f4498fd03806e654ca9d4c2ab273cdce7df72a181a41a4ef830260e47b65 +size 3854281248 diff --git a/DistilQwen2.5-R1-7B.i1-Q3_K_M.gguf b/DistilQwen2.5-R1-7B.i1-Q3_K_M.gguf new file mode 100644 index 0000000..90771fb --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9bebe02b206aeeae8ddd4a73ee43c89639ed02a940756acc22ab1773275687 +size 3574213152 diff --git a/DistilQwen2.5-R1-7B.i1-Q3_K_S.gguf b/DistilQwen2.5-R1-7B.i1-Q3_K_S.gguf new file mode 100644 index 0000000..b1f8a26 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fab06b3960f72b162e193db9bfadd012f472880c2d013a0c4057ed76946232e +size 3258190368 diff --git a/DistilQwen2.5-R1-7B.i1-Q4_0.gguf b/DistilQwen2.5-R1-7B.i1-Q4_0.gguf new file mode 100644 index 0000000..00306a1 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2afac0a97a2a6184c4d9778d92c7b93f8308995585953046b7f027130226e53 +size 4137560608 diff --git a/DistilQwen2.5-R1-7B.i1-Q4_1.gguf b/DistilQwen2.5-R1-7B.i1-Q4_1.gguf new file mode 100644 index 0000000..d5fb50f --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf31418e4e0cdef48a68adde4d1c28032fe333112132e6d0bde79715a683c57 +size 4532660768 diff --git a/DistilQwen2.5-R1-7B.i1-Q4_K_M.gguf b/DistilQwen2.5-R1-7B.i1-Q4_K_M.gguf new file mode 100644 index 0000000..91eabc6 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1913a4112ac7bef569cdd40afe8519351f4f82b5c282c08540599f4380b0df0 +size 4376513056 diff --git a/DistilQwen2.5-R1-7B.i1-Q4_K_S.gguf b/DistilQwen2.5-R1-7B.i1-Q4_K_S.gguf new file mode 100644 index 0000000..168360a --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa413571471042afdcf2edb18e0ee0ac90b429a389af71a1389124c8979951c0 +size 4151208480 diff --git a/DistilQwen2.5-R1-7B.i1-Q5_K_M.gguf b/DistilQwen2.5-R1-7B.i1-Q5_K_M.gguf new file mode 100644 index 0000000..bf6c03b --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0242becaf67e873922076edfabaf1e19d39b1052068dd4e38788d9b9be1c95e3 +size 5070146080 diff --git a/DistilQwen2.5-R1-7B.i1-Q5_K_S.gguf b/DistilQwen2.5-R1-7B.i1-Q5_K_S.gguf new file mode 100644 index 0000000..1de13d9 --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c64bf7370e9c4024e1fb93006ee004d2649775defdf84df9fde04fcc753813 +size 4940491296 diff --git a/DistilQwen2.5-R1-7B.i1-Q6_K.gguf b/DistilQwen2.5-R1-7B.i1-Q6_K.gguf new file mode 100644 index 0000000..96fe3ab --- /dev/null +++ b/DistilQwen2.5-R1-7B.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e9a505147049a672899189302c6f7ce775c72d1c6ae4ec61ec0f341fe2b853 +size 5807131168 diff --git a/DistilQwen2.5-R1-7B.imatrix.gguf b/DistilQwen2.5-R1-7B.imatrix.gguf new file mode 100644 index 0000000..6f77c23 --- /dev/null +++ b/DistilQwen2.5-R1-7B.imatrix.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e19dd3a2097f7ca625e2d47cd5e7df29dbc00ea25300d039d485a48a6430fed +size 4560352 diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd8ebb4 --- /dev/null +++ b/README.md @@ -0,0 +1,84 @@ +--- +base_model: wangsheng1986/DistilQwen2.5-R1-7B +language: +- en +library_name: transformers +mradermacher: + readme_rev: 1 +quantized_by: mradermacher +--- +## About + + + + + + + + + +weighted/imatrix quants of https://huggingface.co/wangsheng1986/DistilQwen2.5-R1-7B + + + +***For a convenient overview and download list, visit our [model page for this model](https://hf.tst.eu/model#DistilQwen2.5-R1-7B-i1-GGUF).*** + +static quants are available at https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-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/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.imatrix.gguf) | imatrix | 0.1 | imatrix file (for creating your own quants) | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ1_S.gguf) | i1-IQ1_S | 1.8 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ1_M.gguf) | i1-IQ1_M | 2.0 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.2 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.4 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ2_S.gguf) | i1-IQ2_S | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ2_M.gguf) | i1-IQ2_M | 2.6 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q2_K_S.gguf) | i1-Q2_K_S | 2.8 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q2_K.gguf) | i1-Q2_K | 2.9 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.0 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.2 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.4 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ3_S.gguf) | i1-IQ3_S | 3.4 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ3_M.gguf) | i1-IQ3_M | 3.4 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q3_K_M.gguf) | i1-Q3_K_M | 3.7 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.0 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.0 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.2 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q4_0.gguf) | i1-Q4_0 | 4.2 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.3 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q4_K_M.gguf) | i1-Q4_K_M | 4.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q4_1.gguf) | i1-Q4_1 | 4.6 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.0 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/DistilQwen2.5-R1-7B-i1-GGUF/resolve/main/DistilQwen2.5-R1-7B.i1-Q6_K.gguf) | i1-Q6_K | 5.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. + +