|
1 | 1 | ############ conda section #########################
|
2 | 2 | -
|
3 | 3 | matcher: 'conda,linux,cuda8,python2.7'
|
4 |
| - cmd: 'conda install pytorch torchvision -c pytorch' |
| 4 | + cmd: 'conda install pytorch torchvision cuda80 -c pytorch' |
5 | 5 | -
|
6 | 6 | matcher: 'conda,linux,cuda9.0,python2.7'
|
7 |
| - cmd: 'conda install pytorch torchvision cuda90 -c pytorch' |
| 7 | + cmd: 'conda install pytorch torchvision -c pytorch' |
8 | 8 | -
|
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' |
11 | 11 | -
|
12 | 12 | matcher: 'conda,linux,cudanone,python2.7'
|
13 | 13 | cmd: 'conda install pytorch-cpu torchvision-cpu -c pytorch'
|
14 | 14 | -
|
15 | 15 | matcher: 'conda,linux,cuda8,python3.5'
|
16 |
| - cmd: 'conda install pytorch torchvision -c pytorch' |
| 16 | + cmd: 'conda install pytorch torchvision cuda80 -c pytorch' |
17 | 17 | -
|
18 | 18 | matcher: 'conda,linux,cuda9.0,python3.5'
|
19 |
| - cmd: 'conda install pytorch torchvision cuda90 -c pytorch' |
| 19 | + cmd: 'conda install pytorch torchvision -c pytorch' |
20 | 20 | -
|
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' |
23 | 23 | -
|
24 | 24 | matcher: 'conda,linux,cudanone,python3.5'
|
25 | 25 | cmd: 'conda install pytorch-cpu torchvision-cpu -c pytorch'
|
26 | 26 | -
|
27 | 27 | matcher: 'conda,linux,cuda8,python3.6'
|
28 |
| - cmd: 'conda install pytorch torchvision -c pytorch' |
| 28 | + cmd: 'conda install pytorch torchvision cuda80 -c pytorch' |
29 | 29 | -
|
30 | 30 | matcher: 'conda,linux,cuda9.0,python3.6'
|
31 |
| - cmd: 'conda install pytorch torchvision cuda90 -c pytorch' |
| 31 | + cmd: 'conda install pytorch torchvision -c pytorch' |
32 | 32 | -
|
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' |
35 | 35 | -
|
36 | 36 | matcher: 'conda,linux,cudanone,python3.6'
|
37 | 37 | 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' |
38 | 50 | -
|
39 | 51 | matcher: 'conda,macos,cuda8,python2.7'
|
40 | 52 | cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
41 | 53 | -
|
42 | 54 | matcher: 'conda,macos,cuda9.0,python2.7'
|
43 | 55 | cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
44 | 56 | -
|
45 |
| - matcher: 'conda,macos,cuda9.1,python2.7' |
| 57 | + matcher: 'conda,macos,cuda9.2,python2.7' |
46 | 58 | cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
47 | 59 | -
|
48 | 60 | matcher: 'conda,macos,cudanone,python2.7'
|
|
54 | 66 | matcher: 'conda,macos,cuda9.0,python3.5'
|
55 | 67 | cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
56 | 68 | -
|
57 |
| - matcher: 'conda,macos,cuda9.1,python3.5' |
| 69 | + matcher: 'conda,macos,cuda9.2,python3.5' |
58 | 70 | cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
59 | 71 | -
|
60 | 72 | matcher: 'conda,macos,cudanone,python3.5'
|
|
66 | 78 | matcher: 'conda,macos,cuda9.0,python3.6'
|
67 | 79 | cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
68 | 80 | -
|
69 |
| - matcher: 'conda,macos,cuda9.1,python3.6' |
| 81 | + matcher: 'conda,macos,cuda9.2,python3.6' |
70 | 82 | cmd: 'conda install pytorch torchvision -c pytorch <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
71 | 83 | -
|
72 | 84 | matcher: 'conda,macos,cudanone,python3.6'
|
73 | 85 | 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' |
74 | 98 | -
|
75 | 99 | matcher: 'conda,windows,cuda8,python2.7'
|
76 | 100 | cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
|
77 | 101 | -
|
78 | 102 | matcher: 'conda,windows,cuda9.0,python2.7'
|
79 | 103 | cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
|
80 | 104 | -
|
81 |
| - matcher: 'conda,windows,cuda9.1,python2.7' |
| 105 | + matcher: 'conda,windows,cuda9.2,python2.7' |
82 | 106 | cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
|
83 | 107 | -
|
84 | 108 | matcher: 'conda,windows,cudanone,python2.7'
|
85 | 109 | cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
|
86 | 110 | -
|
87 | 111 | 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' |
89 | 113 | -
|
90 | 114 | 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' |
92 | 116 | -
|
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' |
95 | 119 | -
|
96 | 120 | matcher: 'conda,windows,cudanone,python3.5'
|
97 | 121 | cmd: 'conda install pytorch-cpu -c pytorch <br /> pip3 install torchvision'
|
98 | 122 | -
|
99 | 123 | 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' |
101 | 125 | -
|
102 | 126 | 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' |
104 | 128 | -
|
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' |
107 | 131 | -
|
108 | 132 | matcher: 'conda,windows,cudanone,python3.6'
|
109 | 133 | 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' |
110 | 146 |
|
111 | 147 | ############ pip section #########################
|
112 | 148 | ######### macos ######################
|
|
117 | 153 | matcher: 'pip,macos,cuda9.0,python2.7'
|
118 | 154 | cmd: 'pip install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
119 | 155 | -
|
120 |
| - matcher: 'pip,macos,cuda9.1,python2.7' |
| 156 | + matcher: 'pip,macos,cuda9.2,python2.7' |
121 | 157 | cmd: 'pip install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
122 | 158 | -
|
123 | 159 | matcher: 'pip,macos,cudanone,python2.7'
|
|
129 | 165 | matcher: 'pip,macos,cuda9.0,python3.5'
|
130 | 166 | cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
131 | 167 | -
|
132 |
| - matcher: 'pip,macos,cuda9.1,python3.5' |
| 168 | + matcher: 'pip,macos,cuda9.2,python3.5' |
133 | 169 | cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
134 | 170 | -
|
135 | 171 | matcher: 'pip,macos,cudanone,python3.5'
|
|
141 | 177 | matcher: 'pip,macos,cuda9.0,python3.6'
|
142 | 178 | cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
143 | 179 | -
|
144 |
| - matcher: 'pip,macos,cuda9.1,python3.6' |
| 180 | + matcher: 'pip,macos,cuda9.2,python3.6' |
145 | 181 | cmd: 'pip3 install torch torchvision <br /> # MacOS Binaries dont support CUDA, install from source if CUDA is needed'
|
146 | 182 | -
|
147 | 183 | matcher: 'pip,macos,cudanone,python3.6'
|
148 | 184 | 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' |
149 | 197 | ######### Linux ######################
|
150 | 198 | -
|
151 | 199 | 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' |
153 | 201 | -
|
154 | 202 | 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' |
156 | 205 | -
|
157 | 206 | 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' |
160 | 208 | -
|
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' |
164 | 212 | -
|
165 | 213 | 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' |
167 | 215 | -
|
168 | 216 | 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' |
170 | 218 | -
|
171 | 219 | 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' |
173 | 221 | -
|
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' |
176 | 224 | -
|
177 | 225 | 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' |
179 | 227 | -
|
180 | 228 | 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' |
182 | 230 | -
|
183 | 231 | 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' |
185 | 242 | -
|
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' |
188 | 248 |
|
189 | 249 | ######### Windows ######################
|
190 | 250 | -
|
|
197 | 257 | matcher: 'pip,windows,cuda9.0,python2.7'
|
198 | 258 | cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
|
199 | 259 | -
|
200 |
| - matcher: 'pip,windows,cuda9.1,python2.7' |
| 260 | + matcher: 'pip,windows,cuda9.2,python2.7' |
201 | 261 | cmd: '# PyTorch does not support Python 2.7 on Windows. Please install with Python 3.'
|
202 | 262 | -
|
203 | 263 | 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' |
205 | 265 | -
|
206 | 266 | 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' |
208 | 268 | -
|
209 | 269 | 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' |
211 | 271 | -
|
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' |
214 | 274 | -
|
215 | 275 | 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' |
217 | 277 | -
|
218 | 278 | 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' |
220 | 280 | -
|
221 | 281 | 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' |
223 | 295 | -
|
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