Skip to content

Commit 171ebce

Browse files
angelayimergennachin
authored andcommitted
Fix link (#899)
Summary: Pull Request resolved: #899 Reviewed By: svekars Differential Revision: D50275018 fbshipit-source-id: 1dfe3b9a8a31eba51a04c82c1aecf99a03509710
1 parent d5bcf79 commit 171ebce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials_source/export-to-executorch-tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def forward(self, x: torch.Tensor) -> torch.Tensor:
105105
# - The graph is purely functional, meaning it does not contain operations with
106106
# side effects such as mutations or aliasing.
107107
# - The graph contains only a small defined
108-
# `Core ATen IR <https://pytorch.org/docs/stable/ir.html#core-aten-ir>`__
108+
# `Core ATen IR <https://pytorch.org/docs/stable/torch.compiler_ir.html#core-aten-ir>`__
109109
# operator set (~180 ops), along with registered custom operators.
110110
# - The nodes in the graph contain metadata captured during tracing, such as a
111111
# stacktrace from user's code.

0 commit comments

Comments
 (0)