Slapo Documentation

Slapo is a schedule language for progressive optimization of large model training. It decouples model execution from definition, enabling users to use a set of schedule primitives to convert a PyTorch model for common model training optimizations without directly changing the model itself, and thus addresses the tension between training efficiency and usability.

Getting Started

Reference