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 63decf5 commit 33ae16fCopy full SHA for 33ae16f
AlphaFold2.ipynb
@@ -154,6 +154,7 @@
154
"if not os.path.isfile(\"COLABFOLD_READY\"):\n",
155
" print(\"installing colabfold...\")\n",
156
" os.system(\"pip install -q --no-warn-conflicts 'colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold'\")\n",
157
+ " os.system(\"pip install --upgrade dm-haiku\")\n",
158
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/colabfold colabfold\")\n",
159
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/alphafold alphafold\")\n",
160
" # patch for jax > 0.3.25\n",
0 commit comments