pytorch-lightning
Orchestra-Research/AI-Research-SKILLs
PyTorch Lightning is a high-level framework built on PyTorch that significantly reduces boilerplate code in deep learning training loops. It automatically handles device management, distributed training (DDP, FSDP, DeepSpeed), mixed precision, and advanced callbacks. It allows researchers to scale models from local machines to supercomputers with minimal code changes, enabling clean, scalable, and best-practice deep learning implementations.