Skip to content

Commit 3f8284a

Browse files
authored
[Release 2.4] Update home page index.hml (#1686)
* [Release 2.4] Update home page index.hml * [Release 2.4] Update home page index.hml
1 parent 2429ce9 commit 3f8284a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ <h3>2024 PyTorch Conference</h3>
3131
</p>
3232
</div>
3333
<div class="col-md">
34-
<h3>PyTorch 2.3</h3>
34+
<h3>PyTorch 2.4</h3>
3535
<p>
36-
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.
36+
PyTorch 2.4 adds support for the latest version of Python (3.12) for torch.compile.
3737
</p>
3838
<p>
39-
<a href="/blog/pytorch2-3/">Learn More</a>
39+
<a href="/blog/pytorch2-4/">Learn More</a>
4040
</p>
4141
</div>
4242
<div class="col-md">
@@ -174,7 +174,6 @@ <h4>{{ card_title }}</h4>
174174
{% endfor %}
175175
</div>
176176

177-
178177

179178
</div>
180179
</div>

0 commit comments

Comments
 (0)