Update frigate/config/classification.py

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
baudneo 2025-08-01 17:02:50 -06:00 committed by GitHub
parent 6ac2f7f91e
commit c32a43a724
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,8 +49,8 @@ class SemanticSearchConfig(FrigateBaseModel):
)
device: Optional[str] = Field(
default=None,
title="The gpu id to use for semantic search.",
description="This is an override, to target a specific gpu use: '0', '1', etc.",
title="The device key to use for semantic search.",
description="This is an override, to target a specific device. See https://onnxruntime.ai/docs/execution-providers/ for more information",
)