官网:https://pytorch.org/get-started/locally/
两步
- 安装torch torchvision torchaudio
- 安装torchtext

第一步:安装torch torchvision torchaudio
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
如果下载速度慢,改镜像源
pip3 install torch torchvision torchaudio -i https://pypi.tuna.tsinghua.edu.cn/simple
第二步:安装torchtext
pip3 install torchtext
如果速度慢
pip3 install torchtext -i https://pypi.tuna.tsinghua.edu.cn/simple
要注意版本

快速安装PyTorch、TorchVision、Torchaudio及TorchText的两步教程,
本文指导用户在本地快速安装PyTorch及其相关库torchvision、torchaudio和torchtext,提供官方和清华源镜像选择,强调了版本管理的重要性。
1万+

被折叠的 条评论
为什么被折叠?



