-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
pytorch bombs if "libblas=*=*accelerate"
#82
Comments
I can try to fix this in a PR unless @hmaarrfk has other thoughts/initiatives. |
I'm not sure if this is a pytorch issue. This might be a libblas issue. |
No, I think it's being hard-coded here:
and here: pytorch-cpu-feedstock/recipe/meta.yaml Line 75 in 5711a74
|
i'm a little confused about the necessary changes, but if you have them, then go for it. We can build OSX on the CIs quickly. |
Issue:
pytorch bombs if
"libblas=*=*accelerate"
reference: https://conda-forge.org/docs/maintainer/knowledge_base.html#blas
reference: https://github.com/pytorch/pytorch/blob/ea4d98388500496f04fd6a814b134c4242160267/cmake/Modules/FindBLAS.cmake#L122-L135
Not sure if this part of meta makes sense:
pytorch-cpu-feedstock/recipe/meta.yaml
Lines 69 to 88 in 5711a74
Here's the error when enforcing
"libblas=*=*accelerate"
:Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: