A 2-bit build of
DeepSeek-V4-Flash-0731-REAM144-163B —
DeepSeek-V4-Flash with
144 of the original 256 experts per layer, sized to run fully resident on a 64 GiB Mac with room for 8k context.
Quantized with the standard DS4 recipe (2-bit experts, 8-bit attention) and a fresh
importance matrix.
Adding DSpark pushes the total past a 64 GiB budget — measured on a 64 GiB Mac it slows prefill ~10× and can thrash generation; use it on larger hosts only.
One pruning step, straight from the original — no cascading. Expert importance was
measured by running
deepseek-ai/DeepSeek-V4-Flash-0731
over a ~5-million-token calibration mix (multi-turn dialogs, thinking and direct modes,
rendered with the model's own chat encoder). The strongest experts of every domain were
protected from pruning, the survivors were carried over
byte-identical, and the
router was re-balanced to keep the original selection behavior.
Every scenario is a live multi-turn conversation run end-to-end on the DS4 runtime (raw evidence ships in SMOKE_REPORT.json).
Stability = pass rate over independent reruns of the scenarios that failed the first run; passing scenarios were not re-run.