Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Contributing to Lightning AI OSS

Contributing to Lightning AI OSS

Aniket Maurya

March 02, 2023
Tweet

More Decks by Aniket Maurya

Other Decks in Education

Transcript

  1. Agenda 2 • Lightning AI open-source ecosystem • Finding GitHub

    Issues • Fork and Clone the Repository • Create a Pull Request
  2. 4

  3. PyTorch Lightning v1.9.3 5 Scaling Foundation Models with Lightning You

    do the science, we do the engineering https://lightning.ai
  4. Fabric v1.9.3 6 Scaling Foundation Models with Lightning Raw PyTorch

    PyTorch Lightning Fabric Full control More boilerplate Fully managed Less boilerplate
  5. TorchMetrics v0.11.3 7 • 90+ PyTorch metrics implementations • Reduces

    Boilerplate • Distributed-training compatible • Rigorously tested • Automatic accumulation over batches • Automatic synchronization between multiple devices
  6. Apps v1.9.3 8 • Lightning Apps are composed of Flow

    and Works • API for running long tasks like training, deployment and data download • Orchestrator for managing the long running tasks • Prebuilt components for training, serving, and scaling