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 @@ ______________________________________________________________________
14
14
<p align =" center " >
15
15
<a href =" https://lightning.ai/ " >Lightning AI</a > •
16
16
<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 > •
19
19
<a href =" https://pytorch-lightning.readthedocs.io/en/stable/ " >Docs</a > •
20
20
<a href =" #community " >Community</a > •
21
21
<a href =" https://lightning.ai/docs/pytorch/stable/generated/CONTRIBUTING.html " >Contribute</a > •
@@ -39,6 +39,20 @@ ______________________________________________________________________
39
39
40
40
</div >
41
41
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
+
42
56
## Install Lightning
43
57
44
58
Simple installation from PyPI
@@ -329,7 +343,7 @@ ______________________________________________________________________
329
343
  ;
330
344
  ;
331
345
332
- # Lightning Fabric: Expert control.
346
+ # Lightning Fabric: Expert control
333
347
334
348
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.
335
349
You can’t perform that action at this time.
0 commit comments