microsoft / hummingbird

Hummingbird compiles trained ML models into tensor computation for faster inference.
MIT License
3.34k stars 278 forks source link

onnxruntime==1.16.0 release breaks tests #736

Closed ksaur closed 11 months ago

ksaur commented 1 year ago

onnxruntime==1.16.0 was released and tests fail.

Pinning for now. #737

ksaur commented 1 year ago

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 commented 1 year ago

https://github.com/microsoft/onnxruntime/issues/17631 Apparently they are working on a fix

ksaur commented 11 months ago

closed with #738 and https://github.com/microsoft/onnxruntime/commit/1c245e6775201fec7a1d269a71deb0f3af6f7bea . Thanks all!