Merge pull request #15789 from nouiz:ci

PiperOrigin-RevId: 529121113
This commit is contained in:
jax authors 2023-05-03 10:02:01 -07:00
commit 47f5c225a9

View File

@ -47,10 +47,8 @@ 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 |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} \
&& python3.8 -m pip install jaxlib --pre -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_cuda_releases.html \
&& git clone https://github.com/google-research/t5x.git ${T5X_DIR} \
&& python3.8 -m pip uninstall -y cudf dask-cudf \
&& python3.8 -m pip install ${T5X_DIR} \