Skip to content

Commit

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

* snapshot
  • Loading branch information
kelvin-zou authored and qdavid1 committed Dec 11, 2024
1 parent ff05661 commit 3e3d4d6
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 3e3d4d6

Please sign in to comment.