mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
commit
47f5c225a9
@ -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} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user