-
Notifications
You must be signed in to change notification settings - Fork 424
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
Fix the use of PyTorch pin commit in MacOS #7558
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/7558
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 1 PendingAs of commit 023381e with merge base 39e8538 (): 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.
broken: https://github.com/pytorch/executorch/actions/runs/12681330349/job/35344881397?pr=7558#step:9:435
I don't like repeating the computer, but having green CI is the only point for this change, so I have to request changes. please feel free to ping me when it's fixed for expedited review
@@ -40,6 +40,41 @@ install_pip_dependencies() { | |||
popd || return | |||
} | |||
|
|||
install_domains() { |
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.
These functions were removed by #4826. This was wrong for CI job and we need to bring them back.
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.
shipit
now we have distributed/triton import failures https://github.com/pytorch/executorch/actions/runs/12681512566/job/35345401675?pr=7558#step:9:50147 . leaving accept in place because we should be directionally correct at this point and I trust you not to ship a red PR |
Yeah, this is new. I will make sure to get to the bottom of this before landing the change. I need to compare the list of dependencies before (using PT nightly) and after this change (using PT built from source) |
Darn, a GitHub outage is happening https://www.githubstatus.com/incidents/plgzz71xn6zq, need to wait for this storm to pass while testing this locally |
It's working now, it turns out that nightly binaries are built with |
I missed this in #6564, we need to apply the same fix for MacOS and add a test to make sure that PyTorch built from the pin commit is used instead of nightly.