Skip to content

Commit 53db40d

Browse files
committed
Add link to torch.compile tutorial
1 parent 9412aac commit 53db40d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

recipes_source/torch_logs.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,7 @@ def separator(name):
8787
# Alternatively, you can view the `torch._logging documentation`_ to see
8888
# descriptions of all available logging options.
8989
#
90+
# For more information on torch.compile, see the `torch.compile tutorial`_.
91+
#
9092
# .. _torch._logging documentation: https://pytorch.org/docs/main/logging.html
93+
# .. _torch.compile tutorial: https://pytorch.org/tutorials/intermediate/torch_compile_tutorial.html

0 commit comments

Comments
 (0)