File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 144144 " echo \" installing colabfold...\"\n " ,
145145 " # install dependencies\n " ,
146146 " # We have to use \" --no-warn-conflicts\" because colab already has a lot preinstalled with requirements different to ours\n " ,
147- " pip install -q --no-warn-conflicts \" colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold@v1.5.1\"\n " ,
148- " # high risk high gain \n " ,
149- " pip install -q \" jax[cuda11_cudnn805]>= 0.3.8,<0.4 \" -f https://storage.googleapis.com/jax-releases/jax_releases .html\n " ,
147+ " pip install -q --no-warn-conflicts \" colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold@v1.5.1\" \" tensorflow-cpu==2.7.4 \" \n" ,
148+ " pip uninstall -yq jax jaxlib \n " ,
149+ " pip install -q \" jax[cuda]== 0.3.25 \" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases .html\n " ,
150150 " \n " ,
151151 " # for debugging\n " ,
152152 " ln -s /usr/local/lib/python3.*/dist-packages/colabfold colabfold\n " ,
Original file line number Diff line number Diff line change 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/ColabFold@v1.5.1\"\n " ,
123- " # high risk high gain \n " ,
124- " pip install -q \" jax[cuda11_cudnn805]>= 0.3.8,<0.4 \" -f https://storage.googleapis.com/jax-releases/jax_releases .html\n " ,
122+ " pip install -q --no-warn-conflicts \" colabfold[alphafold-minus-jax] @ git+https://github.com/sokrypton/ColabFold@v1.5.1\" \" tensorflow-cpu==2.7.4 \" \n" ,
123+ " pip uninstall -yq jax jaxlib \n " ,
124+ " 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 " ,
126126 " fi\n " ,
127127 " \n " ,
You can’t perform that action at this time.
0 commit comments