CMD + K

pytorch-lightning

Anaconda Verified

PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.

Installation

To install this package, run one of the following:

Conda
$conda install main::pytorch-lightning

Usage Tracking

2.5.5
2.5.0.post0
2.3.0
2.0.3
1.9.5
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

Lightning is a way to organize your PyTorch code to decouple the science code from the engineering. It's more of a style-guide than a framework.

In Lightning, you organize your code into 3 distinct categories:

  1. Research code (goes in the LightningModule).
  2. Engineering code (you delete, and is handled by the Trainer).
  3. Non-essential research code (logging, etc. this goes in Callbacks).

Although your research/production project might start simple, once you add things like GPU AND TPU training, 16-bit precision, etc, you end up spending more time engineering than researching. Lightning automates AND rigorously tests those parts for you.

Overall, Lightning guarantees rigorously tested, correct, modern best practices for the automated parts.

About

Summary

PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.

Last Updated

Nov 6, 2025 at 09:56

License

Apache-2.0

Total Downloads

3.1K

Supported Platforms

linux-aarch64
macOS-arm64
linux-64
win-64

Unsupported Platforms

linux-ppc64le Last supported version: 2.0.3
linux-s390x Last supported version: 2.5.0.post0
macOS-64 Last supported version: 2.5.0.post0