SE3 enviroment not working #154
Replies: 2 comments
-
This is a pretty common problem, this may depend on the system you have downloaded and what Cudatoolkit version you are running on your system. If this is the case, the solution for (somewhat) newer versions is listed here. You can check what cudatoolkit version you have using the command: If this solution doesn't work for you just let me know, there are workarounds for this problem past this quick fix so long as you have sudo rights on your system. |
Beta Was this translation helpful? Give feedback.
-
If you're dealing with CUDA versioning, I recommend reading this post to help keep a few things straight. Note that And if you are installing the CUDA runtime with Conda, it doesn't really matter which CUDA runtime version is installed outside of Conda. Instead what matters is what CUDA versions the driver can support. The |
Beta Was this translation helpful? Give feedback.
-
Hello recently I used the code outlined in the README to use the RFdiffusion model locally (and had no issues) but if I run the code now there seems to an issue with the SE3 enviroment not being built correctly
Beta Was this translation helpful? Give feedback.
All reactions