Skip to content

Commit

Permalink
Merge pull request #16188 from nouiz:ci_jestimator
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 536810121
  • Loading branch information
jax authors committed May 31, 2023
2 parents c587dac + cdced24 commit 727c121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/slurm_job_scripts/run_e2e_t5x_tests.sub
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ rm -rf ${E2E_TESTS_WORKSPACE_DIR}/* \
&& python3.8 -m pip uninstall -y cudf dask-cudf \
&& python3.8 -m pip install ${T5X_DIR} \
&& python3.8 -m pip install ${T5X_DIR}/t5x/contrib/gpu/scripts_gpu/dummy_wikipedia_config \
&& python3.8 -m pip install -U git+https://github.com/google-research/jestimator \
&& hostname > ${E2E_TESTS_WORKSPACE_DIR}/hostname.txt
EOF

Expand Down

0 comments on commit 727c121

Please sign in to comment.