在Ubuntu上安装PyTorch的步骤如下:
python3 --version
sudo apt update
sudo apt install python3
sudo apt install python3-pip
pip3 install --upgrade pip
nvcc --version
pip3 install torch torchvision torchaudio torchvision torchaudio cudatoolkit=<cuda_version> -c pytorch -c nvidia
其中<cuda_version>
应替换为你安装的CUDA版本号。python3
import torch
print(torch.__version__)
if torch.cuda.is_available():
print("CUDA is available. You can use GPU.")
else:
print("CUDA is not available. Using CPU.")
以上步骤应该可以帮助你在Ubuntu上成功安装PyTorch。如果在安装过程中遇到问题,可以参考PyTorch官方文档或社区论坛寻求帮助。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>