From 1d04c10e2d26c6097794379f44426cfd78bbd1f1 Mon Sep 17 00:00:00 2001 From: thomas chaton Date: Wed, 14 Feb 2024 14:10:18 +0000 Subject: [PATCH] Update Readme 2/n (#19466) update Co-authored-by: thomas --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c27e2a3b79..e2054ed623 100644 --- a/README.md +++ b/README.md @@ -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).
[Lightning Fabric: Expert control](#lightning-fabric-expert-control).
+[Lightning Data: Blazing fast, distributed streaming of training data from cloud storage](https://github.com/Lightning-AI/pytorch-lightning/tree/master/src/lightning/data). +
[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.