We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 153a550 commit 51e3b32Copy full SHA for 51e3b32
assets/quick-start-module.js
@@ -11,7 +11,7 @@ var archInfoMap = new Map([
11
['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}]
12
]);
13
14
-let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "12.9"], "rocm5.x": ["rocm", "7.0"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "6.4"]}}
+let version_map={"nightly": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "7.0"]}, "release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "12.6"], "cuda.y": ["cuda", "12.8"], "cuda.z": ["cuda", "13.0"], "rocm5.x": ["rocm", "6.4"]}}
15
let stable_version="Stable (2.9.1)";
16
17
var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS();
0 commit comments