赞
踩
cd xxx/xxx/username
wget https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh
bash Anaconda3-2024.06-1-Linux-x86_64.sh
如有需要按enter键的时候,按enter键继续。
conda -V
export PATH=/your安装目录Name xxx/anaconda3/bin/:$PATH
#conda create -n env_Name python=xxx
conda create -n pytorch1.13 python=3.9
然后
conda activate pytorch1.13
conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。