Skip to content

[Release 2.4] Update home page index.hml #1686

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 2 commits into from
Jul 24, 2024
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
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ <h3>2024 PyTorch Conference</h3>
</p>
</div>
<div class="col-md">
<h3>PyTorch 2.3</h3>
<h3>PyTorch 2.4</h3>
<p>
PyTorch 2.3 introduces support for user-defined Triton kernels in torch.compile as well as improvements for training Large Language Models (LLMS) using native PyTorch.
PyTorch 2.4 adds support for the latest version of Python (3.12) for torch.compile.
</p>
<p>
<a href="/blog/pytorch2-3/">Learn More</a>
<a href="/blog/pytorch2-4/">Learn More</a>
</p>
</div>
<div class="col-md">
Expand Down Expand Up @@ -174,7 +174,6 @@ <h4>{{ card_title }}</h4>
{% endfor %}
</div>



</div>
</div>
Expand Down