mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-02 21:34:53 +03:00
docs: remove OpenVINO D-FINE configuration device
This commit is contained in:
parent
1de7519d1a
commit
a2061f0d96
@ -395,7 +395,6 @@ After placing the downloaded onnx model in your config/model_cache folder, you c
|
|||||||
detectors:
|
detectors:
|
||||||
ov:
|
ov:
|
||||||
type: openvino
|
type: openvino
|
||||||
device: GPU
|
|
||||||
|
|
||||||
model:
|
model:
|
||||||
model_type: dfine
|
model_type: dfine
|
||||||
@ -431,8 +430,8 @@ When using Docker Compose:
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
frigate:
|
frigate:
|
||||||
---
|
...
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri
|
- /dev/dri
|
||||||
- /dev/kfd
|
- /dev/kfd
|
||||||
```
|
```
|
||||||
@ -462,8 +461,8 @@ 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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user