Skip to content

Commit c96b60d

Browse files
authored
Update install matrix for PT 1.0 (#133)
1 parent d027d8a commit c96b60d

File tree

4 files changed

+184
-188
lines changed

4 files changed

+184
-188
lines changed

_get_started/installation/linux.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ conda install pytorch torchvision -c pytorch
145145
conda install pytorch torchvision cuda80 -c pytorch
146146
```
147147

148-
#### CUDA 9.2
148+
#### CUDA 10.0
149149

150150
```bash
151-
conda install pytorch torchvision cuda92 -c pytorch
151+
conda install pytorch torchvision cuda100 -c pytorch
152152
```
153153

154154
### pip
@@ -159,28 +159,28 @@ To install PyTorch via pip, and do not have a [CUDA-capable](https://developer.n
159159

160160
```bash
161161
# 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
163163
pip install torchvision
164164

165165
# 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
167167
```
168168

169169
```bash
170170
# 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
172172
pip3 install torchvision
173173
```
174174

175175
```bash
176176
# 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
178178
pip3 install torchvision
179179
```
180180

181181
```bash
182182
# 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
184184
pip3 install torchvision
185185
```
186186

@@ -203,57 +203,57 @@ pip install torch torchvision
203203

204204
```bash
205205
# 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
207207
pip install torchvision
208208

209209
# 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
211211
```
212212

213213
```bash
214214
# 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
216216
pip3 install torchvision
217217
```
218218

219219
```bash
220220
# 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
222222
pip3 install torchvision
223223
```
224224

225225
```bash
226226
# 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
228228
pip3 install torchvision
229229
```
230230

231-
#### CUDA 9.2
231+
#### CUDA 10.0
232232

233233
```bash
234234
# 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
236236
pip install torchvision
237237

238238
# 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
240240
```
241241

242242
```bash
243243
# 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
245245
pip3 install torchvision
246246
```
247247

248248
```bash
249249
# 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
251251
pip3 install torchvision
252252
```
253253

254254
```bash
255255
# 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
257257
pip3 install torchvision
258258
```
259259

_get_started/installation/windows.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ conda install pytorch cuda80 -c pytorch
8888
pip3 install torchvision
8989
```
9090

91-
#### CUDA 9.2
91+
#### CUDA 10.0
9292

9393
```bash
94-
conda install pytorch cuda92 -c pytorch
94+
conda install pytorch cuda100 -c pytorch
9595
pip3 install torchvision
9696
```
9797

@@ -103,28 +103,28 @@ To install PyTorch via pip, and do not have a [CUDA-capable](https://developer.n
103103

104104
```bash
105105
# Python 2.7
106-
pip install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp27-cp27mu-linux_x86_64.whl
106+
pip install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl
107107
pip install torchvision
108108

109109
# if the above command does not work, then you have python 2.7 UCS2, use this command
110-
pip install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp27-cp27m-linux_x86_64.whl
110+
pip install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27m-linux_x86_64.whl
111111
```
112112

113113
```bash
114114
# Python 3.5
115-
pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp35-cp35m-win_amd64.whl
115+
pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp35-cp35m-win_amd64.whl
116116
pip3 install torchvision
117117
```
118118

119119
```bash
120120
# Python 3.6
121-
pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp36-cp36m-win_amd64.whl
121+
pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp36-cp36m-win_amd64.whl
122122
pip3 install torchvision
123123
```
124124

125125
```bash
126126
# Python 3.7
127-
pip3 install http://download.pytorch.org/whl/cpu/torch-0.4.1-cp37-cp37m-win_amd64.whl
127+
pip3 install http://download.pytorch.org/whl/cpu/torch-1.0.0-cp37-cp37m-win_amd64.whl
128128
pip3 install torchvision
129129
```
130130

@@ -136,19 +136,19 @@ To install PyTorch via pip, and you are using CUDA 9.0, use the following comman
136136

137137
```
138138
# Python 3.5
139-
pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.1-cp35-cp35m-win_amd64.whl
139+
pip3 install http://download.pytorch.org/whl/cu90/torch-1.0.0-cp35-cp35m-win_amd64.whl
140140
pip3 install torchvision
141141
```
142142

143143
```
144144
# Python 3.6
145-
pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.1-cp36-cp36m-win_amd64.whl
145+
pip3 install http://download.pytorch.org/whl/cu90/torch-1.0.0-cp36-cp36m-win_amd64.whl
146146
pip3 install torchvision
147147
```
148148

149149
```
150150
# Python 3.7
151-
pip3 install http://download.pytorch.org/whl/cu90/torch-0.4.1-cp37-cp37m-win_amd64.whl
151+
pip3 install http://download.pytorch.org/whl/cu90/torch-1.0.0-cp37-cp37m-win_amd64.whl
152152
pip3 install torchvision
153153
```
154154

@@ -166,40 +166,40 @@ _CUDA 8.x_
166166

167167
```
168168
# Python 3.5
169-
pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp35-cp35m-win_amd64.whl
169+
pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp35-cp35m-win_amd64.whl
170170
pip3 install torchvision
171171
```
172172

173173
```
174174
# Python 3.6
175-
pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp36-cp36m-win_amd64.whl
175+
pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp36-cp36m-win_amd64.whl
176176
pip3 install torchvision
177177
```
178178

179179
```
180180
# Python 3.7
181-
pip3 install http://download.pytorch.org/whl/cu80/torch-0.4.1-cp37-cp37m-win_amd64.whl
181+
pip3 install http://download.pytorch.org/whl/cu80/torch-1.0.0-cp37-cp37m-win_amd64.whl
182182
pip3 install torchvision
183183
```
184184

185-
_CUDA 9.2_
185+
_CUDA 10.0_
186186

187187

188188
```
189189
# Python 3.5
190-
pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp35-cp35m-win_amd64.whl
190+
pip3 install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp35-cp35m-win_amd64.whl
191191
pip3 install torchvision
192192
```
193193

194194
```
195195
# Python 3.6
196-
pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp36-cp36m-win_amd64.whl
196+
pip3 install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp36-cp36m-win_amd64.whl
197197
pip3 install torchvision
198198
```
199199

200200
```
201201
# Python 3.7
202-
pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp37-cp37m-win_amd64.whl
202+
pip3 install http://download.pytorch.org/whl/cu100/torch-1.0.0-cp37-cp37m-win_amd64.whl
203203
pip3 install torchvision
204204
```
205205

_includes/quick_start_local.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
<p>Select your preferences and run the install command. Please ensure that you have <b>met the prerequisites below (e.g., numpy)</b>,
2-
depending on your package manager. Anaconda is our recommended package manager since it installs all dependencies. You can also
1+
<p>Select your preferences and run the install command. Stable represents the most currently tested and supported version of PyTorch 1.0. This should
2+
be suitable for many users. Preview is available if you want the latest, not fully tested and supported, 1.0 builds that are generated nightly.
3+
Please ensure that you have <b>met the prerequisites below (e.g., numpy)</b>, depending on your package manager. Anaconda is our recommended
4+
package manager since it installs all dependencies. You can also
35
<a href="{{ site.baseurl }}/get-started/previous-versions">install previous versions of PyTorch</a>. Note that LibTorch is only available for C++.
46
</p>
57

@@ -31,10 +33,10 @@
3133
<div class="option-text">PyTorch Build</div>
3234
</div>
3335
<div class="col-md-6 option block version selected" id="stable">
34-
<div class="option-text">Stable</div>
36+
<div class="option-text">Stable (1.0)</div>
3537
</div>
3638
<div class="col-md-6 option block version" id="preview">
37-
<div class="option-text">Preview</div>
39+
<div class="option-text">Preview (Nightly)</div>
3840
</div>
3941
</div>
4042
<div class="row os">
@@ -98,8 +100,8 @@
98100
<div class="col-md-3 option block version selected" id="cuda9.0">
99101
<div class="option-text">9.0</div>
100102
</div>
101-
<div class="col-md-3 option block version" id="cuda9.2">
102-
<div class="option-text">9.2</div>
103+
<div class="col-md-3 option block version" id="cuda10.0">
104+
<div class="option-text">10.0</div>
103105
</div>
104106
<div class="col-md-3 option block version" id="cudanone">
105107
<div class="option-text">None</div>

0 commit comments

Comments
 (0)