-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segfaults when loading model with local functions, works fine if model is inlined by ONNX #16170
Comments
gdb shows this is likely the same issue as onnx/onnx#5212, so should be resolvable by bumping onnx submodule commit to onnx/onnx@213b525
|
@pranavsharma , how should we proceed? |
As discussed we've an internal work item to add a cmake option to allow build ORT with a different ONNX Commit. |
@pranavsharma thanks for info, is there an eta for this item? |
FYI Onnx 1.14.1 is coming by the end of August (onnx/onnx#5468) |
Check with @snnn |
### Description Bump ONNX version to https://github.com/onnx/onnx/tree/rel-1.14.1 to include a fix for segfault when shape inferencing nested onnx functions. ### Motivation and Context Resolves #16170
### Description Bump ONNX version to https://github.com/onnx/onnx/tree/rel-1.14.1 to include a fix for segfault when shape inferencing nested onnx functions. ### Motivation and Context Resolves #16170
### Description Bump ONNX version to https://github.com/onnx/onnx/tree/rel-1.14.1 to include a fix for segfault when shape inferencing nested onnx functions. ### Motivation and Context Resolves microsoft#16170
Describe the issue
As title, here is the example model.
To reproduce
Download model from link above. Install onnx from source (for inliner, this step is not necessary to repro the segfault), onnxruntime from nightly.
pip install --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/pypi/simple/ ort-nightly==1.16.0.dev20230528001
Urgency
No response
Platform
Linux
OS Version
20.04
ONNX Runtime Installation
Built from Source
ONNX Runtime Version or Commit ID
1.16.0.dev20230528001
ONNX Runtime API
Python
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: