Skip to content

Commit e73aedf

Browse files
committed
Fix intro boxes on homepage
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent 5118617 commit e73aedf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt
2424
<div class="col-md">
2525
<h3>Blog</h3>
2626
<p>
27-
Choose your path: install PyTorch locally or launch instantly on supported cloud platforms
27+
Stay up-to-date on the latest news and technical topics from the PyTorch Foundation.
2828
</p>
2929
<p>
3030
<a href="/blog/">Read more</a>
@@ -33,8 +33,7 @@ <h3>Blog</h3>
3333
<div class="col-md">
3434
<h3>PyTorch 2.4</h3>
3535
<p>
36-
Stay up-to-date on the latest news and technical topics from the PyTorch Foundation.
37-
</p>
36+
PyTorch 2.4 adds Python 3.12 support for torch.compile, FSDP2, custom ops API, and optimizations for AWS Graviton and GenAI workloads on CPUs. </p>
3837
<p>
3938
<a href="/blog/pytorch2-4/">Learn more</a>
4039
</p>

0 commit comments

Comments
 (0)