Skip to content

Commit

Permalink
Merge pull request #464 from google:jax_nightly
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 611623730
  • Loading branch information
maxtext authors committed Feb 29, 2024
2 parents 2e7e967 + a7f807d commit 10a7c47
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 @@ -148,8 +148,8 @@ elif [[ $MODE == "nightly" ]]; then
exit 1
fi
echo "Installing jax-head, jaxlib-nightly"
# Install jax from GitHub head
pip3 install git+https://github.com/google/jax
# Install jax-nightly
pip3 install --pre -U jax -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
# Install jaxlib-nightly
pip3 install --pre -U jaxlib -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html

Expand Down

0 comments on commit 10a7c47

Please sign in to comment.