Skip to content

Commit 3976feb

Browse files
committed
test
1 parent bf28653 commit 3976feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/quick-start-module.js

+1-1
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"], "rocm5.x": ["rocm", "6.0"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "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.0"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "rocm5.x": ["rocm", "6.0"]}}
1515
let stable_version="Stable (2.3.0)";
1616

1717
var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS();

0 commit comments

Comments
 (0)