We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0888e1 commit c091f04Copy full SHA for c091f04
checkpoint/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.11.20] - 2025-07-28
11
+
12
### Added
13
14
- Add support for loading SafeTensors checkpoints
checkpoint/orbax/checkpoint/version.py
@@ -17,7 +17,7 @@
17
# A new PyPI release will be pushed everytime `__version__` is increased.
18
# Also modify version and date in CHANGELOG.
19
# LINT.IfChange
20
-__version__ = '0.11.19'
+__version__ = '0.11.20'
21
# LINT.ThenChange(//depot//orbax/checkpoint/CHANGELOG.md)
22
23
0 commit comments