Zyphra Releases ZAYA1-8B-Diffusion-Preview: The First MoE Diffusion Model Converted From an Autoregressive LLM With Up to 7.7x Speedup
7.7x speedup. Zyphra just proved you can convert autoregressive MoE models into diffusion models without losing performance.

Why it matters
Zyphra demonstrates a novel architecture conversion technique that shifts inference from memory-bound to compute-bound operations, potentially reshaping how teams optimize LLM inference as GPU compute continues to outpace memory bandwidth scaling.
The key facts
5 to knowZAYA1-8B-Diffusion-Preview: first MoE diffusion model converted from autoregressive LLM
7.7x inference speedup achieved over autoregression
No systematic loss in evaluation performance during conversion
Shifts decoding from memory-bandwidth bound to compute-bound
Addresses GPU scaling imbalance: FLOPs scaling faster than memory bandwidth
Go to the source
MarkTechPostmarktechpost.com
Publisher excerpt: Zyphra's latest release shows that an autoregressive MoE model can be converted into a discrete diffusion model with no systematic loss in evaluation performance. ZAYA1-8B-Diffusion-Preview achieves up to 7.7x inference speedup over autoregression by shifting decoding from memory-bandwidth bound to…