-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Replace constraints
with dynamic_shapes
in export-to-executorch tutorial
#117916
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
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/117916
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit cb0afcc with merge base b2a3d6b ( UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D52932772 |
…utorial (#117916) Summary: `constraints` argument for `torch.export` has been deprecated in favor of the `dynamic_shapes` argument. This PR updates the use of the deprecated API in export-to-executorch tutorial. Test Plan: CI Differential Revision: D52932772
This pull request was exported from Phabricator. Differential Revision: D52932772 |
…utorial Summary: X-link: pytorch/pytorch#117916 `constraints` argument for `torch.export` has been deprecated in favor of the `dynamic_shapes` argument. This PR updates the use of the deprecated API in export-to-executorch tutorial. Differential Revision: D52932772
…utorial (#1659) Summary: Pull Request resolved: #1659 X-link: pytorch/pytorch#117916 `constraints` argument for `torch.export` has been deprecated in favor of the `dynamic_shapes` argument. This PR updates the use of the deprecated API in export-to-executorch tutorial. Reviewed By: angelayi Differential Revision: D52932772 fbshipit-source-id: 5f2e2ce02ba1990a90ae3de1c6c95e767e39d298
@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:
constraints
argument fortorch.export
has been deprecated in favor of thedynamic_shapes
argument. This PR updates the use of the deprecated API in export-to-executorch tutorial.Test Plan: CI
Differential Revision: D52932772