-
Notifications
You must be signed in to change notification settings - Fork 257
nightly build for mac stops on 0422 #2157
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
Comments
cc: @jerryzh168 |
Debugging this: |
This is the culprit PR that caused this regression on April 19: #1372 However next PR that broke is this #2044 |
@atalman Is this fixed? Running
|
@atalman @jerryzh168 Could you please describe what building issue #2093 causes? I haven't see any related logs here. |
@guangy10 Yes fixed take a look at: https://download.pytorch.org/whl/nightly/torchao/ ![]() |
HI @Valentine233 the Original PR caused same regression April 19: #1372 Please refer to this comment: Issue is that this PR generates torchao-0.12.0.dev20250507+cpu-cp39-abi3-manylinux_2_28_x86_64.whl (notice manylinux) Please see the PR that tries to reland this code: #2183 |
@atalman Yeah noticed it. Already moved the pin to latest nightly here: huggingface/optimum-executorch#68. Thanks |
@atalman I find the Besides, is there any CI for macOS wheel building available to be triggered? |
For example running
pip install torchao==0.11.0.dev20250430 --extra-index-url "https://download.pytorch.org/whl/nightly/cpu"
will not work on mac. The latest build available on mac was from 0422.The text was updated successfully, but these errors were encountered: