@@ -145,10 +145,10 @@ conda install pytorch torchvision -c pytorch
145
145
conda install pytorch torchvision cuda80 -c pytorch
146
146
```
147
147
148
- #### CUDA 9.2
148
+ #### CUDA 10.0
149
149
150
150
``` bash
151
- conda install pytorch torchvision cuda92 -c pytorch
151
+ conda install pytorch torchvision cuda100 -c pytorch
152
152
```
153
153
154
154
### pip
@@ -159,28 +159,28 @@ To install PyTorch via pip, and do not have a [CUDA-capable](https://developer.n
159
159
160
160
``` bash
161
161
# Python 2.7
162
- pip install http://download.pytorch.org/whl/cpu/torch-0.4.1 -cp27-cp27mu-linux_x86_64.whl
162
+ pip install http://download.pytorch.org/whl/cpu/torch-1.0.0 -cp27-cp27mu-linux_x86_64.whl
163
163
pip install torchvision
164
164
165
165
# if the above command does not work, then you have python 2.7 UCS2, use this command
166
- pip install http://download.pytorch.org/whl/cpu/torch-0.4.1 -cp27-cp27m-linux_x86_64.whl
166
+ pip install http://download.pytorch.org/whl/cpu/torch-1.0.0 -cp27-cp27m-linux_x86_64.whl
167
167
```
168
168
169
169
``` bash
170
170
# Python 3.5
171
- pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1 -cp35-cp35m-linux_x86_64.whl
171
+ pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0 -cp35-cp35m-linux_x86_64.whl
172
172
pip3 install torchvision
173
173
```
174
174
175
175
``` bash
176
176
# Python 3.6
177
- pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1 -cp36-cp36m-linux_x86_64.whl
177
+ pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0 -cp36-cp36m-linux_x86_64.whl
178
178
pip3 install torchvision
179
179
```
180
180
181
181
``` bash
182
182
# Python 3.7
183
- pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1 .post2-cp37-cp37m-linux_x86_64.whl
183
+ pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0 .post2-cp37-cp37m-linux_x86_64.whl
184
184
pip3 install torchvision
185
185
```
186
186
@@ -203,57 +203,57 @@ pip install torch torchvision
203
203
204
204
``` bash
205
205
# Python 2.7
206
- pip install http://download.pytorch.org/whl/cu80/torch-0.4.1 -cp27-cp27mu-linux_x86_64.whl
206
+ pip install http://download.pytorch.org/whl/cu80/torch-1.0.0 -cp27-cp27mu-linux_x86_64.whl
207
207
pip install torchvision
208
208
209
209
# if the above command does not work, then you have python 2.7 UCS2, use this command
210
- pip install http://download.pytorch.org/whl/cu80/torch-0.4.1 -cp27-cp27m-linux_x86_64.whl
210
+ pip install http://download.pytorch.org/whl/cu80/torch-1.0.0 -cp27-cp27m-linux_x86_64.whl
211
211
```
212
212
213
213
``` bash
214
214
# Python 3.5
215
- pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1 -cp35-cp35m-linux_x86_64.whl
215
+ pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0 -cp35-cp35m-linux_x86_64.whl
216
216
pip3 install torchvision
217
217
```
218
218
219
219
``` bash
220
220
# Python 3.6
221
- pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1 -cp36-cp36m-linux_x86_64.whl
221
+ pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0 -cp36-cp36m-linux_x86_64.whl
222
222
pip3 install torchvision
223
223
```
224
224
225
225
``` bash
226
226
# Python 3.7
227
- pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1 .post2-cp37-cp37m-linux_x86_64.whl
227
+ pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0 .post2-cp37-cp37m-linux_x86_64.whl
228
228
pip3 install torchvision
229
229
```
230
230
231
- #### CUDA 9.2
231
+ #### CUDA 10.0
232
232
233
233
``` bash
234
234
# Python 2.7
235
- pip install http://download.pytorch.org/whl/cu92 /torch-0.4.1 -cp27-cp27mu-linux_x86_64.whl
235
+ pip install http://download.pytorch.org/whl/cu100 /torch-1.0.0 -cp27-cp27mu-linux_x86_64.whl
236
236
pip install torchvision
237
237
238
238
# if the above command does not work, then you have python 2.7 UCS2, use this command
239
- pip install http://download.pytorch.org/whl/cu80/torch-0.4.1 -cp27-cp27m-linux_x86_64.whl
239
+ pip install http://download.pytorch.org/whl/cu80/torch-1.0.0 -cp27-cp27m-linux_x86_64.whl
240
240
```
241
241
242
242
``` bash
243
243
# Python 3.5
244
- pip3 install http://download.pytorch.org/whl/cu92 /torch-0.4.1 -cp35-cp35m-linux_x86_64.whl
244
+ pip3 install http://download.pytorch.org/whl/cu100 /torch-1.0.0 -cp35-cp35m-linux_x86_64.whl
245
245
pip3 install torchvision
246
246
```
247
247
248
248
``` bash
249
249
# Python 3.6
250
- pip3 install http://download.pytorch.org/whl/cu92 /torch-0.4.1 -cp36-cp36m-linux_x86_64.whl
250
+ pip3 install http://download.pytorch.org/whl/cu100 /torch-1.0.0 -cp36-cp36m-linux_x86_64.whl
251
251
pip3 install torchvision
252
252
```
253
253
254
254
``` bash
255
255
# Python 3.7
256
- pip3 install http://download.pytorch.org/whl/cu92 /torch-0.4.1 .post2-cp37-cp37m-linux_x86_64.whl
256
+ pip3 install http://download.pytorch.org/whl/cu100 /torch-1.0.0 .post2-cp37-cp37m-linux_x86_64.whl
257
257
pip3 install torchvision
258
258
```
259
259
0 commit comments