We name it InferenceSessionProvider

This commit is contained in:
henryruhs
2025-01-22 22:52:14 +01:00
parent dbbf3445b6
commit 87e3a80491

View File

@@ -2,7 +2,7 @@ import shutil
import subprocess
import xml.etree.ElementTree as ElementTree
from functools import lru_cache
from typing import Any, List, Optional
from typing import List, Optional
from onnxruntime import get_available_providers, set_default_logger_severity