Skip to content

Commit 33ae16f

Browse files
committed
fixing dm-haiku jax.xla error message
1 parent 63decf5 commit 33ae16f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AlphaFold2.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"if not os.path.isfile(\"COLABFOLD_READY\"):\n",
155155
" print(\"installing colabfold...\")\n",
156156
" 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",
157158
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/colabfold colabfold\")\n",
158159
" os.system(\"ln -s /usr/local/lib/python3.*/dist-packages/alphafold alphafold\")\n",
159160
" # patch for jax > 0.3.25\n",

0 commit comments

Comments
 (0)