@tianjun_zhang: We scale up RL on TPUs for the MiMo families It is quite a journey for us to bring RL to scale with Jax + TPU: the most…

X AI KOLs Timeline Models

Summary

Peano Labs has scaled reinforcement learning on TPUs for the MiMo model family, enabling full-parameter RL at 310B parameters with Jax, where scaling is primarily a configuration change.

We scale up RL on TPUs for the MiMo families 🚀 It is quite a journey for us to bring RL to scale with Jax + TPU: the most amazing part for me is that scaling it up is mostly a config change, not a code rewrite. This is the dream for any researcher 🫣 Read our blog for more details. Thanks to @XiaomiMiMo, @berkeley_ai, and @googlecloud for making it happen! We'll share more details soon!
Original Article
View Cached Full Text

Cached at: 09/22/26, 04:04 PM

We scale up RL on TPUs for the MiMo families 🚀

It is quite a journey for us to bring RL to scale with Jax + TPU: the most amazing part for me is that scaling it up is mostly a config change, not a code rewrite. This is the dream for any researcher 🫣

Read our blog for more details. Thanks to @XiaomiMiMo, @berkeley_ai, and @googlecloud for making it happen! We’ll share more details soon!

Peano Labs (@peano_ai): We enable full-parameter RL on TPUs: MiMo-V2.6 at 310B, plus other stable training runs of 1,000+ steps across 1,000+ TPUs.

With JAX, scaling up is a config change, not a rewrite.

We built on that with optimized vLLM inference for faster rollouts and full bitwise

Similar Articles

@ying11231: Impressive performance on TPU.

X AI KOLs Timeline

A blog post from LMSYS Org details optimizing Ling-2.6-1T, a 1 trillion parameter hybrid MoE model, on TPU v7x using SGLang-JAX, achieving efficient inference by hiding MoE data movement behind computation with a single Pallas kernel.