Error When Setup
installing RFdiffusion... installing ColabDesign... downloading RFdiffusion params... /content/RFdiffusion/util.py:255: UserWarning: Using torch.cross without specifying the dim arg is deprecated. Please either pass the dim explicitly or simply use torch.linalg.cross. The default value of dim will change to agree with that of linalg.cross in a future release. (Triggered internally at ../aten/src/ATen/native/Cross.cpp:63.) Z = torch.cross(Xn, Yn)
ModuleNotFoundError Traceback (most recent call last)
/content/RFdiffusion/inference/utils.py in
1 frames
/content/RFdiffusion/util_module.py in
ModuleNotFoundError: No module named 'dgl'
The dgl module should be installed when you install RFdiffusion -- in particular, it's installed when you run the pip install --no-cache-dir -r requirements.txt line.
Note that the installation happens in the SE3nv Conda environment. You have to run a conda activate SE3nv every time you want to run RFdiffusion. (You only have to do that once per terminal session, though.)