Skip to content

Commit 8437b39

Browse files
committed
Update
1 parent 8958091 commit 8437b39

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.ci/docker/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pypandoc==1.15
1515
pandocfilters==1.5.1
1616
markdown==3.8.2
1717

18+
1819
# PyTorch Theme
1920
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@pytorch_sphinx_theme2#egg=pytorch_sphinx_theme2
2021

compilers_index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ control, as well as third-party backend solutions.
4141
:tags: Model-Optimization,torch.compile
4242

4343
.. customcarditem::
44-
:header: Compiled Autograd: Capturing a larger backward graph for ``torch.compile``
44+
:header: Compiled Autograd: Capturing a larger backward graph for torch.compile
4545
:card_description: Learn how to use compiled autograd to capture a larger backward graph.
4646
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
47-
:link: intermediate/compiled_autograd_tutorial
47+
:link: intermediate/compiled_autograd_tutorial.html
4848
:tags: Model-Optimization,CUDA,torch.compile
4949

5050
.. customcarditem::
@@ -55,7 +55,7 @@ control, as well as third-party backend solutions.
5555
:tags: Model-Optimization,torch.compile
5656

5757
.. customcarditem::
58-
:header: Dynamic Compilation Control with ``torch.compiler.set_stance``
58+
:header: Dynamic Compilation Control with torch.compiler.set_stance
5959
:card_description: Learn how to use torch.compiler.set_stance
6060
:image: _static/img/thumbnails/cropped/generic-pytorch-logo.png
6161
:link: recipes/torch_compiler_set_stance_tutorial.html

0 commit comments

Comments
 (0)