Skip to content

Commit

Permalink
파이토치 설치하기 ROCm 버전 업데이트 (PyTorchKorea#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
yskelg committed Aug 29, 2024
1 parent e93b881 commit 4fdd09f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/quick-start-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ var archInfoMap = new Map([
]);

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", "5.7"] },
nightly: { accnone: ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "rocm5.x": ["rocm", "6.2"] },
release: { accnone: ["cpu", ""], "cuda.x": ["cuda", "11.8"], "cuda.y": ["cuda", "12.1"], "rocm5.x": ["rocm", "6.1"] },
};
let stable_version = "Stable (2.3.1)";

Expand Down

0 comments on commit 4fdd09f

Please sign in to comment.