Skip to content

Commit

Permalink
PyTorch 2.3.1 ROCm 버전 반영 (#54) (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: Junghwan Park <[email protected]>
  • Loading branch information
yskelg and 9bow committed Sep 2, 2024
1 parent 168be02 commit a6452be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/quick-start-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ var archInfoMap = new Map([
['accnone', {title: "CPU", platforms: new Set(['linux', 'macos', 'windows'])}]
]);

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"]}}
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"]}}
let stable_version="Stable (2.4.0)";

var default_selected_os = getAnchorSelectedOS() || getDefaultSelectedOS();
Expand Down

0 comments on commit a6452be

Please sign in to comment.