We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61df3b8 commit a69c85fCopy full SHA for a69c85f
RoseTTAFold2.ipynb
@@ -67,7 +67,7 @@
67
"\n",
68
"if not os.path.isdir(\"RoseTTAFold2\"):\n",
69
" print(\"install RoseTTAFold2\")\n",
70
- " os.system(\"git clone --branch 'dimaio/gpu_mem_efficiency' https://github.com/uw-ipd/RoseTTAFold2.git\")\n",
+ " os.system(\"git clone https://github.com/uw-ipd/RoseTTAFold2.git\")\n",
71
" os.system(\"pip install py3Dmol\")\n",
72
73
" # 17Mar2024: adding --no-dependencies to avoid installing nvidia-cuda-* dependencies\n",
0 commit comments