You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are installing MMCV from the wheel like described above and still are having problems with CUDA you will probably have to compile it locally. Do that by running:
106
+
```
107
+
pip install mmcv-full
108
+
```
109
+
110
+
If you encounter the following error it means you will have to install CUDA manually (the one that comes with conda installation will not do).
111
+
```
112
+
OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root.
0 commit comments