From 9af7246b0bacc1f5251533a2be0d52708f6796b7 Mon Sep 17 00:00:00 2001 From: Alone Date: Mon, 1 Sep 2025 11:10:52 +0800 Subject: [PATCH] Fix typo in Apple Silicon detector (#19854) --- docs/docs/configuration/object_detectors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/object_detectors.md b/docs/docs/configuration/object_detectors.md index bed12ffbd..4b13510eb 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -410,7 +410,7 @@ Note that the labelmap uses a subset of the complete COCO label set that has onl ## Apple Silicon detector -The NPU in Apple Silicon can't be accessed from within a container, so the [Apple Silicon detector client](https://github.com/frigate-nvr/apple-silicon-detector) must first be setup. It is recommended to use the Frigate docker image with `-standard-arm64` suffix, for example `ghcr.io/blakeblackshear/frigate:stable-arm64-standard`. +The NPU in Apple Silicon can't be accessed from within a container, so the [Apple Silicon detector client](https://github.com/frigate-nvr/apple-silicon-detector) must first be setup. It is recommended to use the Frigate docker image with `-standard-arm64` suffix, for example `ghcr.io/blakeblackshear/frigate:stable-standard-arm64`. ### Setup