From 0309090852b9931d6e081d159e0be3cc55874b9f Mon Sep 17 00:00:00 2001 From: On Freund Date: Mon, 18 Aug 2025 19:02:06 +0300 Subject: [PATCH] Fix typo in Apple Silicon detector (#19595) --- 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 8ff59e8c0..01b6f1932 100644 --- a/docs/docs/configuration/object_detectors.md +++ b/docs/docs/configuration/object_detectors.md @@ -408,7 +408,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 fist 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-arm64-standard`. ### Setup