Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 25, 2025

Bumps pytorch-lightning from 2.4.0 to 2.5.3.

Release notes

Sourced from pytorch-lightning's releases.

Lightning v2.5.3

Notable changes in this release

PyTorch Lightning

  • Added save_on_exception option to ModelCheckpoint Callback (#20916)
  • Allow dataloader_idx_ in log names when add_dataloader_idx=False (#20987)
  • Allow returning ONNXProgram when calling to_onnx(dynamo=True) (#20811)
  • Extended support for general mappings being returned from training_step when using manual optimization (#21011)
  • Fixed Allowing trainer to accept CUDAAccelerator instance as accelerator with FSDP strategy (#20964)
  • Fixed progress bar console clearing for Rich 14.1+ (#21016)
  • Fixed AdvancedProfiler to handle nested profiling actions for Python 3.12+ (#20809)
  • Fixed rich progress bar error when resume training (#21000)
  • Fixed double iteration bug when resumed from a checkpoint. (#20775)
  • Fixed support for more dtypes in ModelSummary (#21034)
  • Fixed metrics in RichProgressBar being updated according to user provided refresh_rate (#21032)
  • Fixed save_last behavior in the absence of validation (#20960)
  • Fixed integration between LearningRateFinder and EarlyStopping (#21056)
  • Fixed gradient calculation in lr_finder for mode="exponential" (#21055)
  • Fixed save_hyperparameters crashing with dataclasses using init=False fields (#21051)

Lightning Fabric

  • Enable "auto" for devices and accelerator as CLI arguments (#20913)
  • Raise ValueError when seed is out-of-bounds or cannot be cast to int (#21029)
  • Fixed remove extra name parameter in accelerator registry decorator (#20975)
  • Fixed XLA strategy to add support for global_ordinal, local_ordinal, world_size which came instead of deprecated methods (#20852)

... (truncated)

Commits
  • 947f939 releasing 2.5.3
  • 881efb9 chore: bump PyTorch version in dependencies & CI (#21043)
  • fdafa34 Hotfix for CI (#21063)
  • c8cae85 bugfix: add support for global_ordinal, local_ordinal, world_size in xl...
  • 7171b92 Fix integration of LearningRateFinder with EarlyStopping (#21056)
  • fb80e57 Add save_on_exception option to ModelCheckpoint (#20916)
  • 5a6aaa3 Allow to return ONNXProgram when calling to_onnx(dynamo=True) (#20811)
  • 41c9967 Fix lr_finder gradient calculation for mode="exponential" (#21055)
  • 8a5567d fix: remove extra parameter in accelerator registry decorator (#20975)
  • bc3b166 Fix save_hyperparameters not crashing on dataclass with init=False (#21...
  • 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)

Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 2.4.0 to 2.5.3.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@2.4.0...2.5.3)

---
updated-dependencies:
- dependency-name: pytorch-lightning
  dependency-version: 2.5.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 25, 2025
@dependabot dependabot bot requested a review from a team August 25, 2025 09:10
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 8, 2025

Superseded by #2257.

@dependabot dependabot bot closed this Sep 8, 2025
@dependabot dependabot bot deleted the dependabot/pip/runtimes/mlflow/pytorch-lightning-2.5.3 branch September 8, 2025 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants