Skip to content

Conversation

Borda
Copy link
Member

@Borda Borda commented Aug 28, 2025

What does this PR do?

regular patch release...

Before submitting
  • Was this discussed/agreed via a GitHub issue? (not for typos and docs)
  • Did you read the contributor guideline, Pull Request section?
  • Did you make sure your PR does only one thing, instead of bundling different changes together?
  • Did you make sure to update the documentation with your changes? (if necessary)
  • Did you write any new necessary tests? (not for typos and docs)
  • Did you verify new and existing tests pass locally with your changes?
  • Did you list all the breaking changes introduced by this pull request?
  • Did you update the CHANGELOG? (not for typos, docs, test updates, or minor internal changes/refactors)

PR review

Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:

Reviewer checklist
  • Is this pull request ready for review? (if not, please submit in draft mode)
  • Check that all items from Before submitting are resolved
  • Make sure the title is self-explanatory and the description concisely explains the PR
  • Add labels and milestones (and optionally projects) to the PR so it can be classified

📚 Documentation preview 📚: https://pytorch-lightning--21126.org.readthedocs.build/en/21126/

Borda and others added 30 commits August 28, 2025 22:10
(cherry picked from commit f6a9151)
[create-pull-request] automated change

Co-authored-by: Borda <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 5a2b678)
…ware platforms (#21057)

* support more hardware platforms and no longer hard code cuda when call _get_default_process_group_backend_for_device
* Apply suggestions from code review

---------

Signed-off-by: taozhiwei <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 119a640)
…ack (#21068)

* fix(tuner/lr_finder): apply LR suggestion after checkpoint restore when used as callback

Previously, LearningRateFinder applied the suggested LR before restoring the
checkpoint, so the optimizer LR was reverted by the restore step. This caused
the callback to print “Learning rate set to …” without persisting the change.

Change:
- Move LR application to after checkpoint restore and update both the LM attr
  and active optimizer param groups so the LR persists for training.

Tests:
- Add unit test [test_lr_finder_callback_applies_lr_after_restore] to assert the
  optimizer LR matches the LR Finder suggestion after the search completes.

* changelog
* Apply suggestions from code review

---------

Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

(cherry picked from commit 3ed9d4e)
(cherry picked from commit 8d88f31)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 5751f8c)
…1089)

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.3 to 7.10.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.10.3...7.10.4)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 3ec489e)
…<3.11.0 in /requirements (#21083)

build(deps): update matplotlib requirement in /requirements

Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.1.1...v3.10.5)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-version: 3.10.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 8ff2607)
…5.0 in /requirements (#21082)

build(deps): update ipython[notebook] requirement in /requirements

Updates the requirements on [ipython[notebook]](https://github.com/ipython/ipython) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@rel-0.8.4...9.4.0)

---
updated-dependencies:
- dependency-name: ipython[notebook]
  dependency-version: 9.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 737c1c6)
…>=1.12.0,<1.23.0 in /requirements (#21090)

build(deps): update onnxruntime requirement in /requirements

Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version.
- [Release notes](https://github.com/microsoft/onnxruntime/releases)
- [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md)
- [Commits](microsoft/onnxruntime@v1.12.0...v1.22.1)

---
updated-dependencies:
- dependency-name: onnxruntime
  dependency-version: 1.22.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit e21ee0e)
* build(deps): bump torch from 2.7.1 to 2.8.0 in /requirements

Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.7.1...v2.8.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 345c841)
…0.22.1,<1.8.0 in /requirements (#21084)

build(deps): update scikit-learn requirement in /requirements

Updates the requirements on [scikit-learn](https://github.com/scikit-learn/scikit-learn) to permit the latest version.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@0.22.2...1.7.1)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-version: 1.7.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 5ac872e)
…1057 (#21092)

* debug failing tests for Fabric with `ddp_fork` on PT 2.8

* Revert "let  `_get_default_process_group_backend_for_device` support more hardware platforms (#21057)"

This reverts commit 119a640.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
(cherry picked from commit 9ca360b)
* build(deps): bump click from 8.1.8 to 8.2.1 in /requirements

Bumps [click](https://github.com/pallets/click) from 8.1.8 to 8.2.1.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.8...8.2.1)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Apply suggestions from code review

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit 48fa086)
… mutation (#21079)

* Fix: AsyncCheckpointIO snapshots tensors to avoid race with parameter mutation

Summary
- Root cause: Background thread serialized live tensor references; the training
  thread mutated tensors after scheduling the async save, leading to mixed-step
  checkpoints.
- Fix: Snapshot all tensors on the main thread before submitting the async save
  using `apply_to_collection(..., torch.Tensor, lambda t: t.detach().clone())`.

Implementation
- Reproduce the issue in unit test
- Clone all tensors in the checkpoint payload on the caller thread to take a
  point-in-time snapshot.
- Supports both positional and keyword `checkpoint` parameters.
- Preserves non-tensor values; handles nested containers.
- Continues to surface background exceptions on teardown.

* chlog

---------

Co-authored-by: Jirka B <[email protected]>
(cherry picked from commit 2c74bee)
* try `deepspeed >=0.14.1,<=0.15.0`
* drop from oldest
* pip uninstall -y deepspeed
* error::DeprecationWarning

(cherry picked from commit ad54bc1)
…nce (#20952)

* Make asyncio checkpointing work if validate/fit is called more than once.
* Apply suggestions from code review
* Add assertion to ensure executor is initialized before saving checkpoint
* update

---------

Co-authored-by: Jirka Borovec <[email protected]>
Co-authored-by: Jirka B <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: bhimrazy <[email protected]>
(cherry picked from commit ff64a92)
…strategy` (#21100)

* fix mis-alignment column while using rich model summary in DeepSpeed strategy.
* test: add minimum gpu requirement in `test_deepspeed_summary_with_rich_model_summary`
* chlog

---------

Co-authored-by: Jirka B <[email protected]>
Co-authored-by: Nicki Skafte Detlefsen <[email protected]>
(cherry picked from commit 2460746)
* ci: pin also test requirements for minimal setup
* onnx >1.12.0
* numpy >1.20.0
* onnxscript >= 0.1.0
* tensorboard >=2.11
* tensorboardX >=2.6

---------

Co-authored-by: Copilot <[email protected]>

(cherry picked from commit a08b64e)
#21108)

* fix sanity check breaking on len=0 val dataloader
* add testing
* changelog

(cherry picked from commit 7e9cea4)
docs: fix log_metrics step description (#20677)

Co-authored-by: Alexander Zhipa <[email protected]>
(cherry picked from commit b581924)
….2.2,<0.5.0 in /requirements (#21113)

build(deps): update onnxscript requirement in /requirements

Updates the requirements on [onnxscript](https://github.com/microsoft/onnxscript) to permit the latest version.
- [Release notes](https://github.com/microsoft/onnxscript/releases)
- [Commits](microsoft/onnxscript@v0.2.2...v0.4.0)

---
updated-dependencies:
- dependency-name: onnxscript
  dependency-version: 0.4.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit fdcfe0f)
…1115)

Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.10.4 to 7.10.5.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.10.4...7.10.5)

---
updated-dependencies:
- dependency-name: coverage
  dependency-version: 7.10.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c10aeb8)
…=0.18.1,<5.0.0 in /requirements (#21114)

build(deps): update myst-parser requirement in /requirements

Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser) to permit the latest version.
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v0.18.1...v4.0.1)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-version: 4.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 91ec79f)
speediedan and others added 2 commits August 28, 2025 22:14
* Update versioning governance document per discussion in #21073
* Update docs/source-pytorch/versioning.rst
simplify language

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: Jirka Borovec <[email protected]>
(cherry picked from commit a8f26e8)
* add h200 support to throughput
* add testing
* changelog

---------

Co-authored-by: Jirka Borovec <[email protected]>

(cherry picked from commit e55650d)
@github-actions github-actions bot added docs Documentation related ci Continuous Integration release fabric lightning.fabric.Fabric pl Generic label for PyTorch Lightning package dependencies Pull requests that update a dependency file dockers package labels Aug 28, 2025
Copy link
Contributor

github-actions bot commented Aug 28, 2025

⚡ Required checks status: All passing 🟢

Groups summary

🟢 pytorch_lightning: Tests workflow
Check ID Status
pl-cpu-guardian success

These checks are required after the changes to .actions/assistant.py, .github/workflows/ci-tests-pytorch.yml, requirements/fabric/strategies.txt, requirements/fabric/test.txt, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/strategies/deepspeed.py, src/lightning/fabric/utilities/throughput.py, requirements/pytorch/extra.txt, requirements/pytorch/loggers.info, requirements/pytorch/strategies.txt, requirements/pytorch/test.txt, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/rich_model_summary.py, src/lightning/pytorch/plugins/io/async_plugin.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/tuner/lr_finder.py, src/lightning/pytorch/utilities/model_summary/model_summary_deepspeed.py, tests/tests_pytorch/callbacks/progress/test_rich_progress_bar.py, tests/tests_pytorch/plugins/test_async_checkpoint.py, tests/tests_pytorch/plugins/test_checkpoint_io_plugin.py, tests/tests_pytorch/tuner/test_lr_finder.py, tests/tests_pytorch/utilities/test_compile.py, tests/tests_pytorch/utilities/test_deepspeed_model_summary.py, tests/legacy/back-compatible-versions.txt, pyproject.toml.

🟢 pytorch_lightning: Azure GPU
Check ID Status
pytorch-lightning (GPUs) (testing Lightning | latest) success
pytorch-lightning (GPUs) (testing PyTorch | oldest) success
pytorch-lightning (GPUs) (testing PyTorch | latest) success

These checks are required after the changes to .actions/assistant.py, .azure/gpu-tests-pytorch.yml, requirements/pytorch/extra.txt, requirements/pytorch/loggers.info, requirements/pytorch/strategies.txt, requirements/pytorch/test.txt, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/rich_model_summary.py, src/lightning/pytorch/plugins/io/async_plugin.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/tuner/lr_finder.py, src/lightning/pytorch/utilities/model_summary/model_summary_deepspeed.py, tests/tests_pytorch/callbacks/progress/test_rich_progress_bar.py, tests/tests_pytorch/plugins/test_async_checkpoint.py, tests/tests_pytorch/plugins/test_checkpoint_io_plugin.py, tests/tests_pytorch/tuner/test_lr_finder.py, tests/tests_pytorch/utilities/test_compile.py, tests/tests_pytorch/utilities/test_deepspeed_model_summary.py, pyproject.toml, requirements/fabric/strategies.txt, requirements/fabric/test.txt, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/strategies/deepspeed.py, src/lightning/fabric/utilities/throughput.py.

🟢 pytorch_lightning: Benchmarks
Check ID Status
lightning.Benchmarks success

These checks are required after the changes to .azure/gpu-benchmarks.yml, requirements/fabric/strategies.txt, requirements/fabric/test.txt, requirements/pytorch/extra.txt, requirements/pytorch/loggers.info, requirements/pytorch/strategies.txt, requirements/pytorch/test.txt, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/strategies/deepspeed.py, src/lightning/fabric/utilities/throughput.py, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/rich_model_summary.py, src/lightning/pytorch/plugins/io/async_plugin.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/tuner/lr_finder.py, src/lightning/pytorch/utilities/model_summary/model_summary_deepspeed.py.

🟢 fabric: Docs
Check ID Status
docs-make (fabric, doctest) success
docs-make (fabric, html) success

These checks are required after the changes to src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/strategies/deepspeed.py, src/lightning/fabric/utilities/throughput.py, docs/source-fabric/advanced/compile.rst, .github/workflows/docs-build.yml, requirements/docs.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt, pyproject.toml.

🟢 pytorch_lightning: Docs
Check ID Status
docs-make (pytorch, doctest) success
docs-make (pytorch, html) success

These checks are required after the changes to src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/rich_model_summary.py, src/lightning/pytorch/plugins/io/async_plugin.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/tuner/lr_finder.py, src/lightning/pytorch/utilities/model_summary/model_summary_deepspeed.py, docs/source-pytorch/accelerators/gpu_intermediate.rst, docs/source-pytorch/advanced/compile.rst, docs/source-pytorch/conf.py, docs/source-pytorch/extensions/logging.rst, docs/source-pytorch/model/manual_optimization.rst, docs/source-pytorch/versioning.rst, .actions/assistant.py, .github/workflows/docs-build.yml, requirements/docs.txt, requirements/pytorch/docs.txt, requirements/pytorch/extra.txt, requirements/pytorch/loggers.info, requirements/pytorch/strategies.txt, requirements/pytorch/test.txt, pyproject.toml.

🟢 pytorch_lightning: Docker
Check ID Status
build-cuda (3.10, 2.1.2, 12.1.1) success
build-cuda (3.11, 2.2.2, 12.1.1) success
build-cuda (3.11, 2.3.1, 12.1.1) success
build-cuda (3.11, 2.4.1, 12.1.1) success
build-cuda (3.12, 2.5.1, 12.1.1) success
build-cuda (3.12, 2.6.0, 12.4.1) success
build-pl (3.10, 2.1, 12.1.1) success
build-pl (3.11, 2.2, 12.1.1) success
build-pl (3.11, 2.3, 12.1.1) success
build-pl (3.11, 2.4, 12.1.1) success
build-pl (3.12, 2.5, 12.1.1) success
build-pl (3.12, 2.6, 12.4.1) success
build-pl (3.12, 2.7, 12.6.3) success
build-pl (3.12, 2.8, 12.6.3, true) success

These checks are required after the changes to .actions/assistant.py, .github/workflows/docker-build.yml, dockers/release/Dockerfile, requirements/pytorch/extra.txt, requirements/pytorch/loggers.info, requirements/pytorch/strategies.txt, requirements/pytorch/test.txt, requirements/fabric/strategies.txt, requirements/fabric/test.txt.

🟢 lightning_fabric: CPU workflow
Check ID Status
fabric-cpu-guardian success

These checks are required after the changes to .actions/assistant.py, requirements/fabric/strategies.txt, requirements/fabric/test.txt, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/strategies/deepspeed.py, src/lightning/fabric/utilities/throughput.py, tests/tests_fabric/strategies/launchers/test_multiprocessing_integration.py, tests/tests_fabric/utilities/test_throughput.py, pyproject.toml, .github/workflows/ci-tests-fabric.yml.

🟢 lightning_fabric: Azure GPU
Check ID Status
lightning-fabric (GPUs) (testing Fabric | oldest) success
lightning-fabric (GPUs) (testing Fabric | latest) success
lightning-fabric (GPUs) (testing Lightning | latest) success

These checks are required after the changes to .actions/assistant.py, .azure/gpu-tests-fabric.yml, requirements/fabric/strategies.txt, requirements/fabric/test.txt, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/strategies/deepspeed.py, src/lightning/fabric/utilities/throughput.py, tests/tests_fabric/strategies/launchers/test_multiprocessing_integration.py, tests/tests_fabric/utilities/test_throughput.py, pyproject.toml.

🟢 mypy
Check ID Status
mypy success

These checks are required after the changes to .actions/assistant.py, .github/workflows/code-checks.yml, requirements/fabric/strategies.txt, requirements/fabric/test.txt, requirements/pytorch/extra.txt, requirements/pytorch/loggers.info, requirements/pytorch/strategies.txt, requirements/pytorch/test.txt, requirements/typing.txt, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/strategies/deepspeed.py, src/lightning/fabric/utilities/throughput.py, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/rich_model_summary.py, src/lightning/pytorch/plugins/io/async_plugin.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/tuner/lr_finder.py, src/lightning/pytorch/utilities/model_summary/model_summary_deepspeed.py, src/version.info, pyproject.toml.

🟢 install
Check ID Status
install-pkg-guardian success

These checks are required after the changes to .actions/assistant.py, .github/workflows/_build-packages.yml, .github/workflows/ci-pkg-install.yml, src/lightning/fabric/plugins/collectives/torch_collective.py, src/lightning/fabric/strategies/deepspeed.py, src/lightning/fabric/utilities/throughput.py, src/lightning/pytorch/callbacks/progress/rich_progress.py, src/lightning/pytorch/callbacks/rich_model_summary.py, src/lightning/pytorch/plugins/io/async_plugin.py, src/lightning/pytorch/trainer/connectors/logger_connector/logger_connector.py, src/lightning/pytorch/trainer/trainer.py, src/lightning/pytorch/tuner/lr_finder.py, src/lightning/pytorch/utilities/model_summary/model_summary_deepspeed.py, src/version.info, requirements/fabric/strategies.txt, requirements/fabric/test.txt, requirements/pytorch/extra.txt, requirements/pytorch/loggers.info, requirements/pytorch/strategies.txt, requirements/pytorch/test.txt, requirements/typing.txt.


Thank you for your contribution! 💜

Note
This comment is automatically generated and updates for 60 minutes every 180 seconds. If you have any other questions, contact carmocca for help.

Copy link

codecov bot commented Aug 28, 2025

Codecov Report

❌ Patch coverage is 96.15385% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 87%. Comparing base (947f939) to head (fae5ca7).
⚠️ Report is 33 commits behind head on release/stable.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@               Coverage Diff               @@
##           release/stable   #21126   +/-   ##
===============================================
- Coverage              87%      87%   -0%     
===============================================
  Files                 268      268           
  Lines               23344    23363   +19     
===============================================
+ Hits                20338    20353   +15     
- Misses               3006     3010    +4     

@Borda Borda changed the title releasing 2.5.4 [wip] releasing 2.5.4 [rebase & merge] Aug 29, 2025
@lantiga lantiga merged commit 58b89ed into release/stable Aug 29, 2025
153 checks passed
@lantiga lantiga deleted the releasing/2.5.4 branch August 29, 2025 10:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Continuous Integration dependencies Pull requests that update a dependency file dockers docs Documentation related fabric lightning.fabric.Fabric package pl Generic label for PyTorch Lightning package release
Projects
None yet
Development

Successfully merging this pull request may close these issues.