Skip to content

Commit f8a723c

Browse files
adamjstewartnicolai86
authored andcommitted
Trainer: fix support for non-distributed PyTorch (#14971)
* Trainer: fix non-distributed use * Update CHANGELOG
1 parent b916f9f commit f8a723c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pytorch_lightning/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
169169
- Fixed an issue with terminating the trainer profiler when a `StopIteration` exception is raised while using an `IterableDataset` ([#14940](https://github.com/Lightning-AI/lightning/pull/14945))
170170

171171

172+
- Fixed `Trainer` support for PyTorch built without distributed support ([#14971](https://github.com/Lightning-AI/lightning/pull/14971))
173+
174+
172175

173176
## [1.7.7] - 2022-09-22
174177

0 commit comments

Comments
 (0)