Skip to content

Commit d8de607

Browse files
authored
Update binary selector
Remove CUDA-9.2 , update CUDA-11.0 to CUDA-11.1, add ROCm-4.0.1
2 parents d35ab75 + 22e4de8 commit d8de607

File tree

2 files changed

+121
-169
lines changed

2 files changed

+121
-169
lines changed

_includes/quick_start_local.html

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p>Select your preferences and run the install command. Stable represents the most currently tested and supported version of PyTorch. This should
2-
be suitable for many users. Preview is available if you want the latest, not fully tested and supported, 1.8 builds that are generated nightly.
2+
be suitable for many users. Preview is available if you want the latest, not fully tested and supported, 1.9 builds that are generated nightly.
33
Please ensure that you have <b>met the prerequisites below (e.g., numpy)</b>, depending on your package manager. Anaconda is our recommended
44
package manager since it installs all dependencies. You can also
55
<a href="{{ site.baseurl }}/get-started/previous-versions">install previous versions of PyTorch</a>. Note that LibTorch is only available for C++.
@@ -20,7 +20,7 @@
2020
<div class="option-text">Language</div>
2121
</div>
2222
<div class="col-md-12 title-block">
23-
<div class="option-text">CUDA</div>
23+
<div class="option-text">Compute Platform</div>
2424
</div>
2525
<div class="col-md-12 title-block command-block">
2626
<div class="option-text command-text">Run this Command:</div>
@@ -33,7 +33,7 @@
3333
<div class="option-text">PyTorch Build</div>
3434
</div>
3535
<div class="col-md-6 option block version selected" id="stable">
36-
<div class="option-text">Stable (1.7.1)</div>
36+
<div class="option-text">Stable (1.8.0)</div>
3737
</div>
3838
<div class="col-md-6 option block version" id="preview">
3939
<div class="option-text">Preview (Nightly)</div>
@@ -83,21 +83,18 @@
8383
</div>
8484
<div class="row cuda">
8585
<div class="col-md-12 title-block mobile-heading">
86-
<div class="option-text">CUDA</div>
86+
<div class="option-text">Compute Platform</div>
8787
</div>
88-
<div class="col-md option block version" id="cuda9.2">
89-
<div class="option-text">9.2</div>
88+
<div class="col-md-3 option block version" id="cuda10.2">
89+
<div class="option-text">CUDA 10.2</div>
9090
</div>
91-
<div class="col-md option block version" id="cuda10.1">
92-
<div class="option-text">10.1</div>
91+
<div class="col-md-3 option block version selected" id="cuda11.1">
92+
<div class="option-text">CUDA 11.1</div>
9393
</div>
94-
<div class="col-md option block version selected" id="cuda10.2">
95-
<div class="option-text">10.2</div>
94+
<div class="col-md-3 option block version" id="rocm4.0">
95+
<div class="option-text">ROCm 4.0.1</div>
9696
</div>
97-
<div class="col-md option block version" id="cuda11.0">
98-
<div class="option-text">11.0</div>
99-
</div>
100-
<div class="col-md option block version" id="cudanone">
97+
<div class="col-md-3 option block version" id="accnone">
10198
<div class="option-text">None</div>
10299
</div>
103100
</div>

0 commit comments

Comments
 (0)