|
85 | 85 | cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
|
86 | 86 | -
|
87 | 87 | 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' |
89 | 89 | -
|
90 | 90 | 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' |
92 | 92 | -
|
93 | 93 | 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' |
95 | 95 | -
|
96 | 96 | 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' |
98 | 98 | -
|
99 | 99 | 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' |
101 | 101 | -
|
102 | 102 | 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' |
104 | 104 | -
|
105 | 105 | 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' |
107 | 107 | -
|
108 | 108 | 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' |
110 | 110 |
|
111 | 111 | ############ pip section #########################
|
112 | 112 | ######### macOS ######################
|
|
0 commit comments