This commit is contained in:
Kang 2025-10-17 12:35:28 +02:00 committed by GitHub
commit cbbb5daf5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
90 changed files with 3610 additions and 1722 deletions

View file

@ -14,6 +14,8 @@ from ..config import log, settings
class OrtSession:
session: ort.InferenceSession
def __init__(
self,
model_path: Path | str,