feat: upgrade to ONNX 1.20.1, PaddlePaddle 3.3.0, and modernize tooling#1633
Open
Goldziher wants to merge 2 commits intoPaddlePaddle:developfrom
Open
feat: upgrade to ONNX 1.20.1, PaddlePaddle 3.3.0, and modernize tooling#1633Goldziher wants to merge 2 commits intoPaddlePaddle:developfrom
Goldziher wants to merge 2 commits intoPaddlePaddle:developfrom
Conversation
- Update ONNX submodule to v1.20.1 (opset 25), onnx-optimizer to v1.5.0, pybind11 to v3.0.2 - Fix protobuf v34 compatibility (SetTotalBytesLimit 2-arg to 1-arg) - Migrate onnxoptimizer includes to onnx/optimizer namespace - Replace removed tryReplacingAllUsesWith with replaceAllUsesWith API - Bump Python minimum to 3.10, add ruff linter config, fix all lint issues - Add pre-commit hooks (gitfluff, ai-rulez, ruff, pyproject-fmt) - Pin dependency version ranges in pyproject.toml
|
Thanks for your contribution! |
This was referenced Mar 14, 2026
- Add SIM112 to ruff ignore list (PaddlePaddle uses lowercase FLAGS_*) - Fix ruff lint errors in debug/ files and notebook - Run ruff format across all files - Remove hardcoded VS 2019 generator from setup.py
Contributor
|
Sorry about the CI. Could you please open a new PR to trigger it again? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stack
Review and merge in order: this PR -> #1634 -> #1635
CI is expected to pass only on the final PR (#1635), which includes the workflow updates.