fix granularity

This commit is contained in:
yoni13
2025-01-18 09:58:39 +08:00
parent 05675921be
commit 3634ae1f5b
3 changed files with 3 additions and 12 deletions
+1 -3
View File
@@ -45,9 +45,7 @@ class Settings(BaseSettings):
ann_fp16_turbo: bool = False
ann_tuning_level: int = 2
rknn: bool = True
rknn_textual_threads: int = 1
rknn_visual_threads: int = 1
rknn_facial_detection_threads: int = 1
rknn_threads: int = 1
preload: PreloadModelData | None = None
max_batch_size: MaxBatchSize | None = None