mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Merge a6c59ab387 into 3163afd24a
This commit is contained in:
commit
cbbb5daf5f
90 changed files with 3610 additions and 1722 deletions
|
|
@ -41,6 +41,7 @@ class PreloadModelData(BaseModel):
|
|||
|
||||
class MaxBatchSize(BaseModel):
|
||||
facial_recognition: int | None = None
|
||||
text_recognition: int | None = None
|
||||
|
||||
|
||||
class Settings(BaseSettings):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue