-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[ONNX] Fix diagnostic log and add unittest #107158
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
[ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/107158
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 538e202: 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 |
#107165) Allows overriding the `Diagnostic` type for DiagnosticContext and enable type checking. Pull Request resolved: #107165 Approved by: https://github.com/justinchuby, https://github.com/titaiwangms ghstack dependencies: #106741, #107158
To not conflict with potential existing workaround or solution outside of exporter. Latest huggingface/transformers main (>4.31) patches PyTorch PyTree with support over `ModelOutput` class. `_PyTreeExtensionContext` is kept to support prior versions of transformers. Pull Request resolved: #107245 Approved by: https://github.com/titaiwangms ghstack dependencies: #106741, #107158, #107165
As title. Previously message was formatted but mistakenly not logged. Pull Request resolved: pytorch#107158 Approved by: https://github.com/titaiwangms ghstack dependencies: pytorch#106741
pytorch#107165) Allows overriding the `Diagnostic` type for DiagnosticContext and enable type checking. Pull Request resolved: pytorch#107165 Approved by: https://github.com/justinchuby, https://github.com/titaiwangms ghstack dependencies: pytorch#106741, pytorch#107158
…107245) To not conflict with potential existing workaround or solution outside of exporter. Latest huggingface/transformers main (>4.31) patches PyTorch PyTree with support over `ModelOutput` class. `_PyTreeExtensionContext` is kept to support prior versions of transformers. Pull Request resolved: pytorch#107245 Approved by: https://github.com/titaiwangms ghstack dependencies: pytorch#106741, pytorch#107158, pytorch#107165
Stack from ghstack (oldest at bottom):
As title. Previously message was formatted but mistakenly not logged.