-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi, The current consurf colab installation of mmseqs2/colabfold fails. It can be fixed by replacing the section with the updated installation instructions (taken from the alphafold2 colabfold notebook):
# install mmseqs2
if not os.path.isfile("COLABFOLD_READY"):
print("installing colabfold...")
os.system("pip install -q --no-warn-conflicts 'colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold'")
if os.environ.get('TPU_NAME', False) != False:
os.system("pip uninstall -y jax jaxlib")
os.system("pip install --no-warn-conflicts --upgrade dm-haiku==0.0.10 'jax[cuda12_pip]'==0.3.25 -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html")
os.system("ln -s /usr/local/lib/python3.*/dist-packages/colabfold colabfold")
os.system("ln -s /usr/local/lib/python3.*/dist-packages/alphafold alphafold")
# hack to fix TF crash
os.system("rm -f /usr/local/lib/python3.*/dist-packages/tensorflow/core/kernels/libtfkernel_sobol_op.so")
os.system("touch COLABFOLD_READY")
Metadata
Metadata
Assignees
Labels
No labels