$ pip install torch torchvision
# 如果CUDA的版本是9.0 $ pip install torch torchvision cuda90 # 如果CUDA的版本是9.2 $ pip install torch torchvision cuda92 # 如果CUDA的版本是10.0 $ pip install torch torchvision cuda100 # 如果CUDA的版本是10.1 $ pip install torch torchvision cuda101 # 如果CUDA的版本是10.2 $ pip install torch torchvision cuda102 # 如果CUDA的版本是11.0 $ pip install torch torchvision cuda110
$ python >>> import torch >>> print(torch.__version__)如果能够正确输出PyTorch的版本号,表明安装成功。
本文链接:http://task.lmcjl.com/news/2564.html