Skip to content

Commit

Permalink
LightningModule support for Lite (#16048)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningforever authored and carmocca committed Jan 4, 2023
1 parent 35abdfb commit 4891075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lightning_fabric/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

- Added `lightning_lite.accelerators.find_usable_cuda_devices` utility function ([#16147](https://github.com/PyTorchLightning/pytorch-lightning/pull/16147))

- Added support for managing callbacks via `Fabric(callbacks=...)` and emitting events through `Fabric.call()` ([#16074](https://github.com/Lightning-AI/lightning/issues/16074))


### Changed

Expand Down

0 comments on commit 4891075

Please sign in to comment.