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 68aa43c commit c89d502Copy full SHA for c89d502
build/rocm/build_rocm.sh
@@ -63,6 +63,6 @@ pip3 install --force-reinstall . # installs jax
63
64
#This is for CI to read without having to start the container again
65
if [ -v CI_RUN ]; then
66
- pip3 list | grep jaxlib | tr -s ' ' | cut -d " " -f 2 > jax_version_installed
+ pip3 list | grep jaxlib | tr -s ' ' | cut -d " " -f 2 | cut -d "+" -f 1 > jax_version_installed
67
cat /opt/rocm/.info/version | cut -d "-" -f 1 > jax_rocm_version
68
fi
0 commit comments