Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Updates the requirements on onnxscript to permit the latest version.

Release notes

Sourced from onnxscript's releases.

v0.5.0

What's Changed

Breaking Changes

Optimizer and rewriter

Torch Lib

Other Changes

New Contributors

... (truncated)

Commits
  • 39f1015 [torchlib] Implement torch.ops.prims.broadcast_in_dim.default (#2382)
  • 8ed3521 Support enable_gqa and only support 4D Q, K, and V (#2558)
  • 366f7be [torchlib] Fix repeat_interleave when repeats is a symbolic tensor (#2548)
  • 50d7e87 [torchlib] Mark atan2 as trace_only and map NaN to 0 (#2557)
  • 710d597 Fix rewriter and CI tests for the latest onnx-ir version (#2554)
  • 821015a Add Conv-Affine(Mul+Add) and hardswish fusion (#2472)
  • 0e79b62 [Rewriter] Add fuse batchnorm to default rules (#2553)
  • 647b22a Bump version to 0.5.0 (#2538)
  • cec5396 Do not try to fold op.SplitToSequence when split is None (#2550)
  • 9036fab [Rewriter] Support specifying node name in rewrites (#2474)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the ci Continuous Integration label Sep 15, 2025
@dependabot dependabot bot added the ci Continuous Integration label Sep 15, 2025
@github-actions github-actions bot added docs Documentation related pl Generic label for PyTorch Lightning package dependencies Pull requests that update a dependency file labels Sep 15, 2025
Copy link
Contributor

github-actions bot commented Sep 15, 2025

⛈️ Required checks status: Has failure 🔴

Warning
This job will need to be re-run to merge your PR. If you do not have write access to the repository, you can ask Lightning-AI/lai-frameworks to re-run it. If you push a new commit, all of CI will re-trigger.

Groups summary

🔴 pytorch_lightning: Tests workflow
Check ID Status
pl-cpu-guardian failure

These checks are required after the changes to requirements/pytorch/test.txt.

🔴 pytorch_lightning: lit GPU
Check ID Status
pytorch.yml / Lit Job (nvidia/cuda:12.1.1-runtime-ubuntu22.04, pytorch, 3.10) failure
pytorch.yml / Lit Job (lightning, 3.12) success
pytorch.yml / Lit Job (pytorch, 3.12) success

These checks are required after the changes to requirements/pytorch/test.txt.

🟡 Benchmarks
Check ID Status
benchmark.yml / Lit Job (fabric) no_status
benchmark.yml / Lit Job (pytorch) success

These checks are required after the changes to requirements/pytorch/test.txt.

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

These checks are required after the changes to requirements/pytorch/docs.txt, requirements/pytorch/test.txt.

🟢 mypy
Check ID Status
mypy success

These checks are required after the changes to requirements/pytorch/test.txt.

🟢 install
Check ID Status
install-pkg-guardian success

These checks are required after the changes to requirements/pytorch/test.txt.


Thank you for your contribution! 💜

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

Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79%. Comparing base (e0e42a0) to head (f77cefe).
✅ All tests successful. No failed tests found.

❗ There is a different number of reports uploaded between BASE (e0e42a0) and HEAD (f77cefe). Click for more details.

HEAD has 119 uploads less than BASE
Flag BASE (e0e42a0) HEAD (f77cefe)
cpu 54 26
python 6 3
lightning_fabric 14 0
pytest 29 0
python3.12.7 18 9
python3.10 12 6
python3.12 6 3
lightning 30 14
python3.11 12 5
gpu 2 0
pytorch2.3 3 2
pytest-full 27 26
Additional details and impacted files
@@            Coverage Diff            @@
##           master   #21213     +/-   ##
=========================================
- Coverage      87%      79%     -8%     
=========================================
  Files         269      266      -3     
  Lines       23695    23640     -55     
=========================================
- Hits        20549    18643   -1906     
- Misses       3146     4997   +1851     

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 docs Documentation related pl Generic label for PyTorch Lightning package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants