Skip to content

Commit

Permalink
Update libtpu nightly installation
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondzouu committed Oct 23, 2024
1 parent 49822a3 commit 99e1bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ elif [[ $MODE == "nightly" ]]; then
else
# Install libtpu-nightly
echo "Installing libtpu-nightly"
pip3 install libtpu-nightly -f https://storage.googleapis.com/jax-releases/libtpu_releases.html -U --pre
pip3 install -U --pre libtpu -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
fi
echo "Installing nightly tensorboard plugin profile"
pip3 install tbp-nightly --upgrade
Expand Down

0 comments on commit 99e1bdc

Please sign in to comment.