A boilerplate to get started with PyTorch projects.
- Accelerate: Easily train on multiple GPUs, TPUs, and mixed precision.
- PyTorch Compile: Optimize your model with
accelerate
andTorchDynamoPlugin
. - Logging: Track metrics with Weights & Biases.
- Install
uv
. - Clone this repository.
- Run
uv sync
to install dependencies.