因为pciids没有50显卡的信息,检测不到50显卡。更新pciids信息就行了。
sudo update-pciids
然后安装cuda12.8
https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu
可以选择deb网络安装,比较方便快捷。
安装完cuda之后,重启一下
sudo apt install nvidia-driver-570
就能把驱动装好了
sudo apt-get install -y cuda-drivers
sudo update-pciids
然后安装cuda12.8
https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&Distribution=Ubuntu
可以选择deb网络安装,比较方便快捷。
安装完cuda之后,重启一下
sudo apt install nvidia-driver-570
就能把驱动装好了
sudo apt-get install -y cuda-drivers