Skip to content

Commit 8d4eaae

Browse files
committed
Add 1.10 release to published versions
1 parent 2b3ce50 commit 8d4eaae

File tree

4 files changed

+202
-8
lines changed

4 files changed

+202
-8
lines changed

_includes/quick-start-module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ function changeCUDAVersion(ptbuild) {
126126
console.log("Unexpected number of children for cuda11.x element");
127127
return;
128128
}
129-
if (ptbuild == "preview") {
129+
if (ptbuild == "preview" || ptbuild == "stable") {
130130
element.children[0].textContent = "CUDA 11.3";
131131
} else {
132132
element.children[0].textContent = "CUDA 11.1";

_includes/quick_start_local.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="option-text">PyTorch Build</div>
3636
</div>
3737
<div class="col-md-4 option block version selected" id="stable">
38-
<div class="option-text">Stable (1.9.1)</div>
38+
<div class="option-text">Stable (1.10)</div>
3939
</div>
4040
<div class="col-md-4 option block version" id="preview">
4141
<div class="option-text">Preview (Nightly)</div>
@@ -94,7 +94,7 @@
9494
<div class="option-text">CUDA 10.2</div>
9595
</div>
9696
<div class="col-md-3 option block version" id="cuda11.x">
97-
<div class="option-text">CUDA 11.1</div>
97+
<div class="option-text">CUDA 11.3</div>
9898
</div>
9999
<div class="col-md-3 option block version" id="rocm4.2">
100100
<div class="option-text">ROCm 4.2 (beta)</div>

0 commit comments

Comments
 (0)