Vibeleaderboard
← All Intel
Intel / video

Taking Reinforcement Learning Cross Datacenter — Nan Jiang, Modal

Source
AI Engineer
Author
AI Engineer
Date
Why it matters

Explains why fewer than 1% of served weights actually change between RL versions, and how that fact lets rollout fleets live outside the trainer's cluster entirely.

Key quotes

“A frontier scale checkpoint is around 500 GB, so shipping one to a rollout fleet in another region takes minutes to hours and kills any hope of weight updates landing in seconds.”

“Nan Jiang's claim is that you can send roughly 500 MB instead and have the rollout engine reconstruct a bitwise identical weights version.”

“Fewer than 1% of rollout visible weights actually change between consecutive versions, and the reason is not that gradients are sparse. Gradients are dense, about 99% of parameters get a nonzero gradient and the FP32 master update is dense too. It is just small.”

“an internal run serving GLM 4.7 Air in FP8 saw 0.15% of weights change on the first step and settle near 0.05%”

Read the source www.youtube.com
More from AI Engineer
Recommended reads
Comments

Checking sign-in…

Loading comments…