- Notifications
You must be signed in to change notification settings - Fork26.3k
[ONNX] Default to dynamo export#159646
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
pytorch-botbot commentedAug 1, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
🔗 Helpful Links🧪 See artifacts and rendered test results athud.pytorch.org/pr/159646
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ✅ No FailuresAs of commit5283603 with merge baseb7e207c ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Set dynamo=True and enable fallback.
4c625cc toe57c158CompareSigned-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Justin Chu <justinchu@microsoft.com>
justinchuby commentedAug 16, 2025
@pytorchbot merge |
pytorchmergebot commentedAug 16, 2025
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in thewiki. Questions? Feedback? Please reach out to thePyTorch DevX Team |
facebook-github-bot commentedAug 18, 2025
@pytorchbot revert -m="Diff reverted internally" -c="ghfirst" This Pull Request has been reverted by a revert inside Meta. To re-land this change, please open another pull request, assign the same reviewers, fix the CI failures that caused the revert and make sure that the failing CI runs on the PR by applying the proper ciflow label (e.g., ciflow/trunk).) |
pytorchmergebot commentedAug 18, 2025
@pytorchbot successfully started a revert job. Check the current statushere. |
This reverts commit11b6ceb.Reverted#159646 on behalf ofhttps://github.com/facebook-github-bot due to Diff reverted internally ([comment](#159646 (comment)))
pytorchmergebot commentedAug 18, 2025
@justinchuby your PR has been successfully reverted. |
titaiwangms commentedAug 18, 2025
cc@tugsbayasgalan@pianpwk@angelayi (Meta internal breaks) |
angelayi commentedAug 18, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@titaiwangms I mentioned this in the slack channel but it seems like dynamo=True creates a dependency on onnxscript, which is not imported in our internal codebase, causing many failures. To fix this, we'll first patch all the internal code to call dynamo=False and then land this PR. |
justinchuby commentedAug 21, 2025
Were you able to make the internal changes? |
Set dynamo=True and enable fallback.1. Implemented the compatible behavior where BytesIO objects as `f` is accepted2. Update tests to explicitly set dynamo=Falsepytorch#151693Pull Requestresolved:pytorch#159646Approved by:https://github.com/titaiwangms
This reverts commit11b6ceb.Revertedpytorch#159646 on behalf ofhttps://github.com/facebook-github-bot due to Diff reverted internally ([comment](pytorch#159646 (comment)))
justinchuby commentedAug 25, 2025
@angelayi checking again if you made any progress? Thanks! |
angelayi commentedAug 25, 2025
Sorry I set up the codemod but it hasn't modified all the files yet! will update this thread once it's finished! |
Signed-off-by: Justin Chu <justinchuby@users.noreply.github.com>
justinchuby commentedSep 2, 2025
@pytorchbot merge |
pytorchmergebot commentedSep 2, 2025
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in thewiki. Questions? Feedback? Please reach out to thePyTorch DevX Team |
Set dynamo=True and enable fallback.1. Implemented the compatible behavior where BytesIO objects as `f` is accepted2. Update tests to explicitly set dynamo=Falsepytorch#151693Pull Requestresolved:pytorch#159646Approved by:https://github.com/titaiwangms
This reverts commit11b6ceb.Revertedpytorch#159646 on behalf ofhttps://github.com/facebook-github-bot due to Diff reverted internally ([comment](pytorch#159646 (comment)))
Set dynamo=True and enable fallback.1. Implemented the compatible behavior where BytesIO objects as `f` is accepted2. Update tests to explicitly set dynamo=Falsepytorch#151693Pull Requestresolved:pytorch#159646Approved by:https://github.com/titaiwangms
Set dynamo=True and enable fallback.1. Implemented the compatible behavior where BytesIO objects as `f` is accepted2. Update tests to explicitly set dynamo=Falsepytorch#151693Pull Requestresolved:pytorch#159646Approved by:https://github.com/titaiwangms
Uh oh!
There was an error while loading.Please reload this page.
Set dynamo=True and enable fallback.
fis accepted#151693
cc@titaiwangms