You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Colabfold should be installable on aarch64. I am working on porting this to a GraceHopper (GH200) system but there are x86 dependencies. The main issue is tensorflow-cpu. Tensorflow only builds wheels for aarch64 without GPU support https://www.tensorflow.org/install/pip
Furthermore there are x86 conda dependencies in the Dockerfile and in localcolabfold:
Mainly creating this issue to understand whether aarch64 support is planned and how I can help with this. Conda dependencies can be fixed with $(uname -m).
Current Behavior
ERROR: Could not find a version that satisfies the requirement tensorflow-cpu<3.0.0,>=2.12.1; sys_platform != "darwin" (from colabfold) (from versions: none)
ERROR: No matching distribution found for tensorflow-cpu<3.0.0,>=2.12.1; sys_platform != "darwin"
Steps to Reproduce (for bugs)
Please make sure to reproduce the issue after a "Factory Reset" in Colab.
If running locally ypdate you local installation colabfold_batch to the newest version.
Please provide your input if you can share it.
I've been working on getting this running but I am stuck on the conda tensorflow package not offering ARM builds (conda-forge/tensorflow-feedstock#136). You can still install ColabFold manually with pip. Pip has aarch64 builds for jaxlib.
Thanks @milot-mirdita. I'm aware of that feedstock issue and will try to conda-build.
Could you please clarify what you mean by "install manually with pip"? I'm still getting the error:
$ pip install -q --no-warn-conflicts 'colabfold[alphafold] @ git+https://github.com/sokrypton/ColabFold'
ERROR: Could not find a version that satisfies the requirement tensorflow-cpu<3.0.0,>=2.12.1; sys_platform != "darwin" (from colabfold) (from versions: none)
ERROR: No matching distribution found for tensorflow-cpu<3.0.0,>=2.12.1; sys_platform != "darwin"
Expected Behavior
Colabfold should be installable on
aarch64
. I am working on porting this to a GraceHopper (GH200) system but there are x86 dependencies. The main issue istensorflow-cpu
. Tensorflow only builds wheels foraarch64
without GPU support https://www.tensorflow.org/install/pipFurthermore there are x86 conda dependencies in the Dockerfile and in
localcolabfold
:Mainly creating this issue to understand whether
aarch64
support is planned and how I can help with this. Conda dependencies can be fixed with$(uname -m)
.Current Behavior
Steps to Reproduce (for bugs)
Please make sure to reproduce the issue after a "Factory Reset" in Colab.
If running locally ypdate you local installation
colabfold_batch
to the newest version.Please provide your input if you can share it.
ColabFold Output (for bugs)
Please make sure to also post the complete ColabFold output. You can use gist.github.com for large output.
NA can't install colabfold.
Context
Providing context helps us come up with a solution and improve our documentation for the future.
Your Environment
Include as many relevant details about the environment you experienced the bug in.
Colabfold Version 1.5.5
The text was updated successfully, but these errors were encountered: