Skip to content

Commit 3c2efb6

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

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
@@ -74,4 +74,4 @@ def test_fn(x, y):
7474
# the extensibility benefits of torch function modes without the runtime overhead
7575
# of calling torch function on every op invocation.
7676
#
77-
# * `Extending Torch API with Modes <https://pytorch.org/docs/stable/notes/extending.html#extending-all-torch-api-with-modes>`__ - Other examples and backgroun on Torch Function modes.
77+
# * See `Extending Torch API with Modes <https://pytorch.org/docs/stable/notes/extending.html#extending-all-torch-api-with-modes>`__ for other examples and background on Torch Function modes.

0 commit comments

Comments
 (0)