-
Notifications
You must be signed in to change notification settings - Fork 685
Remove _skip_type_promotion config #12149
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
Stack from ghstack (oldest at bottom): |
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/12149
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 2 Cancelled JobsAs of commit b9c5a51 with merge base 967cfae ( NEW FAILURE - The following job has failed:
CANCELLED JOBS - The following jobs were cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Summary: I don't think we need this any more, assuming tests pass. It starts with an underscore, so it's private, so we can just remove it, right? Differential Revision: D77619493 Pulled By: swolchok
2f2080b
to
ceb3459
Compare
This pull request was exported from Phabricator. Differential Revision: D77619493 |
Summary: I don't think we need this any more, assuming tests pass. It starts with an underscore, so it's private, so we can just remove it, right? Reviewed By: larryliu0820 Differential Revision: D77619493 Pulled By: swolchok
ceb3459
to
2ac4865
Compare
This pull request was exported from Phabricator. Differential Revision: D77619493 |
Summary: I don't think we need this any more, assuming tests pass. It starts with an underscore, so it's private, so we can just remove it, right? Reviewed By: larryliu0820 Differential Revision: D77619493 Pulled By: swolchok
2ac4865
to
b9c5a51
Compare
This pull request was exported from Phabricator. Differential Revision: D77619493 |
Differential Revision: D77619493 Pull Request resolved: pytorch#12149
I don't think we need this any more, assuming tests pass.
It starts with an underscore, so it's private, so we can just remove it, right?