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 bd0ea05 commit 41b3b9bCopy full SHA for 41b3b9b
rf/examples/diffusion_foldcond.ipynb
@@ -78,7 +78,7 @@
78
" os.system(\"pip install git+https://github.com/NVIDIA/dllogger#egg=dllogger\")\n",
79
" # 17Mar2024: adding --no-dependencies to avoid installing nvidia-cuda-* dependencies\n",
80
" os.system(\"pip install --no-dependencies dgl==2.0.0 -f https://data.dgl.ai/wheels/cu121/repo.html\")\n",
81
- " os.system(\"pip install --no-dependencies e3nn==0.3.3 opt_einsum_fx\")\n",
+ " os.system(\"pip install --no-dependencies e3nn==0.5.5 opt_einsum_fx\")\n",
82
" os.system(\"cd RFdiffusion/env/SE3Transformer; pip install .\")\n",
83
"\n",
84
" # extras\n",
0 commit comments