mirror of
https://github.com/ROCm/jax.git
synced 2025-04-17 12:26:07 +00:00
Try to fix strange error where DATE end up being empty.\n\n. All is working locally.
This commit is contained in:
parent
466c9a282d
commit
951f5c5ad1
@ -49,10 +49,10 @@ rm -rf ${E2E_TESTS_WORKSPACE_DIR}/* \
|
||||
&& mkdir -p ${E2E_TESTS_WORKSPACE_DIR} \
|
||||
&& mkdir -p ${TFDS_DATA_DIR} \
|
||||
&& DATE=`date --date="yesterday" +%Y%m%d` \
|
||||
&& echo "WHEEL_DATE=$DATE" \
|
||||
&& JAXLIB=`wget -O - https://storage.googleapis.com/jax-releases/jaxlib_nightly_cuda_releases.html 2>/dev/null |grep $DATE|grep cuda11|grep -oP 'ht.*?whl'` \
|
||||
&& echo "WHEEL_DATE=${DATE}" \
|
||||
&& JAXLIB=`wget -O - https://storage.googleapis.com/jax-releases/jaxlib_nightly_cuda_releases.html 2>/dev/null |grep ${DATE}|grep cuda11|grep -oP 'ht.*?whl'` \
|
||||
&& python3.8 -m pip install git+https://github.com/google/jax \
|
||||
&& python3.8 -m pip install $JAXLIB \
|
||||
&& python3.8 -m pip install ${JAXLIB} \
|
||||
&& 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} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user