-
Notifications
You must be signed in to change notification settings - Fork 198
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
Allow deprecated declarations what using Parallel ExecuTorch #1031
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1031
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit dfd4cda with merge base 900f9ac (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D64020498 |
…#1031) Summary: With the recent BC/FC work by ExecuTorch, many APIs have been marked as deprecated. While the functionality itself is not broken, this results in some build systems treating deprecatd APIs as a failure case. Specifically `_unsafe_reset_threadpool` This PR add compile flag to not error on deprecation warnings Differential Revision: D64020498
5d84e9c
to
dfd4cda
Compare
This pull request was exported from Phabricator. Differential Revision: D64020498 |
Differential Revision: D64020498 Pull Request resolved: #1031
Differential Revision: D64020498 Pull Request resolved: #1031
Summary: use_tp was renamed to use_distributed in pytorch/torchchat#873, but the PR missed generate.py, which caused "AttributeError: 'BuilderArgs' object has no attribute 'use_tp'" when running generate with --profile.
Summary:
With the recent BC/FC work by ExecuTorch, many APIs have been marked as deprecated. While the functionality itself is not broken, this results in some build systems treating deprecatd APIs as a failure case.
Specifically
_unsafe_reset_threadpool
This PR add compile flag to not error on deprecation warnings
Differential Revision: D64020498