MachineLearning

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running. 오류 해결하기

SweetDev 2021. 11. 5. 10:39

갑자기...

컴퓨터를 강제종료하면 이런 오류가 생길 수 있다고 한다....ㅠㅠㅠㅠ

 

 

1. nvidia-smi

해당 오류가 나온다. 

 

2) apt --installed list | grep nvidia-driver

 

3) sudo apt remove nvidia-driver-<설치된 버전>

sudo apt autoremove

 

4) sudo apt-get install nvidia-driver-<설치된버전>

sudo reboot now

 

 

하면 잘 되는 모습을 볼 수 있따!!

 

* 안될 때 apt-get update하고 다시 하니까 됐다...