From 0904ebb31832a3af7d79633e3f05b2f08ba4425a Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 7 Jun 2026 01:04:20 +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/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF Source: Original Platform --- .gitattributes | 60 +++++++++++++++ ...-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_M.gguf | 3 + ...-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_S.gguf | 3 + ...-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_M.gguf | 3 + ...-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_S.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XS.gguf | 3 + ...1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XXS.gguf | 3 + ...-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_M.gguf | 3 + ...-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_S.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XS.gguf | 3 + ...1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XXS.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_NL.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_XS.gguf | 3 + ...k-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K_S.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_L.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_M.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_S.gguf | 3 + ...k-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_0.gguf | 3 + ...k-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_1.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_M.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_S.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_M.gguf | 3 + ...R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_S.gguf | 3 + ...k-R1-ReDistill-Llama3-8B-v1.1.i1-Q6_K.gguf | 3 + README.md | 76 +++++++++++++++++++ imatrix.dat | 3 + 27 files changed, 211 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_M.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_S.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_M.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_S.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XS.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XXS.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_M.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_S.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XS.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XXS.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_NL.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_XS.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K_S.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_L.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_M.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_S.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_0.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_1.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_M.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_S.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_M.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_S.gguf create mode 100644 DeepSeek-R1-ReDistill-Llama3-8B-v1.1.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..37d4813 --- /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 +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_M.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_M.gguf new file mode 100644 index 0000000..f98b2d9 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714d4d4b63c20c3d1a30fce7f16a0db5d0760207099a0a567722ec4bdcc5503e +size 2161975168 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_S.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_S.gguf new file mode 100644 index 0000000..b5c2dce --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae42331999e9e2397cbdffaa59904cd6cc4928f7a72597174a5bffa92aeccce +size 2019630976 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_M.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_M.gguf new file mode 100644 index 0000000..ca5c779 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126177382b62b640b38c693635257c41cd1c92a3f793de236a857efa6f85f6e7 +size 2948284288 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_S.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_S.gguf new file mode 100644 index 0000000..07ab558 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf3cc9c44342358e185d44927f1fa2b15207d1cb2a8abe385e589c129c0249c +size 2758492032 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XS.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XS.gguf new file mode 100644 index 0000000..44ce83b --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb7405387bccee9aeab2a4a4ad8f568e35da085b6e671ae770974bbb8297b52 +size 2605784960 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XXS.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XXS.gguf new file mode 100644 index 0000000..dacbccc --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a35cd31d526737715d3e3cffb8362cdbb5e40da923893085ff9c4ee5e567fee +size 2399215488 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_M.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_M.gguf new file mode 100644 index 0000000..58a8ba0 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98662ea2611b259adac8a87a4a97ede8fdb5446288a781117b018ac2e66093a +size 3784826752 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_S.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_S.gguf new file mode 100644 index 0000000..b9e5de8 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fb0beddeb05afea375c2704617f1002e18bdeaffab165d68c7a2a538383c03 +size 3682328448 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XS.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XS.gguf new file mode 100644 index 0000000..cbe0163 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e683adb51f3fdc01d8fe4c6fa171b7a4da364a2f672df1c055b48554230f8409 +size 3518750592 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XXS.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XXS.gguf new file mode 100644 index 0000000..8eef625 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XXS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b613269dbbe2365eab0b9e90e287700caef48f054b12ca060a7efbe9f53ffba7 +size 3274915712 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_NL.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_NL.gguf new file mode 100644 index 0000000..a10df60 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_NL.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d453356f802e5f6d963364f1418bd88c4ce7d0c3911a8ac1b246ae8fae00ef +size 4677992320 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_XS.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_XS.gguf new file mode 100644 index 0000000..b77803e --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19c16d6e90a43c486ae4692ad62f873248c3711cab62979e0391b80ec7f9f1c +size 4447666048 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K.gguf new file mode 100644 index 0000000..12586dd --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f427c337cc0c1cb5aa650056d63d618a0635a7d6187da718318796aecaebff6 +size 3179134848 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K_S.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K_S.gguf new file mode 100644 index 0000000..0c4946e --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1f9598f22ee2a93c2678f20c50b5ea8520af45e6511d129ca7993cc73ee335 +size 2988818304 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_L.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_L.gguf new file mode 100644 index 0000000..31ce5f7 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aecab679bd25aa7d1df8cda4ae000d05b8763475caa08a1e6c6f89330280f75d +size 4321959808 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_M.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_M.gguf new file mode 100644 index 0000000..0197cda --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4953ff2881e3203160d7903c6f0a472c0252a296471bd719e2deb91ee5d6e210 +size 4018921344 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_S.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_S.gguf new file mode 100644 index 0000000..b8caf51 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1fc9f55cd63d0b785a3c18856ad5cbc1de61073fe630651de3a35e8c39f0c6 +size 3664502656 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_0.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_0.gguf new file mode 100644 index 0000000..1b2245a --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fb204d1dd23b27ec01bd5b3bcfd945fca68886792e9140ae8f90d490e5e99e +size 4675895168 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_1.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_1.gguf new file mode 100644 index 0000000..6d45135 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_1.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ca23c7fa1fd842ed2638a6eb03ec2169131d8b099e7e9fcc205a40cefadb29 +size 5130256256 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_M.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_M.gguf new file mode 100644 index 0000000..2ec49d7 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354a5f61f2ad3453c256bc62fadc9868ae4cac4b3251f9b2a3b871da488293d1 +size 4920737664 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_S.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_S.gguf new file mode 100644 index 0000000..4c3c6e3 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6848d1eeb9989667e4025f3bd8a977cda3fed70e99c3763fabf998dbbc10ac4 +size 4692672384 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_M.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_M.gguf new file mode 100644 index 0000000..99d3d30 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb85b394883e3413676701a7a17463dab3665209574071420aaa3af55ac06f4 +size 5732990848 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_S.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_S.gguf new file mode 100644 index 0000000..bfdd0f2 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d7ddbe5ad107458dca263794696e30387eb52bf20f6c0cb4ad2530b0cdc935 +size 5599297408 diff --git a/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q6_K.gguf b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q6_K.gguf new file mode 100644 index 0000000..1c73e65 --- /dev/null +++ b/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac37dddafe22595cb4589221631407f525f3a9145739dd035b1b9afee3416769 +size 6596009856 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d16ddd2 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +--- +base_model: mobiuslabsgmbh/DeepSeek-R1-ReDistill-Llama3-8B-v1.1 +language: +- en +library_name: transformers +license: mit +quantized_by: mradermacher +--- +## About + + + + + + +weighted/imatrix quants of https://huggingface.co/mobiuslabsgmbh/DeepSeek-R1-ReDistill-Llama3-8B-v1.1 + + +static quants are available at https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-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/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_S.gguf) | i1-IQ1_S | 2.1 | for the desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ1_M.gguf) | i1-IQ1_M | 2.3 | mostly desperate | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XXS.gguf) | i1-IQ2_XXS | 2.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_XS.gguf) | i1-IQ2_XS | 2.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_S.gguf) | i1-IQ2_S | 2.9 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ2_M.gguf) | i1-IQ2_M | 3.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K_S.gguf) | i1-Q2_K_S | 3.1 | very low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q2_K.gguf) | i1-Q2_K | 3.3 | IQ3_XXS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XXS.gguf) | i1-IQ3_XXS | 3.4 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_XS.gguf) | i1-IQ3_XS | 3.6 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_S.gguf) | i1-Q3_K_S | 3.8 | IQ3_XS probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_S.gguf) | i1-IQ3_S | 3.8 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ3_M.gguf) | i1-IQ3_M | 3.9 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_M.gguf) | i1-Q3_K_M | 4.1 | IQ3_S probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q3_K_L.gguf) | i1-Q3_K_L | 4.4 | IQ3_M probably better | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_XS.gguf) | i1-IQ4_XS | 4.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_0.gguf) | i1-Q4_0 | 4.8 | fast, low quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-IQ4_NL.gguf) | i1-IQ4_NL | 4.8 | prefer IQ4_XS | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_S.gguf) | i1-Q4_K_S | 4.8 | optimal size/speed/quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_K_M.gguf) | i1-Q4_K_M | 5.0 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q4_1.gguf) | i1-Q4_1 | 5.2 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_S.gguf) | i1-Q5_K_S | 5.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q5_K_M.gguf) | i1-Q5_K_M | 5.8 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-R1-ReDistill-Llama3-8B-v1.1-i1-GGUF/resolve/main/DeepSeek-R1-ReDistill-Llama3-8B-v1.1.i1-Q6_K.gguf) | i1-Q6_K | 6.7 | 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..8ba7b47 --- /dev/null +++ b/imatrix.dat @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e55aa2e6616efea74467cb4a54f52c22de50bf3d6dfeccffd831ce1d1bc3e4e +size 4988157