mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fixed test
This commit is contained in:
parent
29886f9aec
commit
e71523d6ed
1 changed files with 2 additions and 2 deletions
|
|
@ -51,10 +51,10 @@ _INSIGHTFACE_MODELS = {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
SUPPORTED_PROVIDERS = {"CUDAExecutionProvider", "OpenVINOExecutionProvider", "CPUExecutionProvider"}
|
SUPPORTED_PROVIDERS = ["CUDAExecutionProvider", "OpenVINOExecutionProvider", "CPUExecutionProvider"]
|
||||||
|
|
||||||
|
|
||||||
STATIC_INPUT_PROVIDERS = {"OpenVINOExecutionProvider"}
|
STATIC_INPUT_PROVIDERS = ["OpenVINOExecutionProvider"]
|
||||||
|
|
||||||
|
|
||||||
def is_openclip(model_name: str) -> bool:
|
def is_openclip(model_name: str) -> bool:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue