Skip to content

Commit e902e2b

Browse files
committed
undo_rocm_change
1 parent 6d938d6 commit e902e2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/quick-start-module.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var archInfoMap = new Map([
1111
['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}]
1212
]);
1313

14-
let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.0"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.0"]}}
14+
let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.2"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.2"]}}
1515
let stable_version="Stable (2.5.1)";
1616

1717
var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS();
@@ -281,4 +281,3 @@ function commandMessage(key) {
281281

282282
// Set cuda version right away
283283
changeVersion("stable")
284-

0 commit comments

Comments
 (0)