Skip to content

Commit a97814a

Browse files
Update README.md
1 parent fa5da26 commit a97814a

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
&nbsp;
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

4458
Simple installation from PyPI
@@ -329,7 +343,7 @@ ______________________________________________________________________
329343
&nbsp;
330344
&nbsp;
331345

332-
# Lightning Fabric: Expert control.
346+
# Lightning Fabric: Expert control
333347

334348
Run 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

0 commit comments

Comments
 (0)