Skip to content

Commit 67ea49c

Browse files
Merge branch 'sokrypton:main' into main
2 parents 4e62b8d + f2a689d commit 67ea49c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

batch/AlphaFold2_batch.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@
130130
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold\"\n",
131131
" if [ -n \"${TPU_NAME}\" ]; then\n",
132132
" pip install -q --no-warn-conflicts -U dm-haiku==0.0.10 jax==0.3.25\n",
133+
" else\n",
134+
" pip install -q --no-warn-conflicts --upgrade dm-haiku==0.0.13\n",
133135
" fi\n",
134136
" ln -s /usr/local/lib/python3.*/dist-packages/colabfold colabfold\n",
135137
" ln -s /usr/local/lib/python3.*/dist-packages/alphafold alphafold\n",

0 commit comments

Comments
 (0)