File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ ______________________________________________________________________
1414<p align =" center " >
1515 <a href =" https://lightning.ai/ " >Lightning AI</a > •
1616 <a href =" #examples " >Examples</a > •
17- <a href =" https:// lightning.ai/docs/ pytorch/stable/ " >PyTorch Lightning</a > •
18- <a href =" https:// lightning.ai/docs/ fabric/stable/ " >Fabric</a > •
17+ <a href =" #pytorch- lightning-train-and-deploy- pytorch-at-scale " >PyTorch Lightning</a > •
18+ <a href =" # lightning- fabric-expert-control " >Fabric</a > •
1919 <a href =" https://pytorch-lightning.readthedocs.io/en/stable/ " >Docs</a > •
2020 <a href =" #community " >Community</a > •
2121 <a href =" https://lightning.ai/docs/pytorch/stable/generated/CONTRIBUTING.html " >Contribute</a > •
@@ -39,6 +39,20 @@ ______________________________________________________________________
3939
4040</div >
4141
42+ <div align =" center " >
43+
44+ <p align =" center " >
45+
46+   ;
47+
48+ <a target =" _blank " href =" https://lightning.ai/docs/pytorch/latest/starter/introduction.html#define-a-lightningmodule " >
49+ <img src =" https://pl-bolts-doc-images.s3.us-east-2.amazonaws.com/app-2/get-started-badge.svg " height =" 36px " alt =" Get started " />
50+ </a >
51+
52+ </p >
53+
54+ </div >
55+
4256## Install Lightning
4357
4458Simple installation from PyPI
@@ -329,7 +343,7 @@ ______________________________________________________________________
329343  ;
330344  ;
331345
332- # Lightning Fabric: Expert control.
346+ # Lightning Fabric: Expert control
333347
334348Run on any device at any scale with expert-level control over PyTorch training loop and scaling strategy. You can even write your own Trainer.
335349
You can’t perform that action at this time.
0 commit comments