PyTorch Lightning 2.6.1
Breaking Changes
- Removed Python 3.9 support — end-of-life status
Deprecations
to_torchscript()deprecated due to PyTorch TorchScript deprecation
Features
LightningModule.freeze()andunfreeze()now returnselffor method chaining- Added litlogger integration
- Exposed
weights_onlyargument inFabric.load()andFabric.load_raw()