mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
use arena by default in native installation
This commit is contained in:
parent
2018a7ff2d
commit
b1b15d4ed6
4 changed files with 26 additions and 5 deletions
|
|
@ -61,6 +61,7 @@ class Settings(BaseSettings):
|
|||
request_threads: int = os.cpu_count() or 4
|
||||
model_inter_op_threads: int = 0
|
||||
model_intra_op_threads: int = 0
|
||||
model_arena: bool = True
|
||||
ann: bool = True
|
||||
ann_fp16_turbo: bool = False
|
||||
ann_tuning_level: int = 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue