From 1a4907e2e9e8e6183c48932bfa025b6a359580ea Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sun, 5 Jul 2026 00:33:19 +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-V2-Lite-GGUF Source: Original Platform --- .gitattributes | 49 +++++++++++++++++++++++++++ DeepSeek-V2-Lite.IQ3_M.gguf | 3 ++ DeepSeek-V2-Lite.IQ3_S.gguf | 3 ++ DeepSeek-V2-Lite.IQ3_XS.gguf | 3 ++ DeepSeek-V2-Lite.IQ4_XS.gguf | 3 ++ DeepSeek-V2-Lite.Q2_K.gguf | 3 ++ DeepSeek-V2-Lite.Q3_K_L.gguf | 3 ++ DeepSeek-V2-Lite.Q3_K_M.gguf | 3 ++ DeepSeek-V2-Lite.Q3_K_S.gguf | 3 ++ DeepSeek-V2-Lite.Q4_K_M.gguf | 3 ++ DeepSeek-V2-Lite.Q4_K_S.gguf | 3 ++ DeepSeek-V2-Lite.Q5_K_M.gguf | 3 ++ DeepSeek-V2-Lite.Q5_K_S.gguf | 3 ++ DeepSeek-V2-Lite.Q6_K.gguf | 3 ++ DeepSeek-V2-Lite.Q8_0.gguf | 3 ++ README.md | 65 ++++++++++++++++++++++++++++++++++++ 16 files changed, 156 insertions(+) create mode 100644 .gitattributes create mode 100644 DeepSeek-V2-Lite.IQ3_M.gguf create mode 100644 DeepSeek-V2-Lite.IQ3_S.gguf create mode 100644 DeepSeek-V2-Lite.IQ3_XS.gguf create mode 100644 DeepSeek-V2-Lite.IQ4_XS.gguf create mode 100644 DeepSeek-V2-Lite.Q2_K.gguf create mode 100644 DeepSeek-V2-Lite.Q3_K_L.gguf create mode 100644 DeepSeek-V2-Lite.Q3_K_M.gguf create mode 100644 DeepSeek-V2-Lite.Q3_K_S.gguf create mode 100644 DeepSeek-V2-Lite.Q4_K_M.gguf create mode 100644 DeepSeek-V2-Lite.Q4_K_S.gguf create mode 100644 DeepSeek-V2-Lite.Q5_K_M.gguf create mode 100644 DeepSeek-V2-Lite.Q5_K_S.gguf create mode 100644 DeepSeek-V2-Lite.Q6_K.gguf create mode 100644 DeepSeek-V2-Lite.Q8_0.gguf create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9c2e272 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,49 @@ +*.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 +DeepSeek-V2-Lite.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text +DeepSeek-V2-Lite.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text diff --git a/DeepSeek-V2-Lite.IQ3_M.gguf b/DeepSeek-V2-Lite.IQ3_M.gguf new file mode 100644 index 0000000..5e1acae --- /dev/null +++ b/DeepSeek-V2-Lite.IQ3_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300be67c5aa74b3954e2c605e96cf5b4417e6383dbd468cba7a0a5380304c697 +size 7553175264 diff --git a/DeepSeek-V2-Lite.IQ3_S.gguf b/DeepSeek-V2-Lite.IQ3_S.gguf new file mode 100644 index 0000000..1e82ffc --- /dev/null +++ b/DeepSeek-V2-Lite.IQ3_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ff85593d3208fe26e2c1567c6899178cb1b2e30c11f43409423e463571537f +size 7487663840 diff --git a/DeepSeek-V2-Lite.IQ3_XS.gguf b/DeepSeek-V2-Lite.IQ3_XS.gguf new file mode 100644 index 0000000..0e02e71 --- /dev/null +++ b/DeepSeek-V2-Lite.IQ3_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e8c82f6d1488215644cfee949b4c5717295ac5179375965de4190f5a25a096 +size 7122857696 diff --git a/DeepSeek-V2-Lite.IQ4_XS.gguf b/DeepSeek-V2-Lite.IQ4_XS.gguf new file mode 100644 index 0000000..50cf8d3 --- /dev/null +++ b/DeepSeek-V2-Lite.IQ4_XS.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992b07725fcb338fb515b7d060c135add6a1a4ac3a40e04d86e726cc5d0743d4 +size 8646804192 diff --git a/DeepSeek-V2-Lite.Q2_K.gguf b/DeepSeek-V2-Lite.Q2_K.gguf new file mode 100644 index 0000000..77cbe78 --- /dev/null +++ b/DeepSeek-V2-Lite.Q2_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87540101f7e99dc3ead80651abfd18e1ee38195f3e8afaf9cb2b6625244ea7f0 +size 6430464736 diff --git a/DeepSeek-V2-Lite.Q3_K_L.gguf b/DeepSeek-V2-Lite.Q3_K_L.gguf new file mode 100644 index 0000000..bc99736 --- /dev/null +++ b/DeepSeek-V2-Lite.Q3_K_L.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd27054ce49120822519c58e1e02515bb262fd0660b472ed1fa355a7cdcb395 +size 8459398880 diff --git a/DeepSeek-V2-Lite.Q3_K_M.gguf b/DeepSeek-V2-Lite.Q3_K_M.gguf new file mode 100644 index 0000000..5d63a64 --- /dev/null +++ b/DeepSeek-V2-Lite.Q3_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00216563a9ae851fa8a1f145e2758f4f273958d45edfb9d9024eed203781a509 +size 8126607072 diff --git a/DeepSeek-V2-Lite.Q3_K_S.gguf b/DeepSeek-V2-Lite.Q3_K_S.gguf new file mode 100644 index 0000000..eac3844 --- /dev/null +++ b/DeepSeek-V2-Lite.Q3_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3708f33c1affada021500e20d200653e699500dc1f465564d6652444a37df1a8 +size 7487663840 diff --git a/DeepSeek-V2-Lite.Q4_K_M.gguf b/DeepSeek-V2-Lite.Q4_K_M.gguf new file mode 100644 index 0000000..203c219 --- /dev/null +++ b/DeepSeek-V2-Lite.Q4_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70985c39ba3e51a53e6ad6ae25ce29a3efc92b4802f61645760e1bc1eb89ad1a +size 10364416736 diff --git a/DeepSeek-V2-Lite.Q4_K_S.gguf b/DeepSeek-V2-Lite.Q4_K_S.gguf new file mode 100644 index 0000000..8bdc6c0 --- /dev/null +++ b/DeepSeek-V2-Lite.Q4_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07aa8e9186417fe1f40a0a55b7b09fe533fde2f559cb29d16e5d10beb8ca9c4 +size 9533608672 diff --git a/DeepSeek-V2-Lite.Q5_K_M.gguf b/DeepSeek-V2-Lite.Q5_K_M.gguf new file mode 100644 index 0000000..aed3d61 --- /dev/null +++ b/DeepSeek-V2-Lite.Q5_K_M.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3a985d9609fe122c753890e7e44120f792e599b265a29b1ce1235acaed78fa9 +size 11851313888 diff --git a/DeepSeek-V2-Lite.Q5_K_S.gguf b/DeepSeek-V2-Lite.Q5_K_S.gguf new file mode 100644 index 0000000..2229192 --- /dev/null +++ b/DeepSeek-V2-Lite.Q5_K_S.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b1704010447a9521422bcc662a6159e3ef8ce052a44395db4e3bcda8cf4a4c +size 11143058144 diff --git a/DeepSeek-V2-Lite.Q6_K.gguf b/DeepSeek-V2-Lite.Q6_K.gguf new file mode 100644 index 0000000..ebd1318 --- /dev/null +++ b/DeepSeek-V2-Lite.Q6_K.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3fc7124beb2aa6c9932cbaba9d9ad5a0fb9a0dc2af6dce7b183f7020c6967e +size 14066972384 diff --git a/DeepSeek-V2-Lite.Q8_0.gguf b/DeepSeek-V2-Lite.Q8_0.gguf new file mode 100644 index 0000000..1b7af3e --- /dev/null +++ b/DeepSeek-V2-Lite.Q8_0.gguf @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d2ca1bfb557cad505fd021ceb9f6b8894039cf679c81e7e4456acd36688de5 +size 16702517984 diff --git a/README.md b/README.md new file mode 100644 index 0000000..9222de2 --- /dev/null +++ b/README.md @@ -0,0 +1,65 @@ +--- +base_model: ZZichen/DeepSeek-V2-Lite +language: +- en +library_name: transformers +no_imatrix: 'GGML_ASSERT: llama.cpp/ggml-cuda/concat.cu:107: ggml_is_contiguous(src0)' +quantized_by: mradermacher +--- +## About + + + + + + +static quants of https://huggingface.co/ZZichen/DeepSeek-V2-Lite + + +## 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-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q2_K.gguf) | Q2_K | 6.5 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.IQ3_XS.gguf) | IQ3_XS | 7.2 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.IQ3_S.gguf) | IQ3_S | 7.6 | beats Q3_K* | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q3_K_S.gguf) | Q3_K_S | 7.6 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.IQ3_M.gguf) | IQ3_M | 7.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q3_K_M.gguf) | Q3_K_M | 8.2 | lower quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q3_K_L.gguf) | Q3_K_L | 8.6 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.IQ4_XS.gguf) | IQ4_XS | 8.7 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q4_K_S.gguf) | Q4_K_S | 9.6 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q4_K_M.gguf) | Q4_K_M | 10.5 | fast, recommended | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q5_K_S.gguf) | Q5_K_S | 11.2 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q5_K_M.gguf) | Q5_K_M | 12.0 | | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q6_K.gguf) | Q6_K | 14.2 | very good quality | +| [GGUF](https://huggingface.co/mradermacher/DeepSeek-V2-Lite-GGUF/resolve/main/DeepSeek-V2-Lite.Q8_0.gguf) | Q8_0 | 16.8 | fast, best quality | + +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. + +