Skip to content

Commit 50ab48e

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

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
@@ -70,7 +70,7 @@ def test_fn(x, y):
7070
# Conclusion
7171
# ~~~~~~~~~~
7272
# In this recipe we demonstrated how to override the behavior of ``torch.*`` operators
73-
# using torch function modes from within torch.compile. This enables users to utilize
73+
# 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.
7676
#

0 commit comments

Comments
 (0)