We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355589f commit d30ec2bCopy full SHA for d30ec2b
build/rocm/ci_build
@@ -89,9 +89,9 @@ def dist_wheels(
89
90
mounts = [
91
"-v",
92
- "./:/jax",
+ os.path.abspath("./") + ":/jax",
93
94
- "./wheelhouse:/wheelhouse",
+ os.path.abspath("./wheelhouse") + ":/wheelhouse",
95
]
96
97
if xla_path:
@@ -210,7 +210,7 @@ def test(image_name):
210
# JAX and jaxlib are already installed from wheels
211
212
213
214
215
216
cmd.extend(mounts)
0 commit comments