TorchTitan 论文解读:面向 LLM 预训练 的 PyTorch 原生方案
最近看到 TorchTitan1 被 ICLR 2025 接收2,本文
- FSDP
- Flight Recorder
- PyTorch 原生并行:从 Tensor 到 DTensor
- 混合精度训练:fp16 到 fp8
- PyTorch Native Tensor Parallel
- Pipeline Parallel: 从 DualPipe 开始说起
Quote from the paper chair:
(LegoScale is the proxy name we used for the double-blind submission):
"
I recommend Accept for the following reasons:
- This is a production-grade framework that covers a wide range of parallelism method and can be useful for the ML community. The ability of the framework to unify (or at least attempt to unify) and improve distributed training workflows is likely to have significant impact, particularly for researchers and practitioners working on LLMs.
- The open-source nature of this work and already active community engagement supports the value of the framework.
- The rebuttal addressed most of the reviewer concerns, including clarifications on contributions, comparisons with related systems, and update to incorporate CP and expert parallelism (I believe the community can even further extend the framework).
- While I agree with the reviewers regarding limited research novelty, the detailed design of LegoScale can be a strong research tool (and possibly a strong baseline for comparisons) for the community and can inspire further innovations and extensions in the field.
Overall, this submission represents a valuable addition to the ML community, providing a well-engineered solution to challenges in LLM pre-training and serving as a benchmark for distributed training frameworks.
Author Houmin Wei
Publish January 1, 0001
LastMod August 27, 2026
License 本作品采用 CC BY-NC-ND 4.0 许可协议进行许可,转载时请注明原文链接
如果你在浏览博客的过程中发现了任何问题,欢迎在对应文章下评论。如果你有其他事情想要咨询,可以通过邮件联系我。
Linked Mentions