Update changelog after 2.2.2 release (#19770)
This commit is contained in:
parent
a2b3dddf1d
commit
b9680a364d
|
@ -47,14 +47,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
### Fixed
|
||||
|
||||
-
|
||||
|
||||
-
|
||||
|
||||
-
|
||||
|
||||
|
||||
## [2.2.2] - 2024-04-11
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))
|
||||
|
||||
- Fixed issue where some model methods couldn't be monkeypatched after being Fabric wrapped ([#19705](https://github.com/Lightning-AI/pytorch-lightning/pull/19705))
|
||||
|
||||
- Fixed an issue causing weights to be reset in `Fabric.setup()` when using FSDP ([#19755](https://github.com/Lightning-AI/pytorch-lightning/pull/19755))
|
||||
|
||||
|
||||
|
||||
## [2.2.1] - 2024-03-04
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -44,10 +44,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
### Fixed
|
||||
|
||||
- Fixed a KeyError when saving a FSDP sharded checkpoint and setting `save_weights_only=True` ([#19524](https://github.com/Lightning-AI/pytorch-lightning/pull/19524))
|
||||
|
||||
|
||||
- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))
|
||||
-
|
||||
|
||||
|
||||
- Fixed `WandbLogger.log_hyperparameters()` raising an error if hyperparameters are not JSON serializable ([#19769](https://github.com/Lightning-AI/pytorch-lightning/pull/19769))
|
||||
|
@ -55,6 +52,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
|
|||
-
|
||||
|
||||
|
||||
## [2.2.2] - 2024-04-11
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a KeyError when saving a FSDP sharded checkpoint and setting `save_weights_only=True` ([#19524](https://github.com/Lightning-AI/pytorch-lightning/pull/19524))
|
||||
- Fixed an issue causing a TypeError when using `torch.compile` as a decorator ([#19627](https://github.com/Lightning-AI/pytorch-lightning/pull/19627))
|
||||
|
||||
|
||||
## [2.2.1] - 2024-03-04
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue