-
Notifications
You must be signed in to change notification settings - Fork 187
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 version (12.1) #232
Comments
I wanna make sure if you have made it through, how do you solve this problem? |
哥们教教怎么解决这个问题的 |
You have to install cuda 11.6. If you are using conda, you can install it using conda install -c "nvidia/label/cuda-11.6.2" cuda-toolkit |
Yeah that's doesn't work. |
Actual solution:
Chances are you using arch so also set
|
Chances are you need the following as well.
|
Just do:
after making sure that the path exists. conda resets your |
RuntimeError:
The detected CUDA version (12.1) mismatches the version that was used to compile
PyTorch (11.6). Please make sure to use the same CUDA versions.
The text was updated successfully, but these errors were encountered: