From b07e85fb63c17be854b98294618a04a1f57732b9 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 3 Nov 2024 18:42:10 -0700 Subject: [PATCH] clarity Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> --- docs/docs/configuration/semantic_search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/semantic_search.md b/docs/docs/configuration/semantic_search.md index b7bd25b19..cc1fbbd63 100644 --- a/docs/docs/configuration/semantic_search.md +++ b/docs/docs/configuration/semantic_search.md @@ -60,7 +60,7 @@ The CLIP models are downloaded in ONNX format, and the `large` model can be acce If the correct build is used for your GPU and the `large` model is configured, then the GPU will be detected and used automatically. -**NOTE:** Object detection and semantic search are independent features. +**NOTE:** Object detection and Semantic Search are independent features. If you want to use your GPU with Semantic Search, you must choose the appropriate Frigate Docker image for your GPU. - **AMD** - ROCm will automatically be detected and used for semantic search in the `-rocm` Frigate image.