-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Fix/torch cat doc attr #135698
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
Fix/torch cat doc attr #135698
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/135698
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (5 Unrelated Failures)As of commit e0e678d with merge base ee8c5cc ( BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
b8e5a8c to
a8e45a3
Compare
a8e45a3 to
e0e678d
Compare
albanD
left a comment
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.
Thanks for the update!
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
The `torch.cat` attr name for tensors in the docs differs from the method signature, unlike other methods. Pull Request resolved: pytorch#135698 Approved by: https://github.com/albanD Co-authored-by: Alexander Jipa <[email protected]>
The
torch.catattr name for tensors in the docs differs from the method signature, unlike other methods.