Skip to content

Update homepage featured item to PyTorch 2.1 #1477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ <h3>Featured Reads</h3>
</p>
</div>
<div class="col-md">
<h3>PyTorch 2.0</h3>
<h3>PyTorch 2.1</h3>
<p>
Our next-generation release is faster, more Pythonic, and more Dynamic than ever.
We are excited to announce the release of PyTorch 2.1!
</p>
<p>
<a href="/get-started">Get Started</a>
<a href="/blog/pytorch-2-1/">Learn More</a>
</p>
</div>
<div class="col-md">
Expand Down