lightning/pytorch_lightning
Kaushik B e0b4bb2ea3
Deprecate `DeviceType` in favor of `_AcceleratorType` (#10503)
Co-authored-by: Carlos Mocholí <carlossmocholi@gmail.com>
2021-11-25 16:41:03 +01:00
..
accelerators Make `_get_nvidia_gpu_stats` public (#10406) 2021-11-19 17:52:24 +01:00
callbacks Deprecate `DeviceType` in favor of `_AcceleratorType` (#10503) 2021-11-25 16:41:03 +01:00
core Update `LightningDataModule` docs (#10678) 2021-11-24 11:31:03 +00:00
distributed Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
lite Deprecate `DeviceType` in favor of `_AcceleratorType` (#10503) 2021-11-25 16:41:03 +01:00
loggers Fix scripting causing false positive deprecation warnings (#10555) 2021-11-16 15:52:09 +00:00
loops Deprecate `DeviceType` in favor of `_AcceleratorType` (#10503) 2021-11-25 16:41:03 +01:00
overrides Drop torch 1.6 testing (#10390) 2021-11-13 20:35:03 +00:00
plugins Use `PrecisionType` enum instead of checking raw values (#10704) 2021-11-23 18:23:36 +01:00
profiler Remove deprecated profiler import (#10443) 2021-11-09 23:13:02 +01:00
trainer Deprecate `DeviceType` in favor of `_AcceleratorType` (#10503) 2021-11-25 16:41:03 +01:00
tuner Update tests to avoid the deprecated `weights_summary` (#10446) 2021-11-11 18:15:18 +01:00
utilities Deprecate `DeviceType` in favor of `_AcceleratorType` (#10503) 2021-11-25 16:41:03 +01:00
__about__.py Update dev branch to continue with 1.6 (#10332) 2021-11-03 14:07:55 +00:00
__init__.py Fix `caplog` with `logger.propagate=False` (#10577) 2021-11-17 16:25:55 +01:00
py.typed
setup_tools.py