Skip to content

Commit 280625b

Browse files
Update chooser for ROCm5.2 nightly packages (#1105)
* Update chooser * Update ROCm version for nightly
1 parent d6ee455 commit 280625b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

_includes/quick-start-module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function changeCUDAVersion(ptbuild) {
137137
return;
138138
}
139139
if (ptbuild == "preview") {
140-
rocm_element.children[0].textContent = "ROCm 5.1.1";
140+
rocm_element.children[0].textContent = "ROCm 5.2";
141141
cuda_element.children[0].textContent = "CUDA 11.3";
142142
} else if (ptbuild == "stable") {
143143
rocm_element.children[0].textContent = "ROCm 5.1.1";

0 commit comments

Comments
 (0)