Skip to content

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

Open
take-cheeze wants to merge 3 commits into
onnx:mainfrom
take-cheeze:bump-onnx
Open

Bump up ONNX for scikit-build-core support#308
take-cheeze wants to merge 3 commits into
onnx:mainfrom
take-cheeze:bump-onnx

Conversation

@take-cheeze
Copy link
Copy Markdown
Member

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

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
)";
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.

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