Skip to content

Commit

Permalink
Release Lightning 2.2 (#19399)
Browse files Browse the repository at this point in the history
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
Co-authored-by: Jirka <jirka.borovec@seznam.cz>
  • Loading branch information
3 people committed Feb 7, 2024
1 parent 4510351 commit bc56630
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 83 deletions.
7 changes: 7 additions & 0 deletions src/lightning/app/CHANGELOG.md
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [2.1.4] - 2024-01-31

### Changed

- Remove torch distributed for the Dataset Optimizer ([#19182](https://github.com/Lightning-AI/lightning/pull/19182))


## [2.1.3] - 2023-12-21

### Changed
Expand Down
79 changes: 0 additions & 79 deletions src/lightning/data/CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions src/lightning/fabric/CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [2.2.0] - 2024-02-XX
## [2.2.0] - 2024-02-08

### Added

Expand All @@ -15,7 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Added `TransformerEnginePrecision(fallback_compute_dtype=)` to control the dtype of operations that don't support fp8 ([#19082](https://github.com/Lightning-AI/lightning/pull/19082))
- Added support for clipping gradients by value with FSDP ([#19236](https://github.com/Lightning-AI/lightning/pull/19236))
- Added a utility function and CLI to consolidate FSDP sharded checkpoints into a single file ([#19213](https://github.com/Lightning-AI/lightning/pull/19213))
- (Experimental) Added support for re-compiling the model inside `Fabric.setup()` over the FSDP/DDP wrappers ([#19280](https://github.com/Lightning-AI/lightning/pull/19280))
- Added support for re-compiling the model inside `Fabric.setup()` over the FSDP/DDP wrappers ([#19280](https://github.com/Lightning-AI/lightning/pull/19280))

### Changed

Expand Down
2 changes: 1 addition & 1 deletion src/lightning/pytorch/CHANGELOG.md
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## [2.2.0] - 2024-02-XX
## [2.2.0] - 2024-02-08

### Added

Expand Down
2 changes: 1 addition & 1 deletion src/version.info
@@ -1 +1 @@
2.2.0.rc0
2.2.0

0 comments on commit bc56630

Please sign in to comment.