CoolFace
Modelpublic

puwaer/DeepSeek-V4-Flash-0731-ream-150b

sourceHugging Facemitupdated 1mo agoView on Hugging Face
0likes91downloads
4 commits on main
0f1c8581mo ago

Fix inference/config.json: n_routed_experts and n_mtp_layers were copied verbatim from the base model's inference/config.json (256 experts, 3 MTP layers) instead of reflecting this checkpoint's actual compressed architecture (132 experts, 0 MTP layers -- the MTP modules were removed during compression, confirmed against model.safetensors.index.json). inference/model.py uses these fields to size the expert gate and MTP prediction heads, so the stale values would have caused a shape mismatch loading this checkpoint through the bundled reference inference/ scripts.

puwaer
94213a31mo ago

Upload 8 files

puwaer
675a58a2mo ago

Upload folder using huggingface_hub

puwaer
26b4ddb2mo ago

initial commit

puwaer