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 4c0bc6d commit bd0ea05Copy full SHA for bd0ea05
rf/examples/diffusion.ipynb
@@ -62,7 +62,7 @@
62
" os.system(\"pip install git+https://github.com/NVIDIA/dllogger#egg=dllogger\")\n",
63
" # 17Mar2024: adding --no-dependencies to avoid installing nvidia-cuda-* dependencies\n",
64
" os.system(\"pip install --no-dependencies dgl==2.0.0 -f https://data.dgl.ai/wheels/cu121/repo.html\")\n",
65
- " 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",
66
" os.system(\"cd RFdiffusion/env/SE3Transformer; pip install .\")\n",
67
" os.system(\"wget -qnc https://files.ipd.uw.edu/krypton/ananas\")\n",
68
" os.system(\"chmod +x ananas\")\n",
0 commit comments