Xiaomi has released MiMo-V2.5-DFlash on Hugging Face, a 300-billion-parameter language model featuring DFlash optimization for enhanced inference speed. The release includes dedicated DFlash weights stored in a separate directory alongside the standard model files, allowing developers to test the optimized variant.

Based on initial user reports, the base MiMo-V2.5 model achieves 8–10 tokens per second on dual 24GB graphics cards with 96–128GB DDR5 RAM offloading. The DFlash optimization is expected to roughly double this throughput, making the model substantially more practical for consumer-grade hardware deployments.

The release also includes a separate MTP (Multi-Token Prediction) model, addressing prior implementation challenges. While previous shared MTP heads did not function properly in llama.cpp due to difficulties identifying MTP layers, the standalone MTP model may offer better compatibility with existing inference frameworks. DFlash itself is expected to work within current tools, providing an immediate performance boost for users seeking faster inference on local systems.