pytorch-lightning
conda
pkg:conda/pytorch-lightning
13 Dependabot PRs
4 months ago
11 repositories
0 repositories
Recent PRs
[MNT] [Dependabot](deps): Bump pytorch-lightning from 2.4.0 to 2.6.1
pytorch-tabular/pytorch_tabular #639
build(deps): bump pytorch-lightning from 2.5.3 to 2.5.5
AlphaSphereDotAI/visualizr #302
chore(deps): Bump the patch-updates group across 1 directory with 9 updates
[DEPENDABOT]: Bump pytorch-lightning from 2.5.4 to 2.5.5
daisybio/drevalpy #276
build(deps): bump pytorch-lightning from 2.5.2 to 2.5.5
GHOST-Science-Club/tree-classification-irim #354
chore(deps): bump pytorch-lightning from 2.5.3 to 2.5.4
AlphaSphereDotAI/visualizr #271
Bump pytorch-lightning from 2.2.4 to 2.5.2
praveentitusf/MLOps-Project-2025 #5
Bump pytorch-lightning from 2.5.1.post0 to 2.5.2
AlphaSphereDotAI/visualizr #146
Chore(deps): Update pytorch-lightning requirement from <=2.5.0.post0,>=2.2 to >=2.2,<=2.5.1rc0
CAREamics/careamics #433
build(deps): bump pytorch-lightning from 2.4.0 to 2.5.0.post0
Lightning-AI/lightning-Habana #259
chore(deps): bump pytorch-lightning from 2.4.0 to 2.5.0.post0
[tune](deps): Bump pytorch-lightning from 1.0.3 to 1.9.4 in /python/requirements/tune
pcmoritz/ray-1 #166
Bump pytorch-lightning from 1.7.1 to 1.9.4
jxpress/lightning-hydra-template-vertex-ai #53
Package Details
| Name: | pytorch-lightning |
| Ecosystem: | conda |
| PURL Type: | conda |
| Package URL: | pkg:conda/pytorch-lightning |
| JSON API: | View JSON |
Package Information
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.
| Repository: | https://github.com/Lightning-AI/lightning |
| Homepage: | https://lightning.ai/ |
| Latest Release: |
2.3.0
almost 2 years ago |
| Dependent Repos: | 123 |
| Dependent Packages: | 2 |
| Ranking: | Top 17.1272% by dependent repos Top 30.7015% by dependent pkgs |