Skip to content

Commit 9fc3e1c

Browse files
authored
Update CHANGELOG.md
1 parent 063ed3a commit 9fc3e1c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/lightning/fabric/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77
## [unreleased] - YYYY-MM-DD
88

9+
### Added
10+
11+
- Added logging support for list of dicts without collapsing to a single key ([#19957](https://github.com/Lightning-AI/pytorch-lightning/issues/19957))
12+
13+
914
### Removed
1015

11-
Removed legacy supoport for `lightning run model`. Use `fabric run` instead. ([#20588](https://github.com/Lightning-AI/pytorch-lightning/pull/20588))
16+
- Removed legacy supoport for `lightning run model`. Use `fabric run` instead. ([#20588](https://github.com/Lightning-AI/pytorch-lightning/pull/20588))
17+
1218

1319
## [2.5.0] - 2024-12-19
1420

@@ -61,7 +67,6 @@ Removed legacy supoport for `lightning run model`. Use `fabric run` instead. ([#
6167
### Added
6268

6369
- Added sanitization for classes before logging them as hyperparameters ([#19771](https://github.com/Lightning-AI/pytorch-lightning/pull/19771))
64-
- Added logging support for list of dicts without collapsing to a single key ([#19957](https://github.com/Lightning-AI/pytorch-lightning/issues/19957))
6570
- Enabled consolidating distributed checkpoints through `fabric consolidate` in the new CLI ([#19560](https://github.com/Lightning-AI/pytorch-lightning/pull/19560))
6671
- Added the ability to explicitly mark forward methods in Fabric via `_FabricModule.mark_forward_method()` ([#19690](https://github.com/Lightning-AI/pytorch-lightning/pull/19690))
6772
- Added support for PyTorch 2.3 ([#19708](https://github.com/Lightning-AI/pytorch-lightning/pull/19708))

0 commit comments

Comments
 (0)