-
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
Arm64 workflow enablement #8947
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8947
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 4ec4073 with merge base 95f10a4 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
…/vision into arm64_enablement
|
||
jobs: | ||
trigger-test-infra: | ||
uses: alinpahontu2912/test-infra/.github/workflows/build_wheels_windows_arm64.yml@winarm64_wheels |
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.
Warning
This will not work, you need to merge whatever changes are in this fork into upstream pytorch/test-infra or else you'll continually run into issues with trying to have Github schedule these jobs with "Called workflows cannot be queued onto self-hosted runners across organizations/enterprises. Failed to queue this job. Labels: 'windows-11-arm64'."
Added workflow for arm64 build of torchvision