Skip to content

Commit 4d31a74

Browse files
authored
Merge pull request pytorch#29 from zou3519/pip-torchvision
Fix page to recommend pip torchvision
2 parents 525f804 + 4c1359f commit 4d31a74

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_data/wizard.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,28 +85,28 @@
8585
cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
8686
-
8787
matcher: 'conda,windows,cuda8,python3.5'
88-
cmd: 'conda install pytorch torchvision -c pytorch'
88+
cmd: 'conda install pytorch -c pytorch <br /> pip3 install torchvision'
8989
-
9090
matcher: 'conda,windows,cuda9.0,python3.5'
91-
cmd: 'conda install pytorch torchvision cuda90 -c pytorch'
91+
cmd: 'conda install pytorch cuda90 -c pytorch <br /> pip3 install torchvision'
9292
-
9393
matcher: 'conda,windows,cuda9.1,python3.5'
94-
cmd: 'conda install pytorch torchvision cuda91 -c pytorch'
94+
cmd: 'conda install pytorch cuda91 -c pytorch <br /> pip3 install torchvision'
9595
-
9696
matcher: 'conda,windows,cudanone,python3.5'
97-
cmd: 'conda install pytorch-cpu torchvision -c pytorch'
97+
cmd: 'conda install pytorch-cpu -c pytorch <br /> pip3 install torchvision'
9898
-
9999
matcher: 'conda,windows,cuda8,python3.6'
100-
cmd: 'conda install pytorch torchvision -c pytorch'
100+
cmd: 'conda install pytorch -c pytorch <br /> pip3 install torchvision'
101101
-
102102
matcher: 'conda,windows,cuda9.0,python3.6'
103-
cmd: 'conda install pytorch torchvision cuda90 -c pytorch'
103+
cmd: 'conda install pytorch cuda90 -c pytorch <br /> pip3 install torchvision'
104104
-
105105
matcher: 'conda,windows,cuda9.1,python3.6'
106-
cmd: 'conda install pytorch torchvision cuda91 -c pytorch'
106+
cmd: 'conda install pytorch cuda91 -c pytorch <br /> pip3 install torchvision'
107107
-
108108
matcher: 'conda,windows,cudanone,python3.6'
109-
cmd: 'conda install pytorch-cpu torchvision -c pytorch'
109+
cmd: 'conda install pytorch-cpu -c pytorch <br /> pip3 install torchvision'
110110

111111
############ pip section #########################
112112
######### macOS ######################

0 commit comments

Comments
 (0)