Views
No views yet
| File | Bytes | SHA-256 |
|---|---|---|
DeepSeek-V4-Flash-0731-DSpark-Drafter-Q2_K-Q8_0-dflash.gguf | 6,976,490,112 | 2c8065906a7b4d841e10f15b350ed14410fe715df3973e9622dccd278ed28e8e |
DeepSeek-V4-Flash-0731-DSpark-Drafter-IQ2_XXS-MXFP4-Q8_0-dflash.gguf | 7,302,985,888 | e4b2b63356e11823c81eb2d3dc9739ae3c2935b970747c9b3be101548a3c17ec |
general.architecture=dflash schema.1hf download dev7a/DeepSeek-V4-Flash-0731-DSpark-Drafter-GGUF \
2 DeepSeek-V4-Flash-0731-DSpark-Drafter-IQ2_XXS-MXFP4-Q8_0-dflash.ggufdeepseek-ai/DeepSeek-V4-Flash-0731 revision
9e165c30e2704aec5d9d593cce3eebd58bbef1cb. The repository contains the
pinned source manifest, the Q2_K converter, standardized dflash rewriters,
verification scripts, tests, build manifests, and checksums.dflash tensors with 32-byte alignment.15586e2d7165570fb3aa7c26e0d442e289ef69de, including
tokenizer.ggml.mask_token_id=128799.draft-dspark decode generated 120 draft tokens and
accepted 38, with no invalid -1 token.e470f38280d9ff4f020c242233998562a88463ee loaded the corrected Q2
file and completed an exact 32-token decode, drafting 47 and accepting 12.0.49072265625, below 0.5, and maximum Q8_0 block-relative error
0.00396728515625, below 0.01.antirez/ds4 pull request 645 at commit
d147270d7422ba0eb55985c8d4075b9dfaa84bf1. It uses the public routed-MoE
importance matrix from antirez/deepseek-v4-gguf. The build manifest pins its
revision, checksum, and the deterministic MTP alias transformation.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.venv/bin/python scripts/download_sources.py --destination sources
6.venv/bin/python -m unittest discover -s tests -v
7.venv/bin/python scripts/reproduce.py \
8 --sources sources --recipe q2_k-q8_0 \
9 --manifest-dir manifest --repeat-check
10.venv/bin/python scripts/dflash.py \
11 --sources sources --recipe q2_k-q8_0 \
12 --legacy-input DeepSeek-V4-Flash-0731-DSpark-Drafter-Q2_K-Q8_0.gguf \
13 --target-tokenizer-gguf tokenizer.gguf \
14 --manifest-dir manifest --repeat-check
15
16# The mixed legacy GGUF is produced with the pinned ds4 converter and imatrix.
17.venv/bin/python scripts/rewrite_mixed_dflash.py \
18 DeepSeek-V4-Flash-0731-DSpark-Drafter-IQ2_XXS-MXFP4-Q8_0.gguf \
19 --target-tokenizer-gguf tokenizer.gguf \
20 --manifest-dir manifestdflash GGUF schema and the selected
Q2_K or IQ2_XXS/MXFP4 expert recipe.
This is a community conversion, not an official DeepSeek release.LICENSE.code and
THIRD_PARTY_NOTICES.md.