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
from execution_provider_manager import ExecutionProviderManager
if platform.system() == "Windows":
from openvino import utils
utils.add_openvino_libs_to_path()
model = "my_model.onnx"
ep_manager = ExecutionProviderManager(model, "GPU_FP16") # assumes GPU is the inference device, for more device flags check https://onnxruntime.ai/docs/execution-providers/OpenVINO-ExecutionProvider.html