Skip to content

Commit 9c9ea6a

Browse files
committed
add links to new binaries
1 parent 59fddeb commit 9c9ea6a

File tree

1 file changed

+127
-55
lines changed

1 file changed

+127
-55
lines changed

_data/wizard.yml

Lines changed: 127 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,60 @@
11
############ conda section #########################
22
-
33
matcher: 'conda,linux,cuda8,python2.7'
4-
cmd: 'conda install pytorch torchvision -c pytorch'
4+
cmd: 'conda install pytorch torchvision cuda80 -c pytorch'
55
-
66
matcher: 'conda,linux,cuda9.0,python2.7'
7-
cmd: 'conda install pytorch torchvision cuda90 -c pytorch'
7+
cmd: 'conda install pytorch torchvision -c pytorch'
88
-
9-
matcher: 'conda,linux,cuda9.1,python2.7'
10-
cmd: 'conda install pytorch torchvision cuda91 -c pytorch'
9+
matcher: 'conda,linux,cuda9.2,python2.7'
10+
cmd: 'conda install pytorch torchvision cuda92 -c pytorch'
1111
-
1212
matcher: 'conda,linux,cudanone,python2.7'
1313
cmd: 'conda install pytorch-cpu torchvision-cpu -c pytorch'
1414
-
1515
matcher: 'conda,linux,cuda8,python3.5'
16-
cmd: 'conda install pytorch torchvision -c pytorch'
16+
cmd: 'conda install pytorch torchvision cuda80 -c pytorch'
1717
-
1818
matcher: 'conda,linux,cuda9.0,python3.5'
19-
cmd: 'conda install pytorch torchvision cuda90 -c pytorch'
19+
cmd: 'conda install pytorch torchvision -c pytorch'
2020
-
21-
matcher: 'conda,linux,cuda9.1,python3.5'
22-
cmd: 'conda install pytorch torchvision cuda91 -c pytorch'
21+
matcher: 'conda,linux,cuda9.2,python3.5'
22+
cmd: 'conda install pytorch torchvision cuda92 -c pytorch'
2323
-
2424
matcher: 'conda,linux,cudanone,python3.5'
2525
cmd: 'conda install pytorch-cpu torchvision-cpu -c pytorch'
2626
-
2727
matcher: 'conda,linux,cuda8,python3.6'
28-
cmd: 'conda install pytorch torchvision -c pytorch'
28+
cmd: 'conda install pytorch torchvision cuda80 -c pytorch'
2929
-
3030
matcher: 'conda,linux,cuda9.0,python3.6'
31-
cmd: 'conda install pytorch torchvision cuda90 -c pytorch'
31+
cmd: 'conda install pytorch torchvision -c pytorch'
3232
-
33-
matcher: 'conda,linux,cuda9.1,python3.6'
34-
cmd: 'conda install pytorch torchvision cuda91 -c pytorch'
33+
matcher: 'conda,linux,cuda9.2,python3.6'
34+
cmd: 'conda install pytorch torchvision cuda92 -c pytorch'
3535
-
3636
matcher: 'conda,linux,cudanone,python3.6'
3737
cmd: 'conda install pytorch-cpu torchvision-cpu -c pytorch'
38+
-
39+
matcher: 'conda,linux,cuda8,python3.7'
40+
cmd: 'conda install pytorch torchvision cuda80 -c pytorch'
41+
-
42+
matcher: 'conda,linux,cuda9.0,python3.7'
43+
cmd: 'conda install pytorch torchvision -c pytorch'
44+
-
45+
matcher: 'conda,linux,cuda9.2,python3.7'
46+
cmd: 'conda install pytorch torchvision cuda92 -c pytorch'
47+
-
48+
matcher: 'conda,linux,cudanone,python3.7'
49+
cmd: 'conda install pytorch-cpu torchvision-cpu -c pytorch'
3850
-
3951
matcher: 'conda,macos,cuda8,python2.7'
4052
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
4153
-
4254
matcher: 'conda,macos,cuda9.0,python2.7'
4355
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
4456
-
45-
matcher: 'conda,macos,cuda9.1,python2.7'
57+
matcher: 'conda,macos,cuda9.2,python2.7'
4658
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
4759
-
4860
matcher: 'conda,macos,cudanone,python2.7'
@@ -54,7 +66,7 @@
5466
matcher: 'conda,macos,cuda9.0,python3.5'
5567
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
5668
-
57-
matcher: 'conda,macos,cuda9.1,python3.5'
69+
matcher: 'conda,macos,cuda9.2,python3.5'
5870
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
5971
-
6072
matcher: 'conda,macos,cudanone,python3.5'
@@ -66,47 +78,71 @@
6678
matcher: 'conda,macos,cuda9.0,python3.6'
6779
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
6880
-
69-
matcher: 'conda,macos,cuda9.1,python3.6'
81+
matcher: 'conda,macos,cuda9.2,python3.6'
7082
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
7183
-
7284
matcher: 'conda,macos,cudanone,python3.6'
7385
cmd: 'conda install pytorch torchvision -c pytorch'
86+
-
87+
matcher: 'conda,macos,cuda8,python3.7'
88+
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
89+
-
90+
matcher: 'conda,macos,cuda9.0,python3.7'
91+
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
92+
-
93+
matcher: 'conda,macos,cuda9.2,python3.7'
94+
cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
95+
-
96+
matcher: 'conda,macos,cudanone,python3.7'
97+
cmd: 'conda install pytorch torchvision -c pytorch'
7498
-
7599
matcher: 'conda,windows,cuda8,python2.7'
76100
cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
77101
-
78102
matcher: 'conda,windows,cuda9.0,python2.7'
79103
cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
80104
-
81-
matcher: 'conda,windows,cuda9.1,python2.7'
105+
matcher: 'conda,windows,cuda9.2,python2.7'
82106
cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
83107
-
84108
matcher: 'conda,windows,cudanone,python2.7'
85109
cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
86110
-
87111
matcher: 'conda,windows,cuda8,python3.5'
88-
cmd: 'conda install pytorch -c pytorch <br /> pip3 install torchvision'
112+
cmd: 'conda install pytorch cuda80 -c pytorch <br /> pip3 install torchvision'
89113
-
90114
matcher: 'conda,windows,cuda9.0,python3.5'
91-
cmd: 'conda install pytorch cuda90 -c pytorch <br /> pip3 install torchvision'
115+
cmd: 'conda install pytorch -c pytorch <br /> pip3 install torchvision'
92116
-
93-
matcher: 'conda,windows,cuda9.1,python3.5'
94-
cmd: 'conda install pytorch cuda91 -c pytorch <br /> pip3 install torchvision'
117+
matcher: 'conda,windows,cuda9.2,python3.5'
118+
cmd: 'conda install pytorch cuda92 -c pytorch <br /> pip3 install torchvision'
95119
-
96120
matcher: 'conda,windows,cudanone,python3.5'
97121
cmd: 'conda install pytorch-cpu -c pytorch <br /> pip3 install torchvision'
98122
-
99123
matcher: 'conda,windows,cuda8,python3.6'
100-
cmd: 'conda install pytorch -c pytorch <br /> pip3 install torchvision'
124+
cmd: 'conda install pytorch cuda80 -c pytorch <br /> pip3 install torchvision'
101125
-
102126
matcher: 'conda,windows,cuda9.0,python3.6'
103-
cmd: 'conda install pytorch cuda90 -c pytorch <br /> pip3 install torchvision'
127+
cmd: 'conda install pytorch -c pytorch <br /> pip3 install torchvision'
104128
-
105-
matcher: 'conda,windows,cuda9.1,python3.6'
106-
cmd: 'conda install pytorch cuda91 -c pytorch <br /> pip3 install torchvision'
129+
matcher: 'conda,windows,cuda9.2,python3.6'
130+
cmd: 'conda install pytorch cuda92 -c pytorch <br /> pip3 install torchvision'
107131
-
108132
matcher: 'conda,windows,cudanone,python3.6'
109133
cmd: 'conda install pytorch-cpu -c pytorch <br /> pip3 install torchvision'
134+
-
135+
matcher: 'conda,windows,cuda8,python3.7'
136+
cmd: 'conda install pytorch cuda80 -c pytorch <br /> pip3 install torchvision'
137+
-
138+
matcher: 'conda,windows,cuda9.0,python3.7'
139+
cmd: 'conda install pytorch -c pytorch <br /> pip3 install torchvision'
140+
-
141+
matcher: 'conda,windows,cuda9.2,python3.7'
142+
cmd: 'conda install pytorch cuda92 -c pytorch <br /> pip3 install torchvision'
143+
-
144+
matcher: 'conda,windows,cudanone,python3.7'
145+
cmd: 'conda install pytorch-cpu -c pytorch <br /> pip3 install torchvision'
110146

111147
############ pip section #########################
112148
######### macos ######################
@@ -117,7 +153,7 @@
117153
matcher: 'pip,macos,cuda9.0,python2.7'
118154
cmd: 'pip install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
119155
-
120-
matcher: 'pip,macos,cuda9.1,python2.7'
156+
matcher: 'pip,macos,cuda9.2,python2.7'
121157
cmd: 'pip install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
122158
-
123159
matcher: 'pip,macos,cudanone,python2.7'
@@ -129,7 +165,7 @@
129165
matcher: 'pip,macos,cuda9.0,python3.5'
130166
cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
131167
-
132-
matcher: 'pip,macos,cuda9.1,python3.5'
168+
matcher: 'pip,macos,cuda9.2,python3.5'
133169
cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
134170
-
135171
matcher: 'pip,macos,cudanone,python3.5'
@@ -141,50 +177,74 @@
141177
matcher: 'pip,macos,cuda9.0,python3.6'
142178
cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
143179
-
144-
matcher: 'pip,macos,cuda9.1,python3.6'
180+
matcher: 'pip,macos,cuda9.2,python3.6'
145181
cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
146182
-
147183
matcher: 'pip,macos,cudanone,python3.6'
148184
cmd: 'pip3 install torch torchvision'
185+
-
186+
matcher: 'pip,macos,cuda8,python3.7'
187+
cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
188+
-
189+
matcher: 'pip,macos,cuda9.0,python3.7'
190+
cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
191+
-
192+
matcher: 'pip,macos,cuda9.2,python3.7'
193+
cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
194+
-
195+
matcher: 'pip,macos,cudanone,python3.7'
196+
cmd: 'pip3 install torch torchvision'
149197
######### Linux ######################
150198
-
151199
matcher: 'pip,linux,cudanone,python2.7'
152-
cmd: 'pip install http://download.pytorch.org/whl/cpu/torch-0.4.0-cp27-cp27mu-linux_x86_64.whl <br/> pip install torchvision <br/><br/> # if the above command does not work, then you have python 2.7 UCS2, use this command <br/> pip install http://download.pytorch.org/whl/cpu/torch-0.4.0-cp27-cp27m-linux_x86_64.whl'
200+
cmd: 'pip install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp27-cp27mu-linux_x86_64.whl <br/> pip install torchvision <br/><br/> # if the above command does not work, then you have python 2.7 UCS2, use this command <br/> pip install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp27-cp27m-linux_x86_64.whl'
153201
-
154202
matcher: 'pip,linux,cuda8,python2.7'
155-
cmd: 'pip install torch torchvision'
203+
cmd: 'pip install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp27-cp27mu-linux_x86_64.whl <br/> pip install torchvision <br/><br/> # if the above command does not\
204+
work, then you have python 2.7 UCS2, use this command <br/> pip install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp27-cp27m-linux_x86_64.whl'
156205
-
157206
matcher: 'pip,linux,cuda9.0,python2.7'
158-
cmd: 'pip install http://download.pytorch.org/whl/cu90/torch-0.4.0-cp27-cp27mu-linux_x86_64.whl <br/> pip install torchvision <br/><br/> # if the above command does not\
159-
work, then you have python 2.7 UCS2, use this command <br/> pip install http://download.pytorch.org/whl/cu90/torch-0.4.0-cp27-cp27m-linux_x86_64.whl'
207+
cmd: 'pip install torch torchvision'
160208
-
161-
matcher: 'pip,linux,cuda9.1,python2.7'
162-
cmd: 'pip install http://download.pytorch.org/whl/cu91/torch-0.4.0-cp27-cp27mu-linux_x86_64.whl <br/> pip install torchvision <br/><br/> # if the above command does not\
163-
work, then you have python 2.7 UCS2, use this command <br/> pip install http://download.pytorch.org/whl/cu91/torch-0.4.0-cp27-cp27m-linux_x86_64.whl'
209+
matcher: 'pip,linux,cuda9.2,python2.7'
210+
cmd: 'pip install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp27-cp27mu-linux_x86_64.whl <br/> pip install torchvision <br/><br/> # if the above command does not\
211+
work, then you have python 2.7 UCS2, use this command <br/> pip install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp27-cp27m-linux_x86_64.whl'
164212
-
165213
matcher: 'pip,linux,cudanone,python3.5'
166-
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.0-cp35-cp35m-linux_x86_64.whl <br/> pip3 install torchvision'
214+
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp35-cp35m-linux_x86_64.whl <br/> pip3 install torchvision'
167215
-
168216
matcher: 'pip,linux,cuda8,python3.5'
169-
cmd: 'pip3 install torch torchvision'
217+
cmd: 'pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp35-cp35m-linux_x86_64.whl <br/> pip3 install torchvision'
170218
-
171219
matcher: 'pip,linux,cuda9.0,python3.5'
172-
cmd: 'pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.0-cp35-cp35m-linux_x86_64.whl <br/> pip3 install torchvision'
220+
cmd: 'pip3 install torch torchvision'
173221
-
174-
matcher: 'pip,linux,cuda9.1,python3.5'
175-
cmd: 'pip3 install http://download.pytorch.org/whl/cu91/torch-0.4.0-cp35-cp35m-linux_x86_64.whl <br/> pip3 install torchvision'
222+
matcher: 'pip,linux,cuda9.2,python3.5'
223+
cmd: 'pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp35-cp35m-linux_x86_64.whl <br/> pip3 install torchvision'
176224
-
177225
matcher: 'pip,linux,cudanone,python3.6'
178-
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.0-cp36-cp36m-linux_x86_64.whl <br/> pip3 install torchvision'
226+
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp36-cp36m-linux_x86_64.whl <br/> pip3 install torchvision'
179227
-
180228
matcher: 'pip,linux,cuda8,python3.6'
181-
cmd: 'pip3 install torch torchvision'
229+
cmd: 'pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp36-cp36m-linux_x86_64.whl <br/> pip3 install torchvision'
182230
-
183231
matcher: 'pip,linux,cuda9.0,python3.6'
184-
cmd: 'pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.0-cp36-cp36m-linux_x86_64.whl <br/> pip3 install torchvision'
232+
cmd: 'pip3 install torch torchvision'
233+
-
234+
matcher: 'pip,linux,cuda9.2,python3.6'
235+
cmd: 'pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp36-cp36m-linux_x86_64.whl <br/> pip3 install torchvision'
236+
-
237+
matcher: 'pip,linux,cudanone,python3.7'
238+
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp37-cp37m-linux_x86_64.whl <br/> pip3 install torchvision'
239+
-
240+
matcher: 'pip,linux,cuda8,python3.7'
241+
cmd: 'pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp37-cp37m-linux_x86_64.whl <br/> pip3 install torchvision'
185242
-
186-
matcher: 'pip,linux,cuda9.1,python3.6'
187-
cmd: 'pip3 install http://download.pytorch.org/whl/cu91/torch-0.4.0-cp36-cp36m-linux_x86_64.whl <br/> pip3 install torchvision'
243+
matcher: 'pip,linux,cuda9.0,python3.7'
244+
cmd: 'pip3 install torch torchvision'
245+
-
246+
matcher: 'pip,linux,cuda9.2,python3.7'
247+
cmd: 'pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp37-cp37m-linux_x86_64.whl <br/> pip3 install torchvision'
188248

189249
######### Windows ######################
190250
-
@@ -197,29 +257,41 @@
197257
matcher: 'pip,windows,cuda9.0,python2.7'
198258
cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
199259
-
200-
matcher: 'pip,windows,cuda9.1,python2.7'
260+
matcher: 'pip,windows,cuda9.2,python2.7'
201261
cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
202262
-
203263
matcher: 'pip,windows,cudanone,python3.5'
204-
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.0-cp35-cp35m-win_amd64.whl <br/> pip3 install torchvision'
264+
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp35-cp35m-win_amd64.whl <br/> pip3 install torchvision'
205265
-
206266
matcher: 'pip,windows,cuda8,python3.5'
207-
cmd: 'pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.0-cp35-cp35m-win_amd64.whl <br/> pip3 install torchvision'
267+
cmd: 'pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp35-cp35m-win_amd64.whl <br/> pip3 install torchvision'
208268
-
209269
matcher: 'pip,windows,cuda9.0,python3.5'
210-
cmd: 'pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.0-cp35-cp35m-win_amd64.whl <br/> pip3 install torchvision'
270+
cmd: 'pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.1-cp35-cp35m-win_amd64.whl <br/> pip3 install torchvision'
211271
-
212-
matcher: 'pip,windows,cuda9.1,python3.5'
213-
cmd: 'pip3 install http://download.pytorch.org/whl/cu91/torch-0.4.0-cp35-cp35m-win_amd64.whl <br/> pip3 install torchvision'
272+
matcher: 'pip,windows,cuda9.2,python3.5'
273+
cmd: 'pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp35-cp35m-win_amd64.whl <br/> pip3 install torchvision'
214274
-
215275
matcher: 'pip,windows,cudanone,python3.6'
216-
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.0-cp36-cp36m-win_amd64.whl <br/> pip3 install torchvision'
276+
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp36-cp36m-win_amd64.whl <br/> pip3 install torchvision'
217277
-
218278
matcher: 'pip,windows,cuda8,python3.6'
219-
cmd: 'pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.0-cp36-cp36m-win_amd64.whl <br/> pip3 install torchvision'
279+
cmd: 'pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp36-cp36m-win_amd64.whl <br/> pip3 install torchvision'
220280
-
221281
matcher: 'pip,windows,cuda9.0,python3.6'
222-
cmd: 'pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.0-cp36-cp36m-win_amd64.whl <br/> pip3 install torchvision'
282+
cmd: 'pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.1-cp36-cp36m-win_amd64.whl <br/> pip3 install torchvision'
283+
-
284+
matcher: 'pip,windows,cuda9.2,python3.6'
285+
cmd: 'pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp36-cp36m-win_amd64.whl <br/> pip3 install torchvision'
286+
-
287+
matcher: 'pip,windows,cudanone,python3.7'
288+
cmd: 'pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp37-cp37m-win_amd64.whl <br/> pip3 install torchvision'
289+
-
290+
matcher: 'pip,windows,cuda8,python3.7'
291+
cmd: 'pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp37-cp37m-win_amd64.whl <br/> pip3 install torchvision'
292+
-
293+
matcher: 'pip,windows,cuda9.0,python3.7'
294+
cmd: 'pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.1-cp37-cp37m-win_amd64.whl <br/> pip3 install torchvision'
223295
-
224-
matcher: 'pip,windows,cuda9.1,python3.6'
225-
cmd: 'pip3 install http://download.pytorch.org/whl/cu91/torch-0.4.0-cp36-cp36m-win_amd64.whl <br/> pip3 install torchvision'
296+
matcher: 'pip,windows,cuda9.2,python3.7'
297+
cmd: 'pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp37-cp37m-win_amd64.whl <br/> pip3 install torchvision'

0 commit comments

Comments
 (0)