Skip to content

Commit

Permalink
Fix intro boxes on homepage
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Oct 1, 2024
1 parent 5118617 commit e73aedf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt
<div class="col-md">
<h3>Blog</h3>
<p>
Choose your path: install PyTorch locally or launch instantly on supported cloud platforms
Stay up-to-date on the latest news and technical topics from the PyTorch Foundation.
</p>
<p>
<a href="/blog/">Read more</a>
Expand All @@ -33,8 +33,7 @@ <h3>Blog</h3>
<div class="col-md">
<h3>PyTorch 2.4</h3>
<p>
Stay up-to-date on the latest news and technical topics from the PyTorch Foundation.
</p>
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>
<p>
<a href="/blog/pytorch2-4/">Learn more</a>
</p>
Expand Down

0 comments on commit e73aedf

Please sign in to comment.