-
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
Issue with ep:STVM, crash due to a null pointer #10212
Comments
Thanks @xadupre, we'll take a look and get back to you as soon as we can. |
Hello @xadupre! Working between the C++ and Python parts in TVM EP is done using the import onnxruntime.providers.stvm # nessesary to register tvm_onnx_import_and_compile and others This should fix your problem. |
We understand that this is not very user-friendly for the end user. Therefore, we opened PR to improve this moment. |
Thanks. It worked. I'll looked at the PR. |
Describe the bug
Experiment with ep:STVM fails due to a null pointer PR #10211.
System information
To Reproduce
Step used to build:
Script to use:
Output (error message coming from the PR #10211).
The text was updated successfully, but these errors were encountered: