You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lightning_app/CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
50
50
51
51
### Removed
52
52
53
-
- Removed the `SingleProcessRuntime` ([#15933](https://github.com/Lightning-AI/lightning/pull/15933))
53
+
-
54
54
55
55
56
56
### Fixed
@@ -244,7 +244,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
244
244
- Fixed bi-directional queues sending delta with Drive Component name changes ([#15642](https://github.com/Lightning-AI/lightning/pull/15642))
245
245
- Fixed CloudRuntime works collection with structures and accelerated multi node startup time ([#15650](https://github.com/Lightning-AI/lightning/pull/15650))
* Removed `pytorch_lightning.plugins.NativeMixedPrecisionPlugin` in favor of `pytorch_lightning.plugins.MixedPrecisionPlugin`
16
-
* Removed the `LightningModule.optimizer_step(using_native_amp=...)` argument
17
-
* Removed the `Trainer(amp_backend=...)` argument
18
-
* Removed the `Trainer.amp_backend` property
19
-
* Removed the `Trainer(amp_level=...)` argument
20
-
* Removed the `pytorch_lightning.plugins.ApexMixedPrecisionPlugin` class
21
-
* Removed the `pytorch_lightning.utilities.enums.AMPType` enum
22
-
* Removed the `DeepSpeedPrecisionPlugin(amp_type=..., amp_level=...)` arguments
23
-
24
-
- Removed legacy device arguments in Trainer ([#16171](https://github.com/Lightning-AI/lightning/pull/16171))
25
-
* Removed the `Trainer(gpus=...)` argument
26
-
* Removed the `Trainer(tpu_cores=...)` argument
27
-
* Removed the `Trainer(ipus=...)` argument
28
-
* Removed the `Trainer(num_processes=...)` argument
29
-
30
-
- Removed the deprecated automatic GPU selection ([#16184](https://github.com/Lightning-AI/lightning/pull/16184))
31
-
* Removed the `Trainer(auto_select_gpus=...)` argument
32
-
* Removed the `pytorch_lightning.tuner.auto_gpu_select.{pick_single_gpu,pick_multiple_gpus}` functions
33
-
34
-
35
-
- Removed the deprecated `resume_from_checkpoint` Trainer argument ([#16167](https://github.com/Lightning-AI/lightning/pull/16167))
36
-
37
-
38
8
## [unreleased] - 202Y-MM-DD
39
9
40
10
### Added
@@ -177,7 +147,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
177
147
178
148
- Enhanced `reduce_boolean_decision` to accommodate `any`-analogous semantics expected by the `EarlyStopping` callback ([#15253](https://github.com/Lightning-AI/lightning/pull/15253))
179
149
180
-
- Fixed issue with unsupported torch.inference_mode() on hpu backends ([#15918](https://github.com/Lightning-AI/lightning/pull/15918))
150
+
151
+
- Fixed the incorrect optimizer step synchronization when running across multiple TPU devices ([#16020](https://github.com/Lightning-AI/lightning/pull/16020))
152
+
153
+
154
+
- Fixed a type error when dividing the chunk size in the ColossalAI strategy ([#16212](https://github.com/Lightning-AI/lightning/pull/16212))
155
+
181
156
182
157
## [1.8.6] - 2022-12-21
183
158
@@ -1407,7 +1382,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
0 commit comments