Skip to content

Commit 7f3a9c9

Browse files
committed
test
1 parent 994787a commit 7f3a9c9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.1"]}, "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.1"]}, "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();

scripts/gen_quick_start_module.py

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ class OperatingSystem(Enum):
4444
"accnone": ("cpu", ""),
4545
"cuda.x": ("cuda", "11.8"),
4646
"cuda.y": ("cuda", "12.1"),
47-
"cuda.z": ("cuda", "12.4"),
4847
"rocm5.x": ("rocm", "6.0")
4948
}
5049
}

0 commit comments

Comments
 (0)