We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c15664e commit e661d21Copy full SHA for e661d21
README.md
@@ -7,9 +7,9 @@
7
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
8
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
9
# 配置国内源,安装PyTorch用
10
-𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 --𝑎𝑑𝑑 𝑐ℎ𝑎𝑛𝑛𝑒𝑙𝑠 ℎ𝑡𝑡𝑝𝑠://𝑚𝑖𝑟𝑟𝑜𝑟𝑠.𝑡𝑢𝑛𝑎.𝑡𝑠𝑖𝑛𝑔ℎ𝑢𝑎.𝑒𝑑𝑢.𝑐𝑛/𝑎𝑛𝑎𝑐𝑜𝑛𝑑𝑎/𝑐𝑙𝑜𝑢𝑑/𝑝𝑦𝑡𝑜𝑟𝑐ℎ/
+conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
11
# 显示源地址
12
-𝑐𝑜𝑛𝑑𝑎 𝑐𝑜𝑛𝑓𝑖𝑔 --𝑠𝑒𝑡 𝑠ℎ𝑜𝑤_𝑐ℎ𝑎𝑛𝑛𝑒𝑙_𝑢𝑟𝑙𝑠 𝑦𝑒𝑠
+conda config --set show_channel_urls yes
13
```
14
15
- 安装PyTorch
0 commit comments