-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[ONNX] Add ONNX ExportedProgram tests #114633
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/114633
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit fe0a6c0 with merge base e4b1378 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
[ghstack-poisoned]
"of node (n0__4) does not match expected type (tensor(int64))" | ||
@pytorch_test_common.xfail_if_model_type_is_exportedprogram( | ||
"RuntimeError:" | ||
" Found following user inputs located at [0] are mutated. This is currently banned in the aot_export workflow." |
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.
Can you rebase and retest this test after #114596? it might be fixed
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.
Error message changed
This PR references tests from `test_export.py` to make sure the exported program from PyTorch can all be successfully exported into ONNX model. [ghstack-poisoned]
@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 |
Stack from ghstack (oldest at bottom):
Fix #114166
Fix #113705
This PR references tests from
test_export.py
to make sure the exported program from PyTorch can all be successfully exported into ONNX model.