English

Oobleck: Resilient Distributed Training of Large Models Using Pipeline Templates

Distributed, Parallel, and Cluster Computing 2023-11-09 v2 Machine Learning

Abstract

Oobleck enables resilient distributed training of large DNN models with guaranteed fault tolerance. It takes a planning-execution co-design approach, where it first generates a set of heterogeneous pipeline templates and instantiates at least f+1f+1 logically equivalent pipeline replicas to tolerate any ff simultaneous failures. During execution, it relies on already-replicated model states across the replicas to provide fast recovery. Oobleck provably guarantees that some combination of the initially created pipeline templates can be used to cover all available resources after ff or fewer simultaneous failures, thereby avoiding resource idling at all times. Evaluation on large DNN models with billions of parameters shows that Oobleck provides consistently high throughput, and it outperforms state-of-the-art fault tolerance solutions like Bamboo and Varuna by up to 29.6x29.6x.

Keywords

Cite

@article{arxiv.2309.08125,
  title  = {Oobleck: Resilient Distributed Training of Large Models Using Pipeline Templates},
  author = {Insu Jang and Zhenning Yang and Zhen Zhang and Xin Jin and Mosharaf Chowdhury},
  journal= {arXiv preprint arXiv:2309.08125},
  year   = {2023}
}

Comments

SOSP'23 | Camera-ready + figures and numbers are corrected

R2 v1 2026-06-28T12:22:14.443Z