Sop:Ubuntu中安装pytorch cuda cudnn

问题

  • 在Ubuntu中安装pytorch系列

解决

step1 双系统安装

  • 本文适合UEFI和单磁盘

  • 查询win+r msinfo32
    在这里插入图片描述

  • 查询 cmd 中nvidia-smi cuda最高版本(安装时一般版本稍低一点)
    在这里插入图片描述

  • 移步软件管家教程
    注意不要跳步

  • 换下载路径Software & Updates中

  • 在这里插入图片描述
    在这里插入图片描述

step2 anaconda安装

  • 清华源链接

  • 直接在虚拟机浏览器中下载

  • 在这里插入图片描述
    在这里插入图片描述

  • 找最新的版本即可
    在这里插入图片描述

  • 在安装包路径下打开终端并输入

bash xxx.sh
conda create -n aalh python=3.8  //创建虚拟环境
conda activate aalh              //切换
  • 换下载路径
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/peterjc123/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda install pytorch torchvision torchaudio cudatoolkit=11.1  //小于11.2 查询值

step3 装驱动

sudo apt purge nvidia-*  #删除旧的NVIDIA驱动
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update && sudo apt upgrade//更新
ubuntu-drivers devices  #查看自己的显卡及可以安装的驱动版本
sudo apt install nvidia-driver-410  #根据自己的驱动建议安装
sudo reboot

step4 验证

conda activate aalh              //切换
python         
import torch 
torch.cuda.is_available()
  • 最后True表示ok
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值