change dto

This commit is contained in:
mertalev 2025-06-13 00:39:39 -04:00
parent c59f932bf0
commit 412468989f
No known key found for this signature in database
GPG key ID: DF6ABC77AAD98C95
12 changed files with 93 additions and 98 deletions

View file

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