We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a3ebd commit f2a689dCopy full SHA for f2a689d
batch/AlphaFold2_batch.ipynb
@@ -130,6 +130,8 @@
130
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold\"\n",
131
" if [ -n \"${TPU_NAME}\" ]; then\n",
132
" pip install -q --no-warn-conflicts -U dm-haiku==0.0.10 jax==0.3.25\n",
133
+ " else\n",
134
+ " pip install -q --no-warn-conflicts --upgrade dm-haiku==0.0.13\n",
135
" fi\n",
136
" ln -s /usr/local/lib/python3.*/dist-packages/colabfold colabfold\n",
137
" ln -s /usr/local/lib/python3.*/dist-packages/alphafold alphafold\n",
0 commit comments