Skip to content

Commit b44e3aa

Browse files
committed
Fixed some links
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent 3f282a1 commit b44e3aa

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

_get_started/pytorch.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,10 @@ We have built utilities for partitioning an FX graph into subgraphs that contain
363363

364364
We are super excited about the direction that we’ve taken for PyTorch 2.0 and beyond. The road to the final 2.0 release is going to be rough, but come join us on this journey early-on. If you are interested in deep-diving further or contributing to the compiler, please continue reading below which includes more information on how to get started (e.g., tutorials, benchmarks, models, FAQs) and **Ask the Engineers: 2.0 Live Q&A Series** starting this month. Additional resources include:
365365

366-
- Getting Started @ [https://pytorch.org/docs/stable/dynamo/get-started.html](https://pytorch.org/docs/stable/dynamo/get-started.html)
367-
- Tutorials @ [https://pytorch.org/tutorials/](https://pytorch.org/tutorials/)
368-
- Documentation @ [https://pytorch.org/docs/stable](https://pytorch.org/docs/stable) and [http://pytorch.org/docs/stable/dynamo](http://pytorch.org/docs/stable/dynamo)
369-
- Developer Discussions @ [https://dev-discuss.pytorch.org](https://dev-discuss.pytorch.org)
366+
- [Getting Started](https://pytorch.org/docs/stable/torch.compiler_get_started.html)
367+
- [Tutorials](https://pytorch.org/tutorials/)
368+
- [Documentation](https://pytorch.org/docs/stable)
369+
- [Developer Discussions](https://dev-discuss.pytorch.org)
370370

371371
<script page-id="pytorch" src="{{ site.baseurl }}/assets/menu-tab-selection.js"></script>
372372
<script src="{{ site.baseurl }}/assets/quick-start-module.js"></script>

docs/2.0/dynamo/get-started.html

-8
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,8 @@
1515

1616

1717

18-
19-
20-
21-
<link rel="canonical" href="https://pytorch.org/docs/stable/dynamo/get-started.html"/>
22-
2318

2419

25-
26-
27-
2820

2921

3022

0 commit comments

Comments
 (0)