首先进入网站https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/ 查看更改方法 如下:
或者使用下面命令
查看源:conda config --show-sources
换成清华源:conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
设置搜索时显示通道地址:conda config --set show_channel_urls yes
输入上面三条命令也可以。
然后进入pytorch官网:https://pytorch.org/ 找到自己要下载的版本
然后用conda install 命令即可使用清华源进行安装如上图命令。