分类: AI

3 篇文章

Debian 12 Cuda 环境安装
参考文档:https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212772 NVIDIA 更新了密钥,官方文档的旧版本存档中所写的方法不再适用,新方法如下: 根据系统版本下载 cuda-keyring 并安装: wget https://de…
GT 710 Debian 驱动安装以及 docker 直通
参考文档:https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html 安装驱动 系统环境是 fnOS v0.8.34(Debian 12),按照如下命令安装驱动即可: sudo apt install nvidia-tesla…
GT 710+PyTorch 的坑
PyTorch 兼容性 最开始是跑 PyTorch 的时候遇到警告: Found GPU0 NVIDIA GeForce GT 710 which is of cuda capability 3.5. PyTorch no longer supports this GPU because it is too old. The minimum cud…