pytorch下载E盘
时间: 2024-05-05 18:14:22 浏览: 139
根据提供的引用内容,有两种方法可以将PyTorch下载到E盘。
方法一:使用清华镜像源下载PyTorch[^2]
1. 打开命令行终端。
2. 输入以下命令,添加清华镜像源:
```shell
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes
```
3. 输入以下命令,安装PyTorch到E盘:
```shell
conda install pytorch torchvision cudatoolkit=9.0 -c pytorch --prefix E:\pytorch
```
方法二:手动下载PyTorch压缩包[^1]
1. 打开浏览器,访问链接https://download.pytorch.org/whl/torch_stable.html。
2. 根据你的需求选择合适的版本,并点击下载。
3. 将下载的压缩包移动到E盘。
阅读全文