MLServer icon indicating copy to clipboard operation
MLServer copied to clipboard

build(deps-dev): bump pytorch-lightning from 2.4.0 to 2.5.2 in /runtimes/mlflow

Open dependabot[bot] opened this issue 5 months ago • 1 comments

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_hparams argument to Trainer (#20593)
  • Add toggled_optimizer(optimizer) method to the LightningModule, which is a context manager version of toggle_optimize and untoggle_optimizer (#20771)
  • For cross-device local checkpoints, instruct users to install fsspec>=2025.5.0 if unavailable (#20780)
  • Check param is of nn.Parameter type for pruning sanitization (#20783)
  • Fixed save_hyperparameters not working correctly with LightningCLI when there are parsing links applied on instantiation (#20777)
  • Fixed logger_connector has 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_inputs to the target device if available during to_torchscript (#20873)
  • Fixed progress bar display to correctly handle iterable dataset and max_steps during 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: TransformerEnginePrecision conversion for layers with bias=False (#20805)

Full commit list: 2.5.1 -> 2.5.2

... (truncated)

Commits
  • 1617f70 releasing 2.5.2
  • ec3e4e7 fixing typo
  • 504908d check param is of nn.Parameter type for pruning sanitization (#20783)
  • d914c48 Fixing problem for silently supporting jsonnet. (#20899)
  • af52c61 ci: debug failing run on master (#20845)
  • f9c4c31 debugging flaky test_collective_operations with SIGABRT (#20912)
  • cf41283 bump: bitsandbytes >=0.45.2,<0.47.0 & compatibility patch for `bnb.function...
  • 7659176 build(deps): bump pytest-cov from 6.1.1 to 6.2.1 in /requirements (#20905)
  • 258df43 build(deps): update typing-extensions requirement from <4.14.0,>=4.4.0 to >=4...
  • a9f211a Fix Typos in Comments and Function Names Across Multiple Files (#20901)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Jun 23 '25 06:06 dependabot[bot]