File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1414
1515### Changed
1616
17- - Allow cross-device local checkpoints with ` fsspec>=2025.5.0 ` ( [ # 20780 ] ( https://github.com/Lightning-AI/pytorch-lightning/pull/20780 ) )
17+ -
1818
1919
2020### Removed
2121
2222-
2323
2424
25+ ### Fixed
26+
27+ - Allow cross-device local checkpoints with ` fsspec>=2025.5.0 ` ([ #20780 ] ( https://github.com/Lightning-AI/pytorch-lightning/pull/20780 ) )
28+
29+
2530---
2631
2732## [ 2.5.1] - 2025-03-18
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
1414
1515### Changed
1616
17- - Allow cross-device local checkpoints with ` fsspec>=2025.5.0 ` ( [ # 20780 ] ( https://github.com/Lightning-AI/pytorch-lightning/pull/20780 ) )
17+ -
1818
1919### Removed
2020
@@ -25,6 +25,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2525
2626- Fixed logger_connector has edge case where step can be a float ([ #20692 ] ( https://github.com/Lightning-AI/pytorch-lightning/issues/20692 ) )
2727
28+ - Allow cross-device local checkpoints with ` fsspec>=2025.5.0 ` ([ #20780 ] ( https://github.com/Lightning-AI/pytorch-lightning/pull/20780 ) )
29+
2830
2931---
3032
You can’t perform that action at this time.
0 commit comments