mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
add pytorch into anaconda help
Signed-off-by: 王邈 <shankerwangmiao@gmail.com>
This commit is contained in:
parent
87072f5b10
commit
4394951738
|
|
@ -56,6 +56,15 @@ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/
|
|||
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo/
|
||||
```
|
||||
|
||||
### pytorch
|
||||
|
||||
```
|
||||
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
|
||||
|
||||
# for win-64
|
||||
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/peterjc123/
|
||||
```
|
||||
|
||||
### 其他三方源
|
||||
|
||||
对于conda的其他三方源,如有需要请在[这个issue](https://github.com/tuna/issues/issues/112)中提出请求,我们会综合考虑多方因素来酌情增减。
|
||||
|
|
|
|||
Loading…
Reference in New Issue