Minor patch release: App jobs
App
Fixed
Fabric
Changed
- Enable precision autocast for LightningModule step methods in Fabric (#17439)
Fixed
- Fixed an issue with
LightningModule.*_step
methods bypassing the DDP/FSDP wrapper (#17424) - Fixed device handling in
Fabric.setup()
when the model has no parameters (#17441)
PyTorch
Fixed
- Fixed
Model.load_from_checkpoint("checkpoint.ckpt", map_location=map_location)
would always return model on CPU (#17308) - Fixed Sync module states during non-fit (#17370)
- Fixed an issue that caused
num_nodes
not to be set correctly forFSDPStrategy
(#17438)
Contributors
@awaelchli, @Borda, @carmocca, @ethanwharris, @ryan597, @tchaton
If we forgot someone due to not matching commit email with GitHub account, let us know :]