CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 24.7k
Fix type description of torch.chunk #140089
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/140089
Note: Links to docs will display an error until the docs builds have been completed. âś… No FailuresAs of commit e69815e with merge base f0ffaa5 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@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 |
Merge failedReason: 1 mandatory check(s) failed. The first few are: Dig deeper by viewing the failures on hud |
@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 |
Fixes pytorch#126278 - Change return type description of `torch.chunk` to tuple - Add type for input parameters **Before**  **After**  Pull Request resolved: pytorch#140089 Approved by: https://github.com/awgu
Fixes pytorch#126278 - Change return type description of `torch.chunk` to tuple - Add type for input parameters **Before**  **After**  Pull Request resolved: pytorch#140089 Approved by: https://github.com/awgu
Fixes pytorch#126278 - Change return type description of `torch.chunk` to tuple - Add type for input parameters **Before**  **After**  Pull Request resolved: pytorch#140089 Approved by: https://github.com/awgu
Fixes pytorch#126278 - Change return type description of `torch.chunk` to tuple - Add type for input parameters **Before**  **After**  Pull Request resolved: pytorch#140089 Approved by: https://github.com/awgu
Fixes #126278
torch.chunk
to tupleBefore

After

cc @drisspg @janeyx99