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

The detected CUDA version (10.1) mismatches the version that was used to compile PyTorch (11.3). #14

Open
LZ-CH opened this issue Sep 21, 2023 · 0 comments

Comments

@LZ-CH
Copy link

LZ-CH commented Sep 21, 2023

Hi,

My environment is:

Ubuntu 18.04
Python 3.9.0
PyTorch 1.12.0 with CUDA 11.3
GeForce RTX 3090 GPU (Unable to use cuda 10.1)

When I install pointnet2 with CUDA 11.3, I encounter the following error:

File "/data1/user/anaconda3/envs/ScanNet/lib/python3.9/site-packages/torch/utils/cpp_extension.py", line 812, in _check_cuda_version
    raise RuntimeError(CUDA_MISMATCH_MESSAGE.format(cuda_str_version, torch.version.cuda))
RuntimeError: 
The detected CUDA version (10.1) mismatches the version that was used to compile
PyTorch (11.3). Please make sure to use the same CUDA versions.

And, How do I solve this problem?

Thanks!

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