Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c15619d

Browse files
rtj1svekars
andauthored
Fix broken link to torch.compile programming model (#3748)
## Summary Fixed broken link to torch.compile programming model documentation. The old URL `docs.pytorch.org/docs/main/compile/programming_model.html` no longer exists. Updated to the correct URL at `docs.pytorch.org/docs/stable/user_guide/torch_compiler/compile/programming_model.html`. ## File Updated - `intermediate_source/torch_compile_full_example.py` Fixes #3695 Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 125c82c commit c15619d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intermediate_source/torch_compile_full_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,6 @@ def train(mod, data):
235235
#
236236
# For a gentle introduction to ``torch.compile``, please check out `the introduction to torch.compile tutorial <https://pytorch.org/tutorials/intermediate/torch_compile_tutorial.html>`__.
237237
#
238-
# To troubleshoot issues and to gain a deeper understanding of how to apply ``torch.compile`` to your code, check out `the torch.compile programming model <https://docs.pytorch.org/docs/main/compile/programming_model.html>`__.
238+
# To troubleshoot issues and to gain a deeper understanding of how to apply ``torch.compile`` to your code, check out `the torch.compile programming model <https://docs.pytorch.org/docs/stable/user_guide/torch_compiler/compile/programming_model.html>`__.
239239
#
240240
# We hope that you will give ``torch.compile`` a try!

0 commit comments

Comments
 (0)