Views
No views yet
ds4flash-v5.gguf).
Every release in this line is REAP-25 trimmed.--check-reference):
KL(ref‖ours) at confident positions is 1e-5 .. 1e-6 with top-1
matched at every graded depth.| Component | Treatment |
|---|---|
| Routed experts | IQ2_XXS floor (2.06 bpw) on 34 layers with MXFP4 (4.25 bpw, byte-lossless re-encode of the FP4 source) promoted on the quality-sensitive layers — the early stack (layers 0–11) plus four sensitive mid layers (22, 26, 29, 33). MXFP4 layers run the CUTLASS tensor-core type-40 W4A8 grouped GEMM |
| 2-bit storage | IQ2_XXS_MMQ (type 43) aligned-SoA pre-store: the MMQ tensor-core tile layout is baked at quantize time — byte-identical logits to IQ2_XXS, no boot-time repack |
| Expert set | REAP-25 trimmed, per-layer policy: layers 3–42 keep 192 of 256 routed experts; the first three layers keep the full 256. The keep counts ship in the header (reap.layer.keep_count, layout ds4-compact-v1) — readable with the inspection snippet below |
| Attention, shared experts, dense | MXFP8 (E4M3) — byte-lossless re-encode of the FP8 QAT source, type-41 MXFP8_LT swizzle (390 tensors), loaded zero-copy |
| Embeddings, norms, residual, head | BF16 source format (type 30) |
| DSpark drafter | The 0731 drafter, embedded in the same GGUF; auto-detected and enabled at load |
| KV cache (runtime) | NVFP4 384 B rows on every surface (raw ring, compressed, drafter); MXFP4 indexer cache |
gguf-tools/build/rebuild_collapsed.sh in the pulsar repo.ds4flash-v5.gguf 92,769,087,904 bytes
sha256: 997098411c5082934c6f69bc05e22d16720e5eca4aeebeda1805a8274f5f2e8fCUDA_ARCH=sm_120f./download_model.sh v5, or:hf download twaggs88/DeepSeek-V4-Flash-REAP25-DSpark-ds4-GGUF ds4flash-v5.gguf --local-dir gguf1curl -sL -H "Range: bytes=0-41943039" -o hdr.bin \
2 "https://huggingface.co/twaggs88/DeepSeek-V4-Flash-REAP25-DSpark-ds4-GGUF/resolve/main/ds4flash-v5.gguf"
3python3 gguf-tools/gguf_hdr.py hdr.bin # from the pulsar repo