Skip to content

Commit c89d502

Browse files
author
Rahul Batra
committed
Update build script for CI
1 parent 68aa43c commit c89d502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/rocm/build_rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ pip3 install --force-reinstall . # installs jax
6363

6464
#This is for CI to read without having to start the container again
6565
if [ -v CI_RUN ]; then
66-
pip3 list | grep jaxlib | tr -s ' ' | cut -d " " -f 2 > jax_version_installed
66+
pip3 list | grep jaxlib | tr -s ' ' | cut -d " " -f 2 | cut -d "+" -f 1 > jax_version_installed
6767
cat /opt/rocm/.info/version | cut -d "-" -f 1 > jax_rocm_version
6868
fi

0 commit comments

Comments
 (0)