forked from dark_thunder/immich
feat(ml): conditionally download .armnn models (#6650)
This commit is contained in:
@ -26,6 +26,11 @@ class ModelType(str, Enum):
|
||||
FACIAL_RECOGNITION = "facial-recognition"
|
||||
|
||||
|
||||
class ModelRuntime(str, Enum):
|
||||
ONNX = "onnx"
|
||||
ARMNN = "armnn"
|
||||
|
||||
|
||||
class HasProfiling(Protocol):
|
||||
profiling: dict[str, float]
|
||||
|
||||
|
Reference in New Issue
Block a user