Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA 11.3 build version mismatch #35

Open
changh95 opened this issue Dec 26, 2023 · 1 comment
Open

CUDA 11.3 build version mismatch #35

changh95 opened this issue Dec 26, 2023 · 1 comment

Comments

@changh95
Copy link

changh95 commented Dec 26, 2023

When building with the CUDA 11.3 script, there's a version mismatch between the installed CUDA and the conda requirements. Notice that the version of CUDA is 11.3.0, and the required CUDA version by conda is 11.3.1 .

Due to this, I think mmdetection3d fails to be installed. Below screenshot is the result

image

@changh95
Copy link
Author

Found solution.

The error in the original post arises because PyTorch CPU gets installed due to version mismatch.

By export FORCE_CUDA="1", we can force PyTorch GPU installation, hence the problem does not rise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant