Skip to content

Commit 2a64b21

Browse files
mlazossvekars
andauthored
Update recipes_source/torch_compile_torch_function_modes.py
Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent f9ab2eb commit 2a64b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes_source/torch_compile_torch_function_modes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_fn(x, y):
6969
######################################################################
7070
# Conclusion
7171
# ~~~~~~~~~~
72-
# In this tutorial we demonstrated how to override the behavior of torch.* operators
72+
# In this recipe we demonstrated how to override the behavior of ``torch.*`` operators
7373
# using torch function modes from within torch.compile. This enables users to utilize
7474
# the extensibility benefits of torch function modes without the runtime overhead
7575
# of calling torch function on every op invocation.

0 commit comments

Comments
 (0)