From 7237a79cb2915f75a3899b4fe7b7738036720f6d Mon Sep 17 00:00:00 2001 From: Indrek Mandre Date: Fri, 9 Feb 2024 14:04:02 +0200 Subject: [PATCH] updated build names for documentation --- docs/docs/configuration/object_detectors.md | 8 ++++---- docs/docs/frigate/installation.md | 4 ++++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index 85b910ae6..b4224c77b 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -402,13 +402,13 @@ detectors: The `rocm` detector allows one to use [ultralytics](https://github.com/ultralytics/ultralytics) yolov8 models on AMD GPUs and iGPUs. You need the special frigate build that contains the AMD/ROCm software stack: -- `ghcr.io/harakas/frigate:latest-rocm` +- `ghcr.io/blakeblackshear/frigate:stable-rocm` As the ROCm software stack 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` +- `ghcr.io/blakeblackshear/frigate:stable-rocm-gfx900` +- `ghcr.io/blakeblackshear/frigate:stable-rocm-gfx1030` +- `ghcr.io/blakeblackshear/frigate:stable-rocm-gfx1100` ### Docker settings for GPU access diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index c12e3de3a..5ce75cae3 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -150,6 +150,10 @@ The community supported docker image tags for the current stable version are: - `stable-tensorrt-jp5` - Frigate build optimized for nvidia Jetson devices running Jetpack 5 - `stable-tensorrt-jp4` - Frigate build optimized for nvidia Jetson devices running Jetpack 4.6 - `stable-rk` - Frigate build for SBCs with Rockchip SoC +- `stable-rocm` - Frigate build for [AMD GPUs and iGPUs](../configuration/object_detectors.md#amdrocm-gpu-detector), all drivers + - `stable-rocm-gfx900` - AMD gfx900 driver only + - `stable-rocm-gfx1030` - AMD gfx1030 driver only + - `stable-rocm-gfx1100` - AMD gfx1100 driver only ## Home Assistant Addon