Skip to content

Bump orbax-checkpoint from 0.12.0 to 0.12.4 - #347

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/orbax-checkpoint-0.12.4
Open

Bump orbax-checkpoint from 0.12.0 to 0.12.4#347
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/orbax-checkpoint-0.12.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 17, 2026

Copy link
Copy Markdown
Contributor

Bumps orbax-checkpoint from 0.12.0 to 0.12.4.

Release notes

Sourced from orbax-checkpoint's releases.

v0.12.3

[0.12.3] - 2026-08-11

Added

  • Add AtomicityOptions and AtomicityMode (AUTO, COMMIT_FILE, ATOMIC_RENAME) to configure the checkpoint save atomicity protocol in both v0 and v1.
  • Write commit_success.txt on all newly finalized checkpoints across all storage backends, enabling cross-backend reading compatibility.
  • Add allow_legacy_atomic_rename option to AtomicityOptions to opt into legacy fallback validation when reading legacy AtomicRename checkpoints missing commit_success.txt.
  • Add multi_tier_checkpointing_backup_interval_steps parameter

Changed

  • Deprecate temporary_path_class in CheckpointManagerOptions in favor of atomicity_options with AtomicityMode.

[0.12.2] - 2026-07-30

Added

  • Reduce Memory Pressure from long held CPU buffers in Pathways MTC
  • Support explicit devices for Pathways MTC init
  • Avoid stale Pathways MTC worker dummy handles

Changed

  • #v1 Drive the safetensors load by the target sharding: each process reads only the byte ranges its own devices need (coalesced under SafetensorsOptions.max_over_read_ratio, picked per file from the planned reads by default, fetched as concurrent ranged reads of SafetensorsOptions.read_chunk_bytes each, bounded by MemoryOptions.read_concurrent_bytes), replacing the transient-array resharding load. Supports arbitrary shardings, including inner-dimension partitions; a warning reports shardings whose fragmented byte layout forces heavy over-read.

v0.12.1

Added

  • Support for gcs_grpc driver.
  • #v1 Add stringent validation for state abstract and concrete leaf types.
  • Update MTC w/ Pathways to Support Scale Elasticity.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 17, 2026
Bumps [orbax-checkpoint](https://github.com/google/orbax) from 0.12.0 to 0.12.4.
- [Release notes](https://github.com/google/orbax/releases)
- [Commits](https://github.com/google/orbax/commits)

---
updated-dependencies:
- dependency-name: orbax-checkpoint
  dependency-version: 0.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/orbax-checkpoint-0.12.4 branch from fe2639c to 50568d8 Compare August 17, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants