-
Notifications
You must be signed in to change notification settings - Fork 9
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
ONNX issue #208
Comments
Hi Efi, Sorry for the late response, I was away for holidays. Thanks for sharing! Let me know if this is still an issue when using an older version of onnxruntime. |
thank you Niek! Amazing! FYI the 1.2.3 version is not available through pip yet |
Ah sorry about that, was getting started up again after the holidays... Now version 1.2.4 contains the change. (1.2.3 has been removed) |
So fast, thank youuuu ! :)) |
Hi Niek :)
I am suddenly getting this error:
ValueError: This ORT build has ['AzureExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when instantiating InferenceSession. For example, onnxruntime.InferenceSession(..., providers=['AzureExecutionProvider', 'CPUExecutionProvider'], ...)
Have you encountered this?
Relevant issue I found online:
microsoft/onnxruntime#17631
The text was updated successfully, but these errors were encountered: