From 80bb349d6c2a6a5681db0da9dffa232b7955a682 Mon Sep 17 00:00:00 2001 From: Indrek Mandre Date: Sun, 4 Feb 2024 16:56:21 +0200 Subject: [PATCH] describe builds (harakas temporary) --- docs/docs/configuration/object_detectors.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 3b3413564..849ce249f 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -398,7 +398,15 @@ detectors: ## AMD/ROCm GPU detector -The `rocm` detector allows one to run [ultralytics](https://github.com/ultralytics/ultralytics) yolov8 models on AMD GPUs and iGPUs. You need special frigate build that contains the AMD/ROCm stack. +The `rocm` detector allows one to run [ultralytics](https://github.com/ultralytics/ultralytics) yolov8 models on AMD GPUs and iGPUs. You need special frigate build that contains the AMD/ROCm stack: + +- `ghcr.io/harakas/frigate:latest-rocm` + +As ROCm is quite bloated, there are also smaller versions for specific GPU chipsets: + +- `ghcr.io/harakas/frigate:latest-rocm-gfx900` +- `ghcr.io/harakas/frigate:latest-rocm-gfx1030` +- `ghcr.io/harakas/frigate:latest-rocm-gfx1100` ### Model download