YOLOv3_PyTorch icon indicating copy to clipboard operation
YOLOv3_PyTorch copied to clipboard

CUDA driver version is insufficient.

Open momenabdelkarim opened this issue 7 years ago • 3 comments

I get this when I try to run the evals.py file. I have tried this on both the CUDA 8.0 and the CUDA 9.0 versions of pytorch, no dice.

RuntimeError: cuda runtime error (35) : CUDA driver version is insufficient for CUDA runtime version at /opt/conda/conda-bld/pytorch_1524586445097/work/aten/src/THC/THCGeneral.cpp:70

momenabdelkarim avatar Jul 05 '18 22:07 momenabdelkarim

Hi @momenabdelkarim, this error message is related to the NVIDIA driver you have installed. Is this on an Ubuntu machine? Try reinstalling the driver and CUDA, because this isn't an issue specific to this code :)

https://devtalk.nvidia.com/default/topic/1028320/cuda-driver-version-is-insufficient-for-cuda-runtime-version/

themathgeek13 avatar Jul 07 '18 16:07 themathgeek13

Hi @themathgeek13, this is on a ubuntu machine, and I've tried it on two machines using two different CUDAs (8.0 and 9.0) and different ways of installation.

momenabdelkarim avatar Jul 07 '18 18:07 momenabdelkarim

@momenabdelkarim please update your driver. download from here

BobLiu20 avatar Jul 09 '18 01:07 BobLiu20