Decoupled DiLoCo: Resilient, Distributed AI Training at Scale
Article URL: https://deepmind.google/blog/decoupled-diloco/ Comments URL: https://news.ycombinator.com/item?id=47924181 Points: 1 # Comments: 0
Article URL: https://deepmind.google/blog/decoupled-diloco/
Comments URL: https://news.ycombinator.com/item?id=47924181
Our new distributed architecture helps to train LLMs across distant data centers - with lower bandwidth and more hardware resiliency.
Training a frontier AI model traditionally depends on a large, tightly coupled system in which identical chips must stay in near-perfect synchronization. This approach is highly effective for todayโs state-of-the-art models, but as we look toward future generations of scale, maintaining this level of synchronization across thousands of chips becomes a significant logistical challenge.
Today, in a new paper we are excited to share a new approach to this problem, called Decoupled DiLoCo (Distributed Low-Communication). By dividing large training runs across decoupled โislandsโ of compute, with asynchronous data flowing between them, this architecture isolates local disruptions so that other parts of the system can keep learning efficiently.
The result is a more resilient and flexible way to train advanced models across globally distributed data centers. And crucially, Decoupled DiLoCo does not suffer the communication delays that made previous distributed methods like Data-Parallel impractical at global scale.
As frontier models continue to grow in scale and complexity, weโre exploring diverse approaches to train models across more compute, locations and varied hardware.
Figure 1: Decoupling training runs into separate โislandsโ of compute (learner units) allows largely uninterrupted training despite the same level of hardware failures, because the effects of those failures are isolated.