赞
踩
https://blog.csdn.net/JineD/article/details/129432308
lspci | grep -i nvidia
sudo apt purge nvidia* -y
sudo apt remove nvidia-* -y
sudo rm /etc/apt/sources.list.d/cuda*
sudo apt autoremove -y && sudo apt autoclean -y
sudo rm -rf /usr/local/cuda*
./NVIDIA-Linux-x86-310.19.run --uninstall
https://www.nvidia.cn/geforce/drivers/
我选择了550版本
https://www.nvidia.cn/geforce/drivers/results/224357/
sudo systemctl set-default multi-user.target
sudo reboot
# 切换到驱动目录
cd /home/user/download/
# 权限 自己确认版本号5×××
sudo chmod a+x NVIDIA-Linux-x86_64-5×××.run
# 安装 自己确认版本号5×××
sudo ./NVIDIA-Linux-x86_64-5×××.run
sudo systemctl set-default graphical.target
sudo reboot
显卡驱动:Ubuntu/Linux 安装GPU 驱动&检测(PyTorch准备)
CUDA:Ubuntu/Linux 安装CUDA、检测(PyTorch准备)
cuDNN:Ubuntu/Linux 安装cuDNN、检测(PyTorch准备)
Anaconda & PyTorch: Ubuntu/Linux 安装Anconda、PyTorch、检测cuDNN、Jupyter Notebook
Docker + PyTorch: Ubuntu/Linux 安装Docker + PyTorch
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。