下载地址:https://mirrors.bfsu.edu.cn/anaconda/archive/
国内镜像源配置:参考此文https://mirror.tuna.tsinghua.edu.cn/help/anaconda/
Anaconda Prompt (Anaconda3)
GPU版本:
conda install pytorch torchvision torchaudio pytorch-cuda=11.6 -c pytorch -c nvidia
CPU版本:
conda install pytorch torchvision torchaudio cpuonly -c pytorch
命令由https://pytorch.org/生成。