cudaGetDevice
#1170
Replies: 1 comment
-
just as the error message said " CUDA driver version is insufficient for CUDA runtime version ". plz upgrade the driver to match the cuda runtime |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have installed the offline package of deepmd v2.0.0 (CUDA10.1) on an HCP, but I get the below error when I run the "dp train" command:
RuntimeError: cudaGetDevice() failed. Status: CUDA driver version is insufficient for CUDA runtime version
The GPU is:
TITAN X (Pascal), computeCapability: 6.1
The Cuda version is:
Cuda compilation tools, release 10.0, V10.0.130
How can I solve the issue? ("I cannot update the CUDA driver on the cluster")
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions