Skip to content

Commit 44bc982

Browse files
committed
Update home boxes
Signed-off-by: Chris Abraham <[email protected]>
1 parent 94d19fe commit 44bc982

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

index.html

+4-14
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ <h1><img src="{{ site.baseurl }}/assets/images/logo-white.svg" width="275px" alt
2222
<div class="container homepage-box-module">
2323
<div class="row">
2424
<div class="col-md">
25-
<h3>Get Started</h3>
25+
<h3>Blog</h3>
2626
<p>
2727
Choose your path: install PyTorch locally or launch instantly on supported cloud platforms
2828
</p>
2929
<p>
30-
<a href="https://pytorch.org/get-started">Get Started</a>
30+
<a href="/blog/">Read more</a>
3131
</p>
3232
</div>
3333
<div class="col-md">
3434
<h3>PyTorch 2.4</h3>
3535
<p>
36-
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.
36+
Stay up-to-date on the latest news and technical topics from the PyTorch Foundation.
3737
</p>
3838
<p>
39-
<a href="/blog/pytorch2-4/">Learn More</a>
39+
<a href="/blog/pytorch2-4/">Learn more</a>
4040
</p>
4141
</div>
4242
<div class="col-md">
@@ -51,16 +51,6 @@ <h3>Membership Available</h3>
5151
</div>
5252
</div>
5353

54-
<div class="container">
55-
<div class="row">
56-
<div class="col-md-12">
57-
<a href="{{ site.baseurl }}/get-started" class="btn btn-lg with-right-arrow module-button">
58-
Get Started
59-
</a>
60-
</div>
61-
</div>
62-
</div>
63-
6454

6555
<div class="container homepage-feature-module key-features-module">
6656

0 commit comments

Comments
 (0)