Skip to content

Commit

Permalink
[Bug Fix] Fix a nit issue for Jax rollback (#856)
Browse files Browse the repository at this point in the history
* snapshot

* snapshot
  • Loading branch information
kelvin-zou authored Nov 25, 2024
1 parent d0edead commit b352259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ gcp = [
# Note: Specify -f https://storage.googleapis.com/jax-releases/libtpu_releases.html during install.
tpu = [
"axlearn[gcp]",
"jax[tpu]==0.4.34", # must be >=0.4.19 for compat with v5p.
"jax[tpu]==0.4.33", # must be >=0.4.19 for compat with v5p.
]
# Vertex AI tensorboard. TODO(markblee): Merge with `gcp`.
vertexai_tensorboard = [
Expand Down

0 comments on commit b352259

Please sign in to comment.