-
Notifications
You must be signed in to change notification settings - Fork 549
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
Unspecified Numpy version causing installation issue #477
Comments
I have been facing the same problem too, did you see any effects of specifying the Numpy version on training/inference? |
Specifying numpy<2.0.0 works for me in the pl_upgrades branch, now together with other fixes for recent problems, see my PR #496. |
Thank you @vaclavhanzl closing this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using the environment.yml with unspecified numpy version causes it to pull in Numpy 2.1.0 as of today's date. This causes an issue with the specified version of deepspeed.
Specifying Numpy to version 1.26 appears to get past the installation error, but I cannot confirm any other regressions.
openfold/environment.yml
Line 16 in 3bec3e9
The text was updated successfully, but these errors were encountered: