Skip to content

Commit 10e09c6

Browse files
krshrimalilexierule
authored andcommitted
Update changelog and version for 1.7.6
1 parent 305033e commit 10e09c6

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

src/pytorch_lightning/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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+
## [1.7.6] - 2022-09-13
8+
9+
### Fixed
10+
11+
- Reset the dataloaders on OOM failure in batch size finder to use the last successful batch size ([#14372](https://github.com/Lightning-AI/lightning/pull/14372))
12+
- Fixed an issue to keep downscaling the batch size in case there hasn't been even a single successful optimal batch size with `mode="power"` ([#14372](https://github.com/Lightning-AI/lightning/pull/14372))
13+
- Fixed compatibility when `torch.distributed` is not available ([#14454](https://github.com/Lightning-AI/lightning/pull/14454))
14+
- Fixed torchscript error with ensembles of LightningModules ([#14657](https://github.com/Lightning-AI/lightning/pull/14657))
15+
16+
717
## [1.7.5] - 2022-09-06
818

919
### Fixed
@@ -27,9 +37,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2737
- Fixed incorrect values after transferring data to an MPS device ([#14368](https://github.com/Lightning-AI/lightning/pull/14368))
2838

2939

30-
- Fixed compatibility when `torch.distributed` is not available ([#14454](https://github.com/Lightning-AI/lightning/pull/14454))
31-
32-
3340
## [1.7.3] - 2022-08-25
3441

3542
### Fixed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.7.5"
1+
version = "1.7.6"

0 commit comments

Comments
 (0)