Skip to content

Commit a6452be

Browse files
kzall0c9bow
andauthored
PyTorch 2.3.1 ROCm 버전 반영 (#54) (#63)
Co-authored-by: Junghwan Park <[email protected]>
1 parent 168be02 commit a6452be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/quick-start-module.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ 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.1"]}}
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"]},
15+
"release": {"accnone": ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "cuda.z": ["cuda", "12.4"], "rocm5.x": ["rocm", "6.1"]}}
1516
let stable_version="Stable (2.4.0)";
1617

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

0 commit comments

Comments
 (0)