Skip to content

Commit 07157b6

Browse files
authored
Bump home page to 2.3 blog (pytorch#1610)
* Bump home page to 2.3 blog Bumps the home page to reference the 2.3 blog Signed-off-by: Eli Uriegas <1700823+seemethere@users.noreply.github.com> * Update to include TensorParallelism stuff --------- Signed-off-by: Eli Uriegas <1700823+seemethere@users.noreply.github.com>
1 parent 766e2a6 commit 07157b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 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.2</h3>
34+
<h3>PyTorch 2.3</h3>
3535
<p>
36-
PyTorch 2.2 offers ~2x performance improvement.
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.
3737
</p>
3838
<p>
39-
<a href="/blog/pytorch2-2/">Learn More</a>
39+
<a href="/blog/pytorch2-3/">Learn More</a>
4040
</p>
4141
</div>
4242
<div class="col-md">
@@ -223,4 +223,4 @@ <h2>Companies &amp; Universities<br />Using PyTorch</h2>
223223
<!-- Load JS for pagination -->
224224

225225
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/1.5.0/list.min.js"></script>
226-
<script list-id="news-items" display-count="1" pagination="true" src="{{ site.baseurl }}/assets/filter-hub-tags.js"></script>
226+
<script list-id="news-items" display-count="1" pagination="true" src="{{ site.baseurl }}/assets/filter-hub-tags.js"></script>

0 commit comments

Comments
 (0)