赞
踩
https://www.nvidia.com/Download/Find.aspx?lang=zh-cn
在下载页面选择具体驱动版本后,在 其他信息
框即可找到 README
文档链接
以 535.129.03
版本为例(文档地址:https://download.nvidia.com/XFree86/Linux-x86_64/535.129.03/README)
在 Chapter 4. Installing the NVIDIA Driver
安装章节中即可看到:
# 下载后的安装命令
sudo sh NVIDIA-Linux-x86_64-535.129.03.run
# 卸载命令
sudo sh NVIDIA-Linux-x86_64-535.129.03.run --uninstall
https://developer.nvidia.com/cuda-toolkit-archive
推荐使用 runfile
安装包。
https://developer.nvidia.com/cuda-toolkit-archive
以 11.8
版本为例(文档地址:https://docs.nvidia.com/cuda/archive/11.8.0/)
在 Installation Guide Linux - 8. Runfile Installation
安装章节中即可看到:
# 下载后的安装命令
sudo sh cuda_11.8.0_520.61.05_linux.run
# 卸载命令
sudo /usr/local/cuda-11.8/bin/cuda-uninstaller
Ubuntu中多版本CUDA切换:https://blog.csdn.net/sinat_40245632/article/details/109330182
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。