Skip to content

Commit af9c590

Browse files
committed
Bruce additional updates
1 parent 74b6802 commit af9c590

File tree

9 files changed

+11
-13
lines changed

9 files changed

+11
-13
lines changed

_ecosystem/glow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: Glow is a ML compiler that accelerates the performance of deep learning
55
external: true
66
link: https://github.com/pytorch/glow
77
order: 3
8-
summary-home: Glow is a machine learning compiler that accelerates the performance of deep learning frameworks on different hardware platforms.
8+
summary-home: Glow is a ML compiler that accelerates the performance of deep learning frameworks on different hardware platforms.
99
featured-home: true
1010
logo-class: tool
1111

_features/cloud-partners.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ snippet: >
1515
print()
1616
```
1717
18-
summary: PyTorch is well supported on major cloud platforms, providing frictionless development and easy scaling.
18+
summary-home: PyTorch is well supported on major cloud platforms, providing frictionless development and easy scaling.
1919

2020
---
2121

22-
PyTorch is well supported on major cloud platforms, providing frictionless development and easy scaling through prebuilt images, large scale training on GPUs, running models in a production scale environment, and more.
22+
PyTorch is well supported on major cloud platforms, providing frictionless development and easy scaling through prebuilt images, large scale training on GPUs, ability to run models in a production scale environment, and more.

_features/distributed-training.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ snippet: >
1515
print()
1616
```
1717
18-
summary-home: Optimize performance with scalable distributed training in both research and production through the torch.distributed backend.
18+
summary-home: Scalable distributed training and performance optimization in research and production is enabled by the torch.distributed backend.
1919
featured-home: true
2020

2121
---

_includes/quick_start_cloud_options.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</div>
2121

2222
<ul>
23-
<li><a href="https://cloud.google.com/deep-learning-vm-image/">Cloud Deep Learning VM Image</a></li>
23+
<li><a href="https://cloud.google.com/deep-learning-vm/docs/pytorch_start_instance">Cloud Deep Learning VM Image</a></li>
2424
</ul>
2525
</div>
2626
</div>

_resources/docs.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
title: Docs
33
summary: Access comprehensive developer documentation.
4-
summary-home: Access comprehensive developer documentation.
54
class: pytorch-resource
65
link: https://pytorch.org/docs/
76
order: 1
8-
featured-home: false
97

108
---

_resources/pytorch-discuss.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: PyTorch Discuss
3+
summary-home: Browse and join discussions on deep learning with PyTorch.
34
summary: Browse and join discussions on deep learning with PyTorch.
45
class: pytorch-resource
56
link: https://discuss.pytorch.org
67
order: 4
7-
featured: true
8+
featured-home: true
89
---

_resources/slack.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
title: Slack
3-
summary: Get your questions answered and collaborate. Request access
3+
summary-home: Get questions answered. Email [email protected] for access.
4+
summary: Get questions answered. Email [email protected] for access.
45
class: slack
56
link: https://pytorch.slack.com
67
order: 5
7-
featured: true
8+
featured-home: true
89
---

_resources/tutorials.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
22
title: Tutorials
33
summary: Get in-depth tutorials for beginners and advanced developers.
4-
summary-home: Get in-depth tutorials for beginners and advanced developers.
54
class: pytorch-resource
65
link: https://pytorch.org/tutorials
76
order: 2
8-
featured-home: false
97

108
---

resources.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="container">
1111
<h1>Resources</h1>
1212

13-
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
13+
<p class="lead">Explore educational courses, get your questions answered, and join the discussion with other PyTorch developers.</p>
1414
</div>
1515
</div>
1616

0 commit comments

Comments
 (0)