Skip to content

Commit 6c828f7

Browse files
committed
Document ModelCheckpoint.file_exists DDP memory fix
1 parent 70476a8 commit 6c828f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lightning/pytorch/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
8282
- Fixed FSDP mixed precision semantics and added user warning ([#21361](https://github.com/Lightning-AI/pytorch-lightning/pull/21361))
8383

8484

85+
- Fixed `ModelCheckpoint.file_exists` using broadcast in DDP, reducing memory usage when checking for existing checkpoints ([#19674](https://github.com/Lightning-AI/pytorch-lightning/issues/19674))
86+
87+
8588
---
8689

8790
## [2.5.6] - 2025-11-05

0 commit comments

Comments
 (0)