Skip to content

Commit b34238f

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

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
@@ -170,6 +170,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
170170
- 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))
171171

172172

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

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

0 commit comments

Comments
 (0)