Section 01
【Introduction】AutoParallel: An Intelligent Strategy Recommendation System for Large Model Parallel Training
AutoParallel is an open-source auxiliary tool for large model training, designed to address the pain point of complex parallel strategy design in distributed training. Positioned as an "automatic parallel strategy advisor", its core capabilities cover four key aspects: strategy enumeration, memory estimation, throughput modeling, and optimal configuration recommendation. It transforms the manual trial-and-error process into automated optimization, helping users quickly find the optimal parallel execution plan that adapts to their model architecture and hardware configuration.