-
Notifications
You must be signed in to change notification settings - Fork 24.1k
Fix the link of torch.compile backend #113777
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/113777
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 924cbe8 with merge base 7f9fafe ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This PR needs a
|
@@ -1697,7 +1697,7 @@ def compile(model: Optional[Callable] = None, *, | |||
|
|||
- Experimental or debug in-tree backends can be seen with `torch._dynamo.list_backends(None)` | |||
|
|||
- To register an out-of-tree custom backend: https://pytorch.org/docs/main/compile/custom-backends.html | |||
- To register an out-of-tree custom backend: https://pytorch.org/docs/stable/torch.compiler_custom_backends.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be a cross-reference as so: https://docs.readthedocs.io/en/stable/guides/cross-referencing-with-sphinx.html so that the code works with multiple versions of PyTorch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment
Looks like this PR hasn't been updated in a while so we're going to go ahead and mark this as |
Fixes pytorch/pytorch.github.io#1509