-
Notifications
You must be signed in to change notification settings - Fork 25.3k
[pytorch] Support output types that are non tensors #120804
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
Summary: per title This is needed because some modules return None and non tensors as output Test Plan: sandcastle? Reviewed By: zhxchen17 Differential Revision: D54311609
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/120804
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (2 Unrelated Failures)As of commit d4591c0 with merge base c8a34a4 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but was 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. |
|
Please seek CI approval before scheduling CIFlow labels |
This pull request was exported from Phabricator. Differential Revision: D54311609 |
enabled /easycla |
@pytorchbot merge -f 'Landed internally' (Initiating merge automatically since Phabricator Diff has merged, using force because this PR might not pass merge_rules.json but landed internally) |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Summary:
per title
This is needed because some modules return None and non tensors as output
Test Plan: sandcastle?
Reviewed By: zhxchen17
Differential Revision: D54311609