Skip to content

Commit 88a3db8

Browse files
author
Svetlana Karslioglu
committed
Updated card
1 parent 615b22f commit 88a3db8

File tree

1 file changed

+14
-31
lines changed

1 file changed

+14
-31
lines changed

distributed/home.rst

Lines changed: 14 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,48 @@
11
Distributed and Parallel Training Tutorials
22
===========================================
33

4-
This page includes all distributed and parallel trainings available
4+
Distributed and
55
at pytorch.org website.
66

77
Getting Started with Distributed Data-Parallel Training (DDP)
88
-------------------------------------------------------------
99

10+
11+
1012
.. grid:: 3
1113

12-
.. grid-item-card:: Getting Started with PyTorch Distributed
14+
.. grid-item-card:: :octicon:`file-code;1em`
15+
Getting Started with PyTorch Distributed
1316
:shadow: none
1417
:link: https://example.com
1518
:link-type: url
1619

1720
This tutorial provides a gentle intro to the PyTorch
1821
DistributedData Parallel.
22+
23+
:octicon:`code;1em` Code
1924

20-
.. grid-item-card:: Single Machine Model Parallel Best Practices
25+
.. grid-item-card:: :octicon:`file-code;1em`
26+
Single Machine Model Parallel Best Practices
2127
:shadow: none
2228
:link: https://example.com
2329
:link-type: url
2430

2531
In this tutorial you will learn about best practices in
2632
using model parallel.
2733

28-
.. grid-item-card:: Writing Distributed Applications with PyTorch
34+
:octicon:`code;1em` Code :octicon:`square-fill;1em` :octicon:`video;1em` Video
35+
36+
.. grid-item-card:: :octicon:`file-code;1em` Writing Distributed Applications with PyTorch
2937
:shadow: none
3038
:link: https://example.com
3139
:link-type: url
3240

3341
This tutorial demonstrates how to write a distributed application
3442
with PyTorch.
3543

44+
:octicon:`code;1em` Code :octicon:`square-fill;1em` :octicon:`video;1em` Video
45+
3646
Learn FSDP
3747
----------
3848

@@ -43,33 +53,6 @@ models.
4353

4454
.. grid:: 3
4555

46-
.. grid-item-card:: Getting Started with FSDP
47-
:shadow: none
48-
:img-top: ../_static/img/thumbnails/cropped/pytorch-logo.png
49-
:link: https://example.com
50-
:link-type: url
51-
52-
This tutorial provides a gentle intro to the PyTorch
53-
DistributedData Parallel.
54-
55-
.. grid-item-card:: Single Machine Model Parallel Best Practices
56-
:shadow: none
57-
:img-top: ../_static/img/thumbnails/cropped/pytorch-logo.png
58-
:link: https://example.com
59-
:link-type: url
60-
61-
In this tutorial you will learn about best practices in
62-
using model parallel.
63-
64-
.. grid-item-card:: Writing Distributed Applications with PyTorch
65-
:shadow: none
66-
:img-top: ../_static/img/thumbnails/cropped/pytorch-logo.png
67-
:link: https://example.com
68-
:link-type: url
69-
70-
This tutorial demonstrates how to write a distributed application
71-
with PyTorch.
72-
7356
Learn RPC
7457
---------
7558

0 commit comments

Comments
 (0)