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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM