Skip to content
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

onnxruntime==1.16.0 release breaks tests #736

Closed
ksaur opened this issue Sep 22, 2023 · 3 comments
Closed

onnxruntime==1.16.0 release breaks tests #736

ksaur opened this issue Sep 22, 2023 · 3 comments

Comments

@ksaur
Copy link
Collaborator

ksaur commented Sep 22, 2023

onnxruntime==1.16.0 was released
and tests fail.

Pinning for now. #737

@ksaur
Copy link
Collaborator Author

ksaur commented Sep 22, 2023

For the most part, we need to fix:

>           raise ValueError(
                f"This ORT build has {available_providers} enabled. "
                "Since ORT 1.9, you are required to explicitly set "
                "the providers parameter when instantiating InferenceSession. For example, "
                f"onnxruntime.InferenceSession(..., providers={available_providers}, ...)"

@ksaur ksaur added good first issue Good for newcomers help wanted Extra attention is needed labels Sep 22, 2023
@ksaur
Copy link
Collaborator Author

ksaur commented Sep 29, 2023

microsoft/onnxruntime#17631 Apparently they are working on a fix

@ksaur ksaur removed good first issue Good for newcomers help wanted Extra attention is needed labels Sep 29, 2023
@ksaur
Copy link
Collaborator Author

ksaur commented Oct 13, 2023

closed with #738 and microsoft/onnxruntime@1c245e6 . Thanks all!

@mshr-h mshr-h closed this as completed Oct 18, 2023
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

No branches or pull requests

2 participants