Problem
NVRM: API mismatch: the client has the version 470.161.03, but this kernel module has the version 470.141.03. Please make sure that this kernel module and all NVIDIA driver components have the same version.
Solution
nvidia-smi
lsmod | grep nvidia
sudo lsof /dev/nvidia*
sudo kill -9 [process ids]
sudo lsof /dev/nvidia*
sudo service gdm3 stop
sudo rmmod nvidia_uvm
sudo rmmod nvidia_drm
sudo rmmod nvidia_modeset
sudo rmmod nvidia
nvidia-smi
References
https://dfso2222.tistory.com/69
[Ubuntu]Failed to initialize NVML: Driver/library version mismatch 해결하기
개요 오늘은 Ubuntu안에서 Nvidia드라이버 문제를 해결하는 방법을 소개해본다. 문제상황 얼마전 연구실에서 서버에 문제가 생긴다는 문의가 들어왔다. 암것도 모르지만 서버 담당자가 된 나는 문
dfso2222.tistory.com
"Module nvidia is in use" but there are no processes running on the GPU
I am trying to configure VirtualGL, and the configuration gives the following message: IMPORTANT NOTE: Your system uses modprobe.d to set device permissions. You must execute rmmod nvidia with the
askubuntu.com
728x90
반응형
'개발' 카테고리의 다른 글
nvidia-smi GPU 이름 길게 보는 법 (0) | 2023.02.23 |
---|---|
aws pytorch GLIBXX.3.4.30 not found setting (0) | 2023.02.04 |
GLIBCXX.3.4.30 not found (0) | 2023.02.04 |
Couldn't instantiate the backend tokenizer from one of: (0) | 2022.12.29 |
yolov4 darknet weight to tensorflow model (0) | 2022.12.17 |