From 0a293aebabf0be8d278d40370e40fb2b3a1f3ee0 Mon Sep 17 00:00:00 2001 From: GuoQing Liu <842607283@qq.com> Date: Thu, 11 Dec 2025 21:31:52 +0800 Subject: [PATCH] docs: update OpenVINO D-FINE configuration default device (#21231) * docs: remove OpenVINO D-FINE configuration device * docs: change D-FINE model detectors default device --- docs/docs/configuration/object_detectors.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 33c95adbf..7016bf4b6 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -395,7 +395,7 @@ After placing the downloaded onnx model in your config/model_cache folder, you c detectors: ov: type: openvino - device: GPU + device: CPU model: model_type: dfine @@ -431,10 +431,10 @@ When using Docker Compose: ```yaml services: frigate: ---- -devices: - - /dev/dri - - /dev/kfd + ... + devices: + - /dev/dri + - /dev/kfd ``` For reference on recommended settings see [running ROCm/pytorch in Docker](https://rocm.docs.amd.com/projects/install-on-linux/en/develop/how-to/3rd-party/pytorch-install.html#using-docker-with-pytorch-pre-installed). @@ -462,9 +462,9 @@ When using Docker Compose: ```yaml services: frigate: - -environment: - HSA_OVERRIDE_GFX_VERSION: "10.0.0" + ... + environment: + HSA_OVERRIDE_GFX_VERSION: "10.0.0" ``` Figuring out what version you need can be complicated as you can't tell the chipset name and driver from the AMD brand name.