-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Use compiler.is_compiling() instead of deprecated _dynamo.is_compiling() #8455
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8455
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: ❌ 17 New Failures, 3 Unrelated FailuresAs of commit ffe23b0 with merge base 9b4b742 (): NEW FAILURES - The following jobs have failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
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.
LGTM
…_compiling() (#8455) Reviewed By: vmoens Differential Revision: D58283846 fbshipit-source-id: 5b4bc865fdfc664f44788c6e186ec1bffd05dec8
v2 transforms tests are failing because of the deprecation warning (treated as error)
https://github.com/pytorch/vision/actions/runs/9299571569/job/25593772937?pr=7990
cc @vfdev-5