From cb9f78d5b4ed02b84bb90d4df88df4108e715156 Mon Sep 17 00:00:00 2001 From: Orbax Authors Date: Fri, 20 Mar 2026 12:24:02 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 886919795 --- checkpoint/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/checkpoint/CHANGELOG.md b/checkpoint/CHANGELOG.md index 35a08c105..ff496c76d 100644 --- a/checkpoint/CHANGELOG.md +++ b/checkpoint/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- For CNS checkpointing paths, continuous checkpointing will only be enabled for + experiments whose compute and storage are within the same metro or cluster. + ### Added - #v1 Add `use_load_and_broadcast` option.