nvidia-smi failed because it couldn't communicate with the nvidia driver
Ubuntu装好CUDA之后过段时间提示NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver.
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
解决方案一:sudo modprobe nvidia ,然后再运行nvidia-smi.
---------------------
作者:hhhuua
来源:CSDN
原文:https://blog.csdn.net/hhhuua/article/details/80734092
版权声明:本文为博主原创文章,转载请附上博文链接!
方法二:禁用安全启动选项
https://stackoverflow.com/questions/42348400/nvidia-smi-failed-couldnt-communicate-with-nvidia-driver
方法三:
sudo apt-get update sudo apt-get install --no-install-recommends nvidia-384 libcuda1-384 nvidia-opencl-icd-384 sudo reboot
https://blog.csdn.net/zw__chen/article/details/83217004