Skip to content

Commit

Permalink
fix: Pin orbax-checkpoint to v0.10.3 to resolve dependency error (AI-…
Browse files Browse the repository at this point in the history
…Hypercomputer#1273)

- Update requirements.txt and requirements_with_jax_stable_stack.txt to specify orbax-checkpoint==0.10.3.
- Prevent AttributeError in MaxText/train.py related to key_value_try_get.
  • Loading branch information
shota-inoue-lts committed Feb 14, 2025
1 parent 39b5b74 commit 58e9045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jax>=0.4.30
jaxlib>=0.4.30
orbax-checkpoint>=0.5.12
orbax-checkpoint==0.10.3
absl-py
array-record
aqtp
Expand Down
2 changes: 1 addition & 1 deletion requirements_with_jax_stable_stack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ absl-py
aqtp==0.8.2
datasets
grain-nightly>=0.0.10
orbax-checkpoint>=0.10.3
orbax-checkpoint==0.10.3
pylint
pytest
pyink
Expand Down

0 comments on commit 58e9045

Please sign in to comment.