docs: update OpenVINO D-FINE configuration default device (#21231)

* docs: remove OpenVINO D-FINE configuration device

* docs: change D-FINE model detectors default device
This commit is contained in:
GuoQing Liu 2025-12-11 21:31:52 +08:00 committed by GitHub
parent 1de7519d1a
commit 0a293aebab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -395,7 +395,7 @@ After placing the downloaded onnx model in your config/model_cache folder, you c
detectors: detectors:
ov: ov:
type: openvino type: openvino
device: GPU device: CPU
model: model:
model_type: dfine model_type: dfine
@ -431,7 +431,7 @@ When using Docker Compose:
```yaml ```yaml
services: services:
frigate: frigate:
--- ...
devices: devices:
- /dev/dri - /dev/dri
- /dev/kfd - /dev/kfd
@ -462,7 +462,7 @@ When using Docker Compose:
```yaml ```yaml
services: services:
frigate: frigate:
...
environment: environment:
HSA_OVERRIDE_GFX_VERSION: "10.0.0" HSA_OVERRIDE_GFX_VERSION: "10.0.0"
``` ```