MLServer
MLServer copied to clipboard
build(deps-dev): bump pytorch-lightning from 2.4.0 to 2.5.2 in /runtimes/mlflow
Bumps pytorch-lightning from 2.4.0 to 2.5.2.
Release notes
Sourced from pytorch-lightning's releases.
Lightning v2.5.2
Notable changes in this release
PyTorch Lightning
- Add
enable_autolog_hparamsargument to Trainer (#20593)- Add
toggled_optimizer(optimizer)method to the LightningModule, which is a context manager version oftoggle_optimizeanduntoggle_optimizer(#20771)- For cross-device local checkpoints, instruct users to install
fsspec>=2025.5.0if unavailable (#20780)- Check param is of
nn.Parametertype for pruning sanitization (#20783)
- Fixed
save_hyperparametersnot working correctly withLightningCLIwhen there are parsing links applied on instantiation (#20777)- Fixed
logger_connectorhas an edge case where step can be a float (#20692)- Fixed Synchronize SIGTERM Handling in DDP to Prevent Deadlocks (#20825)
- Fixed case-sensitive model name (#20661)
- CLI: resolve jsonargparse deprecation warning (#20802)
- Fix: move
check_inputsto the target device if available duringto_torchscript(#20873)- Fixed progress bar display to correctly handle iterable dataset and
max_stepsduring training (#20869)- Fixed problem for silently supporting
jsonnet(#20899)Lightning Fabric
- Ensure correct device is used for autocast when mps is selected as Fabric accelerator (#20876)
- Fix:
TransformerEnginePrecisionconversion for layers withbias=False(#20805)Full commit list: 2.5.1 -> 2.5.2
... (truncated)
Commits
1617f70releasing2.5.2ec3e4e7fixing typo504908dcheck param is ofnn.Parametertype for pruning sanitization (#20783)d914c48Fixing problem for silently supporting jsonnet. (#20899)af52c61ci: debug failing run on master (#20845)f9c4c31debugging flakytest_collective_operationswith SIGABRT (#20912)cf41283bump:bitsandbytes >=0.45.2,<0.47.0& compatibility patch for `bnb.function...7659176build(deps): bump pytest-cov from 6.1.1 to 6.2.1 in /requirements (#20905)258df43build(deps): update typing-extensions requirement from <4.14.0,>=4.4.0 to >=4...a9f211aFix Typos in Comments and Function Names Across Multiple Files (#20901)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)