conda install torch
时间: 2023-04-24 15:05:18 浏览: 121
cuda cudnn torch torchvision 安装包
可以使用以下命令在conda环境中安装PyTorch:
```
conda install pytorch torchvision torchaudio -c pytorch
```
这将安装最新版本的PyTorch,包括torchvision和torchaudio。
阅读全文
cuda cudnn torch torchvision 安装包