mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
apply config correctly, adjust defaults
This commit is contained in:
parent
22690fa096
commit
585d093baf
10 changed files with 43 additions and 35 deletions
|
|
@ -15,6 +15,7 @@ from ..config import log, settings
|
|||
|
||||
class OrtSession:
|
||||
session: ort.InferenceSession
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
model_path: Path | str,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue