Skip to content

Commit a06493e

Browse files
authored
Fix missing .html extension in compilers_index.rst (#3887)
Fixes #3886 ## Description The compiler tutorials index page contains an incorrect tutorial link that should be fixed. Line 155 🔗 intermediate/torch_compile_conv_bn_fuser -> 🔗 intermediate/torch_compile_conv_bn_fuser.html ## Checklist <!--- Make sure to add `x` to all items in the following checklist: --> - [x] The issue that is being fixed is referred in the description (see above "Fixes #ISSUE_NUMBER") - [x] Only one issue is addressed in this pull request - [x] Labels from the issue that this PR is fixing are added to this pull request - [x] No unnecessary issues are included into this pull request.
1 parent 1655d0a commit a06493e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compilers_index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ control, as well as third-party backend solutions.
166166
:header: Building a Convolution/Batch Norm fuser in FX
167167
:card_description: Build a simple FX pass that fuses batch norm into convolution to improve performance during inference.
168168
:image: _static/img/thumbnails/cropped/Deploying-PyTorch-in-Python-via-a-REST-API-with-Flask.png
169-
:link: intermediate/torch_compile_conv_bn_fuser
169+
:link: intermediate/torch_compile_conv_bn_fuser.html
170170
:tags: FX
171171

172172
.. customcarditem::

0 commit comments

Comments
 (0)