Skip to content

Commit

Permalink
stable tbp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash Shah committed Oct 4, 2023
1 parent 318e852 commit a4188a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ fi
# Save the script folder path of maxtext
run_name_folder_path=$(pwd)

# Uninstall existing jax, jaxlib, libtpu-nightly and tbp-nightly
# Uninstall existing jax, jaxlib, libtpu-nightly and tensorboard-plugin-profile
pip3 show jax && pip3 uninstall -y jax
pip3 show jaxlib && pip3 uninstall -y jaxlib
pip3 show libtpu-nightly && pip3 uninstall -y libtpu-nightly
pip3 show tbp-nightly && pip3 uninstall -y tbp-nightly
pip3 show tensorboard-plugin-profile && pip3 uninstall -y tensorboard-plugin-profile

# Delete jax folder if it exists
if [[ -d $HOME/jax ]]; then
Expand Down

0 comments on commit a4188a8

Please sign in to comment.