-
Notifications
You must be signed in to change notification settings - Fork 66
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
installing on aarch64 #105
Comments
see: #80 |
Hi , I am just trying to build BindCraft on a GraceHopper aarch64 platform.It actually fails for me already with building the conda env... I used :
I tried different cuda versions etc, always fails. Did you change something in the installation script for the jax/jaxlib packages/ channels/cuda versions? Or did it just work out of the box ? Also , doing the installation on an linux-64 platform worked well. Any help appreciated, |
Hi there, unfortunately I don't have a space to test this sort of environment, maybe some kind user can help out here :) |
Thanks! Yes, I was hoping @jonglees could maybe comment on that! |
Hello, maybee you can try to manually pick jax wheels from here https://storage.googleapis.com/jax-releases/jax_cuda_releases.html I imagine something like that, let say you are using python version 3.10, eg
|
thanks, I will try to play around! |
Everything installs on AArch64 architecture,, but the two binaries don't run ( dssp and the DalphaBall )
I think there's a pure python version of dssp that could be used to replace the binary quite easily.
The text was updated successfully, but these errors were encountered: