Skip to content

Commit c38aab9

Browse files
Ruturaj4charleshofer
authored andcommitted
Change ROCm setup for plugin
1 parent 877deed commit c38aab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def load_version_module(pkg_path):
107107
# ROCm support for ROCm 6.0 and above.
108108
'rocm': [
109109
f"jaxlib=={_current_jaxlib_version}",
110-
f"jax-rocm60-plugin>={_current_jaxlib_version},<={_jax_version}",
110+
"jax-rocm60-plugin>=0.5.0",
111111
],
112112

113113
# For automatic bootstrapping distributed jobs in Kubernetes

0 commit comments

Comments
 (0)