Cuda download version is insufficient
It sounds like you need to update your driver. Had the same message Check version compatibility. Here's my known working config: Windows 10, 64 bit, cuda toolkit v9. Add a comment. Active Oldest Votes. Tom Tom I saw the same at runtime with the latest driver on Mac OS Frank Frank 2 2 bronze badges. You can either download the latest driver OR use an older toolkit version to compile your code.
Meghana Meghana 51 1 1 silver badge 1 1 bronze badge. I have CUDA 5. Now it's working perfectly. Silly me Dongwei Wang Dongwei Wang 5 5 silver badges 13 13 bronze badges. It is not a version problem. Regards P.
Fabiano Tarlao Fabiano Tarlao 2, 32 32 silver badges 36 36 bronze badges. Kees Schollaart Kees Schollaart 4 4 silver badges 4 4 bronze badges.
This is what has worked for me : Installing TensorFlow version 1. Any idea how I could solve this issue? Software details are:.
The text was updated successfully, but these errors were encountered:. Sorry, something went wrong. You need to update your cuda driver - usually when you install the toolkut there is an option to install the latest driver with that toolkit, but I am sure you can install it separately too.
You should always install the driver separately to the latest version. The bundled one is usually out it date and in particular the On Friday, July 25, , Yangqing Jia notifications github. Seems like I need the driver but I'm not sure it is possible without the physical hardware.
Is there a workaround? Reply to this email directly or view it on GitHub comment. I got same problem. I'm having the same problem as the initial post, but I've updated the CUDA driver to the latest on the website. More specifically, when I try make runtest, the error I get is. I've tried uninstalling CUDA and the drivers and reinstalling, but the error still seems to persist. Any advice? I also tried on the newer The same problem with Mac OS X I have the same problem, running mac OS X Probably some bug or checksum error in cutorch.
Same issue here. I followed the installation steps for Mac and my cuda is 7. No matter I installed the cuda driver together with the toolkit installer or separately, I got the same "CUDA driver version is insufficient" error. Try to install nvidia-modprobe with synaptic package manager. That fixed it for me, for some reason my issue was the drivers were installed but not getting initialized.
I found this thread searching for a similar problem I have on a different piece of code. My configuration is on OS X Might try looking to see how you are linking. I've checked the Makefile. I am still new to caffe, and I went through the installation steps smoothly except the 'make runtest' part, thank you! Bato I am not a caffe user, so I can't really comment on exactly how caffe builds. I ran into the exact same problem with my own code and found this thread when googling for a solution.
In my case I got it to work after tweaking my own configuration to use shared libraries instead of static ones. Maybe checking the output of your build to see exactly what libraries are being linked might help to see if the problem is the same or not.
Same problem on Mac OSX. I even updated the driver but no change in error. Anyone got it working? OK, it was a dumb mistake from my side. The code I was running was setting gpu mode internally. I changed it to cpu mode and all is well. Same issue here Urgently looking for a fix. Any ideas? I need the GPU mode. Skip to content. Sign in Sign up. Instantly share code, notes, and snippets. Created Jan 24, Code Revisions 1. Embed What would you like to do? Embed Embed this gist in your website.
Share Copy sharable link for this gist. Learn more about clone URLs.
0コメント