Skip to content

Commit

Permalink
wip bump torch rocm version
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Liu <[email protected]>

wip bump torch rocm version

Signed-off-by: Austin Liu <[email protected]>
  • Loading branch information
austin362667 committed Dec 30, 2024
1 parent 2687add commit 45759a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_default_dependencies():
]
elif platform == "rocm":
return [
"torch>=2.6.0.dev",
"torch>=2.6.0.dev20241122+rocm6.2",
"triton>=3.0.0",
]

Expand Down

0 comments on commit 45759a3

Please sign in to comment.