Fix onnx not working with openvino

This commit is contained in:
Nicolas Mowen 2025-05-05 20:30:33 -06:00
parent 82d60b630e
commit e8b6dc1c9d

View File

@ -340,7 +340,6 @@ def get_ort_providers(
providers.append(provider)
options.append(
{
"arena_extend_strategy": "kSameAsRequested",
"cache_dir": os.path.join(MODEL_CACHE_DIR, "openvino/ort"),
"device_type": device,
}