Skip to content

Commit b5a4fc4

Browse files
committed
pin tensorflow version
1 parent 776071a commit b5a4fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AlphaFold2.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
"if [ ! -f COLABFOLD_READY ]; then\n",
213213
" # install dependencies\n",
214214
" # We have to use \"--no-warn-conflicts\" because colab already has a lot preinstalled with requirements different to ours\n",
215-
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/[email protected]\" \"tensorflow-cpu==2.11.0\"\n",
215+
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/[email protected]\" \"tensorflow-cpu==2.7.4\"\n",
216216
" pip uninstall -yq jax jaxlib\n",
217217
" pip install -q \"jax[cuda]==0.3.25\" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n",
218218
" touch COLABFOLD_READY\n",

batch/AlphaFold2_batch.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"if [ ! -f COLABFOLD_READY ]; then\n",
120120
" # install dependencies\n",
121121
" # We have to use \"--no-warn-conflicts\" because colab already has a lot preinstalled with requirements different to ours\n",
122-
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/[email protected]\" \"tensorflow-cpu==2.11.0\"\n",
122+
" pip install -q --no-warn-conflicts \"colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/[email protected]\" \"tensorflow-cpu==2.7.4\"\n",
123123
" pip uninstall -yq jax jaxlib\n",
124124
" pip install -q \"jax[cuda]==0.3.25\" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html\n",
125125
" touch COLABFOLD_READY\n",

0 commit comments

Comments
 (0)