Skip to content

Commit 4c42f51

Browse files
committed
small update
1 parent 6fb2ef6 commit 4c42f51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

intermediate_source/torch_compile_tutorial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ def false_branch(y):
424424
# ---------------
425425
# Is ``torch.compile`` failing to speed up your model? Is compile time unreasonably long?
426426
# Is your code recompiling excessively? Are you having difficulties dealing with graph breaks?
427+
# Are you looking for tips on how to best use ``torch.compile``?
427428
# Or maybe you simply want to learn more about the inner workings of ``torch.compile``?
428429
#
429430
# Check out `the ``torch.compile`` troubleshooting guide <https://pytorch.org/docs/stable/torch.compiler_troubleshooting.html>`__!

0 commit comments

Comments
 (0)