Skip to content

Commit 8be7f47

Browse files
committed
Update nightly rocm to 5.3
1 parent f5e1ad5 commit 8be7f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_quick_start_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class OperatingSystem(Enum):
3939
"accnone": ("cpu", ""),
4040
"cuda.x": ("cuda", "11.6"),
4141
"cuda.y": ("cuda", "11.7"),
42-
"rocm5.x": ("rocm", "5.2")
42+
"rocm5.x": ("rocm", "5.3")
4343
},
4444
"release": {
4545
"accnone": ("cpu", ""),

0 commit comments

Comments
 (0)