Update Readme 2/n (#19466)

update

Co-authored-by: thomas <thomas@thomass-MacBook-Pro.local>
This commit is contained in:
thomas chaton 2024-02-14 14:10:18 +00:00 committed by GitHub
parent 517af7124e
commit 1d04c10e2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -92,12 +92,14 @@ pip install -iU https://test.pypi.org/simple/ pytorch-lightning
______________________________________________________________________ ______________________________________________________________________
## Lightning has 3 core packages ## Lightning has 4 core packages
[PyTorch Lightning: Train and deploy PyTorch at scale](#pytorch-lightning-train-and-deploy-pytorch-at-scale). [PyTorch Lightning: Train and deploy PyTorch at scale](#pytorch-lightning-train-and-deploy-pytorch-at-scale).
<br/> <br/>
[Lightning Fabric: Expert control](#lightning-fabric-expert-control). [Lightning Fabric: Expert control](#lightning-fabric-expert-control).
<br/> <br/>
[Lightning Data: Blazing fast, distributed streaming of training data from cloud storage](https://github.com/Lightning-AI/pytorch-lightning/tree/master/src/lightning/data).
<br/>
[Lightning Apps: Build AI products and ML workflows](#lightning-apps-build-ai-products-and-ml-workflows). [Lightning Apps: Build AI products and ML workflows](#lightning-apps-build-ai-products-and-ml-workflows).
Lightning gives you granular control over how much abstraction you want to add over PyTorch. Lightning gives you granular control over how much abstraction you want to add over PyTorch.