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
@@ -24,7 +24,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
24
24
25
25
### Removed
26
26
27
-
- Removed the `SingleProcessRuntime` ([#15933](https://github.com/Lightning-AI/lightning/pull/15933))
27
+
-
28
28
29
29
30
30
### Fixed
@@ -186,7 +186,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
186
186
- Fixed bi-directional queues sending delta with Drive Component name changes ([#15642](https://github.com/Lightning-AI/lightning/pull/15642))
187
187
- 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
41
11
42
-
- Added support for `torch.compile` ([#15922](https://github.com/Lightning-AI/lightning/pull/15922), [#15957](https://github.com/Lightning-AI/lightning/pull/15957))
43
-
44
-
45
12
- Added support for custom artifact names in `pl.loggers.WandbLogger` ([#16173](https://github.com/Lightning-AI/lightning/pull/16173))
46
13
47
-
48
14
- Added support for DDP with `LRFinder` ([#15304](https://github.com/Lightning-AI/lightning/pull/15304))
49
15
50
16
@@ -181,7 +147,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
181
147
182
148
- Enhanced `reduce_boolean_decision` to accommodate `any`-analogous semantics expected by the `EarlyStopping` callback ([#15253](https://github.com/Lightning-AI/lightning/pull/15253))
183
149
184
-
- Fixed issue with unsupported torch.inference_mode() on hpu backends ([#15918](https://github.com/Lightning-AI/lightning/pull/15918))
185
150
186
151
- Fixed the incorrect optimizer step synchronization when running across multiple TPU devices ([#16020](https://github.com/Lightning-AI/lightning/pull/16020))
187
152
@@ -1384,7 +1349,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
* Make the `_FabricDataLoader` an iterator and add supports for custom dataloader ([#10279](https://github.com/Lightning-AI/lightning/pull/10279))
1352
+
* Make the `_LiteDataLoader` an iterator and add supports for custom dataloader ([#10279](https://github.com/Lightning-AI/lightning/pull/10279))
1388
1353
- Added `use_omegaconf` argument to `save_hparams_to_yaml` plugin ([#9170](https://github.com/Lightning-AI/lightning/pull/9170))
1389
1354
- Added `ckpt_path` argument for `Trainer.fit()` ([#10061](https://github.com/Lightning-AI/lightning/pull/10061))
1390
1355
- Added `auto_device_count` method to `Accelerators` ([#10222](https://github.com/Lightning-AI/lightning/pull/10222))
0 commit comments