Skip to content

Commit 70a3ebd

Browse files
committed
Temporary fix for jax update in colab
1 parent 0662601 commit 70a3ebd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

AlphaFold2.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@
148148
" if os.environ.get('TPU_NAME', False) != False:\n",
149149
" os.system(\"pip uninstall -y jax jaxlib\")\n",
150150
" 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",
151153
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/colabfold colabfold\")\n",
152154
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/alphafold alphafold\")\n",
153155
" os.system(\"touch COLABFOLD_READY\")\n",

0 commit comments

Comments
 (0)