Views
No views yet
deepseek-ai/DeepSeek-V4-Pro-DSpark
checkpoint using the standalone Python scripts included here. The source
manifest, deterministic tensor recipe, structural parser, numeric verifier,
dependency pin, and build evidence are published alongside the artifact.| File | Bytes | SHA-256 |
|---|---|---|
DeepSeek-V4-Pro-DSpark-Drafter-Q2_K-Q8_0.gguf | 26,616,105,472 | 1ddd0ad10583658809ec6b8c69b02214c83e1d2e0cd89e0c197d86eda10cede7 |
DeepSeek-V4-Pro-DSpark-Drafter-Q2_K-Q8_0-dflash.gguf | 26,621,353,856 | 9e53ffd4fc6bd298ad4d1428f7da1d88615b266294ef2f1f4f95b9ac1279169a |
deepseek_v4_pro_dspark_draft architecture. Its 81 tensors use this policy:| Output type | Tensors | Transformation |
|---|---|---|
| F32 | 45 | BF16 expanded exactly to F32, or source F32 bytes preserved |
| F16 | 2 | BF16 Markov heads rounded to F16 |
| Q8_0 | 25 | FP8 E4M3 weights with E8M0 block scales dequantized, then quantized to Q8_0 |
| Q2_K | 9 | Routed-expert MXFP4 decoded and requantized with the unweighted DS4 reference Q2_K algorithm |
deepseek-ai/DeepSeek-V4-Pro-DSpark7c09739fd136abfb70a49ec334157f65f45b52cdmanifest/source.json; the
downloader and converter reject any mismatch.requirements-linux-aarch64-py314.lock. Source download requires the hf
CLI; the reference build used version 1.24.0. The upstream repository is
public, so a Hugging Face token is not required.1uv venv --python 3.14.6 .venv
2uv pip install --python .venv/bin/python \
3 --require-hashes --only-binary=:all: \
4 -r requirements-linux-aarch64-py314.lock
5
6.venv/bin/python scripts/download_sources.py --destination sources
7.venv/bin/python -m unittest discover -s tests -v
8.venv/bin/python scripts/reproduce.py \
9 --sources sources \
10 --recipe q2_k-q8_0 \
11 --manifest-dir manifest \
12 --repeat-check
13sha256sum -c SHA256SUMSmanifest/source.json before use.
--repeat-check performs a second clean conversion and requires the complete
GGUF SHA-256 to match byte for byte.manifest/build-q2_k-q8_0.jsonmanifest/validation-q2_k-q8_0.jsonSHA256SUMS0.55; the measured maximum was 0.5107014775276184. Q8_0 enforces 0.01;
its measured maximum was 0.00396728515625. The Pro Q2_K bound covers the
measured maximum that exceeded the Flash recipe's 0.50 bound; it is not a
claim about end-to-end model quality. The focused unit test also requires
byte-for-byte agreement with a nontrivial 84-byte block emitted by the
attributed C reference quantizer.DeepSeek-V4-Pro-DSpark-Drafter-Q2_K-Q8_0-dflash.gguf uses GGUF v3,
general.architecture=dflash, canonical llama.cpp metadata and tensor names,
and canonical one-based dflash.target_layers=[59, 60, 61].3581ba0cf591b3f772fbb002de0f70e294bc0396, incorporating PR #25784 and
the separate-DSpark converter in PR #26452. Its exact type inventory is F32
45, F16 2, Q8_0 25, Q2_K 9, and BF16 0.15586e2d7165570fb3aa7c26e0d442e289ef69de, including
tokenizer.ggml.mask_token_id=128799. The legacy artifact remains available.1.venv/bin/python -m unittest discover -s tests -v
2.venv/bin/python scripts/dflash.py \
3 --sources sources \
4 --target-tokenizer-gguf tokenizer.gguf \
5 --manifest-dir manifest \
6 --repeat-check \
7 --legacy-reference DeepSeek-V4-Pro-DSpark-Drafter-Q2_K-Q8_0.gguf
8sha256sum -c SHA256SUMSmanifest/.deepseek_v4_pro_dspark_draft and
dspark.* dialect. The standardized file requires llama.cpp dflash
support.ns4 standardized dflash path supports Flash only. ns4
needs Pro runtime support before it can load this standardized Pro file.DeepSeek-V4-Pro-IQ2XXS-w2Q2K-AProjQ8-SExpQ8-OutQ8-Instruct-imatrix.gguf
at revision a88c423b511666d7ff7a4dcaee651669312bea97, SHA-256
a0314d9c0e16122cd60071079124a2d17185d317c55a8f95ecb3ed3506278a96.LICENSE. The conversion and verification scripts are under
LICENSE.code. The pinned checkpoint's
upstream license
and the DS4/GGML attribution in
THIRD_PARTY_NOTICES.md provide the applicable
notices.