Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 700384094
  • Loading branch information
liangyaning33 authored and Orbax Authors committed Nov 26, 2024
1 parent 0ae565d commit 7c67abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10"]
jax-version: ["newest", "0.4.30"] # keep in sync with minimum version in export/pyproject.toml
jax-version: ["newest","0.4.30", "0.4.34"] # keep in sync with minimum version in export/pyproject.toml
steps:
- name: Cancel previous
uses: styfle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion export/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add `orbax_export.config_class` API to set global configs.
- Add `orbax_export.typing` API
- Require jax version >=0.4.30 as the jax.export API was introduced in this release.
- Require jax version >=0.4.34 as the jax.export API was introduced in this release.
- Add version flag to export_manager.py and a stubbed class to handle each version.
- Adds a new module base class and two new module subclasses one for TensorFlow and
one for Orbax.
Expand Down

0 comments on commit 7c67abf

Please sign in to comment.