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

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)

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

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: Pending 🟡

Groups summary

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

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, L4_X_2) queued
pytorch.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, lightning, 3.12, L4_X_2) queued
pytorch.yml / Lit Job (nvidia/cuda:12.6.3-runtime-ubuntu22.04, pytorch, 3.12, L4_X_2) queued

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

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

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 (0943546) to head (f63c045).
✅ All tests successful. No failed tests found.

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

HEAD has 115 uploads less than BASE
Flag BASE (0943546) HEAD (f63c045)
cpu 53 27
python 6 3
lightning_fabric 14 0
pytest 30 0
python3.12 5 3
python3.10 12 6
lightning 31 15
python3.12.7 18 9
python3.11 12 6
gpu 3 0
Additional details and impacted files
@@            Coverage Diff            @@
##           master   #21213     +/-   ##
=========================================
- Coverage      87%      79%     -8%     
=========================================
  Files         269      266      -3     
  Lines       23688    23633     -55     
=========================================
- Hits        20669    18636   -2033     
- Misses       3019     4997   +1978     

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