You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are looking for a way how to find out which "backends" are available.
Is there an equivalent of:
import onnxruntime as ort
providers = ort.get_available_providers()
print(providers)
We don't have the luxury of trying out a OVAutoModel with openvino, notice its not available & then switch to the default Optimum model. Any way to detect this?
We are looking for a way how to find out which "backends" are available.
Is there an equivalent of:
We don't have the luxury of trying out a OVAutoModel with openvino, notice its not available & then switch to the default Optimum model. Any way to detect this?
FYI: We are working on michaelfeil/infinity#454.
The text was updated successfully, but these errors were encountered: