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 0662601 commit 70a3ebdCopy full SHA for 70a3ebd
AlphaFold2.ipynb
@@ -148,6 +148,8 @@
148
" if os.environ.get('TPU_NAME', False) != False:\n",
149
" os.system(\"pip uninstall -y jax jaxlib\")\n",
150
" 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\")\n",
151
+ " else:\n",
152
+ " os.system(\"pip install --no-warn-conflicts --upgrade dm-haiku==0.0.13\")\n",
153
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/colabfold colabfold\")\n",
154
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/alphafold alphafold\")\n",
155
" os.system(\"touch COLABFOLD_READY\")\n",
0 commit comments