mirror of
https://github.com/immich-app/immich.git
synced 2025-04-21 13:05:37 +02:00
make lazy loading default (#3797)
This commit is contained in:
parent
d2bad1d553
commit
60729a091a
@ -12,7 +12,7 @@ class Settings(BaseSettings):
|
|||||||
clip_text_model: str = "clip-ViT-B-32"
|
clip_text_model: str = "clip-ViT-B-32"
|
||||||
facial_recognition_model: str = "buffalo_l"
|
facial_recognition_model: str = "buffalo_l"
|
||||||
min_tag_score: float = 0.9
|
min_tag_score: float = 0.9
|
||||||
eager_startup: bool = True
|
eager_startup: bool = False
|
||||||
model_ttl: int = 0
|
model_ttl: int = 0
|
||||||
host: str = "0.0.0.0"
|
host: str = "0.0.0.0"
|
||||||
port: int = 3003
|
port: int = 3003
|
||||||
|
Loading…
x
Reference in New Issue
Block a user