Skip to content

Commit

Permalink
fixing dm-haiku jax.xla error message
Browse files Browse the repository at this point in the history
  • Loading branch information
sokrypton committed Aug 8, 2023
1 parent 63decf5 commit 33ae16f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AlphaFold2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
"if not os.path.isfile(\"COLABFOLD_READY\"):\n",
" print(\"installing colabfold...\")\n",
" os.system(\"pip install -q --no-warn-conflicts 'colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold'\")\n",
" os.system(\"pip install --upgrade dm-haiku\")\n",
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/colabfold colabfold\")\n",
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/alphafold alphafold\")\n",
" # patch for jax > 0.3.25\n",
Expand Down

0 comments on commit 33ae16f

Please sign in to comment.