pytorch #
# 安装
# cd ~/code/study/ai/pytorch/study-pytorch/hello-pytorch
mamba create -n hello-pytorch
mamba activate hello-pytorch
mamba install pytorch::pytorch torchvision torchaudio -c pytorch
mamba install --file requirements.txt
# 安装
# cd ~/code/study/ai/pytorch/study-pytorch/hello-pytorch
mamba create -n hello-pytorch
mamba activate hello-pytorch
mamba install pytorch::pytorch torchvision torchaudio -c pytorch
mamba install --file requirements.txt
叶王 © 2013-2024 版权所有。如果本文档对你有所帮助,可以请作者喝饮料。