mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Print the error
This commit is contained in:
parent
8ce19eea4f
commit
30f30dd31d
@ -48,7 +48,7 @@ read -r -d '' setup_cmd <<EOF
|
||||
rm -rf ${E2E_TESTS_WORKSPACE_DIR}/* \
|
||||
&& mkdir -p ${E2E_TESTS_WORKSPACE_DIR} \
|
||||
&& mkdir -p ${TFDS_DATA_DIR} \
|
||||
&& JAXLIB=`wget -O - https://storage.googleapis.com/jax-releases/jaxlib_nightly_cuda_releases.html 2>/dev/null |grep cuda11|grep -oP 'ht.*?whl'|sort|tail -n 1` \
|
||||
&& JAXLIB=`wget -O - https://storage.googleapis.com/jax-releases/jaxlib_nightly_cuda_releases.html |grep cuda11|grep -oP 'ht.*?whl'|sort|tail -n 1` \
|
||||
&& echo "JAXLIB=${JAXLIB}" \
|
||||
&& python3.8 -m pip install git+https://github.com/google/jax \
|
||||
&& python3.8 -m pip install ${JAXLIB} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user