BobLiu20/YOLOv3_PyTorch

CUDA driver version is insufficient.

Opened this issue · 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

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/

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 please update your driver. download from here