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 63b7be4 commit e05a86aCopy full SHA for e05a86a
build/rocm/build_rocm.sh
@@ -52,13 +52,16 @@ fi
52
53
54
#Export JAX_ROCM_VERSION so that it is appened in the wheel name
55
+export JAXLIB_RELEASE=1
56
rocm_version=$(cat /opt/rocm/.info/version | cut -d "-" -f 1)
57
export JAX_ROCM_VERSION=${rocm_version//./}
58
59
#Build and install wheel
60
python3 ./build/build.py --enable_rocm --rocm_path=${ROCM_PATH} --bazel_options=--override_repository=xla=${XLA_CLONE_DIR}
61
+
62
+JAX_RELEASE=1 python -m build
63
+#pip3 install --force-reinstall . # installs jax
64
pip3 install --force-reinstall dist/*.whl # installs jaxlib (includes XLA)
-pip3 install --force-reinstall . # installs jax
65
66
#This is for CI to read without having to start the container again
67
if [ -v CI_RUN ]; then
0 commit comments