Skip to content

Commit cccb2fc

Browse files
authored
Update README.md
1 parent bc8504b commit cccb2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PyTorch安装指令
2-
请先安装Anaconda和CUDA。
2+
请先安装Anaconda和CUDA 10.0
33

44
- 配置国内源
55

@@ -15,7 +15,7 @@ conda config --set show_channel_urls yes
1515

1616
- 安装PyTorch
1717
```python
18-
# 安装PyTorch,必须去掉-c pytorch这个参数!!
18+
# 安装PyTorch,要使用国内源请去掉-c pytorch这个参数!!
1919
conda install pytorch torchvision cudatoolkit=10.0
2020

2121
```

0 commit comments

Comments
 (0)