Skip to content

Bump up ONNX for scikit-build-core support#308

Merged
take-cheeze merged 5 commits into
onnx:mainfrom
take-cheeze:bump-onnx
Jun 12, 2026
Merged

Bump up ONNX for scikit-build-core support#308
take-cheeze merged 5 commits into
onnx:mainfrom
take-cheeze:bump-onnx

Conversation

@take-cheeze

@take-cheeze take-cheeze commented Jun 1, 2026

Copy link
Copy Markdown
Member

Rel onnx/onnx#8017

Now adds ONNX_INSTALL variable to fix cmake error while building python module

Signed-off-by: take-cheeze <takechi101010@gmail.com>
Signed-off-by: take-cheeze <takechi101010@gmail.com>
Signed-off-by: take-cheeze <takechi101010@gmail.com>
@take-cheeze take-cheeze marked this pull request as ready for review June 1, 2026 08:19
@take-cheeze take-cheeze requested review from a team as code owners June 1, 2026 08:19
Comment thread tests/test_simple.cc Outdated
)";
onnx::ModelProto model;
const onnx::Status status = onnx::OnnxParser::Parse(model, graph_str);
const onnx::Common::Status status = onnx::OnnxParser::Parse(model, graph_str);

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems strange. onnx::Status seems to be the right name we should expose. Was there anything that was changed or need fixing in onnx?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: take-cheeze <takechi101010@gmail.com>
Signed-off-by: take-cheeze <takechi101010@gmail.com>
@take-cheeze

Copy link
Copy Markdown
Member Author

onnxsim/onnxsim#436 is depending on this since onnx/onnx#7614 needs to be merged

@take-cheeze take-cheeze merged commit dd4311a into onnx:main Jun 12, 2026
25 checks passed
@take-cheeze take-cheeze deleted the bump-onnx branch June 12, 2026 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants