Skip to content

Commit 0f03143

Browse files
committed
releasing 2.5.4
1 parent faaa3f5 commit 0f03143

File tree

3 files changed

+5
-30
lines changed

3 files changed

+5
-30
lines changed

src/lightning/fabric/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
---
78

8-
## [unreleased] - YYYY-MM-DD
9+
## [2.5.4] - 2025-08-29
910

1011
### Changed
1112

1213
- Added support for NVIDIA H200 GPUs in `get_available_flops` ([#20913](https://github.com/Lightning-AI/pytorch-lightning/pull/21119))
1314

1415

15-
---
16-
17-
## [2.5.3] - 2025-08-DD
16+
## [2.5.3] - 2025-08-13
1817

1918
### Changed
2019

src/lightning/pytorch/CHANGELOG.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77
---
88

9-
## [unreleased] - YYYY-MM-DD
10-
11-
### Added
12-
13-
-
14-
15-
16-
### Changed
17-
18-
-
19-
20-
21-
### Removed
22-
23-
-
24-
9+
## [2.5.4] - 2025-08-29
2510

2611
### Fixed
2712

2813
- Fixed `AsyncCheckpointIO` snapshots tensors to avoid race with parameter mutation ([#21079](https://github.com/Lightning-AI/pytorch-lightning/pull/21079))
29-
30-
3114
- Fixed `AsyncCheckpointIO` threadpool exception if calling fit or validate more than one ([#20952](https://github.com/Lightning-AI/pytorch-lightning/pull/20952))
32-
33-
3415
- Fixed learning rate not being correctly set after using `LearningRateFinder` callback ([#21068](https://github.com/Lightning-AI/pytorch-lightning/pull/21068))
35-
36-
3716
- Fixed misalignment column while using rich model summary in `DeepSpeedstrategy` ([#21100](https://github.com/Lightning-AI/pytorch-lightning/pull/21100))
38-
39-
4017
- Fixed `RichProgressBar` crashing when sanity checking using val dataloader with 0 len ([#21108](https://github.com/Lightning-AI/pytorch-lightning/pull/21108))
4118

42-
---
4319

4420
## [2.5.3] - 2025-08-13
4521

src/version.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.3
1+
2.5.4

0 commit comments

Comments
 (0)