From 249a19c742d43f062ae78ee57313055d4b655b8a Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 30 Oct 2024 06:29:48 -0600 Subject: [PATCH] clarity --- 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 01c8f9b79..2819f2a4c 100644 --- a/docs/docs/configuration/semantic_search.md +++ b/docs/docs/configuration/semantic_search.md @@ -58,7 +58,7 @@ The CLIP models are downloaded in ONNX format, and the `large` model can be acce :::info -If the correct build is used for your GPU and the `large` model is configured, then the GPU will be automatically detected and used automatically. +If the correct build is used for your GPU and the `large` model is configured, then the GPU will be detected and used automatically. **AMD** - ROCm will automatically be detected and used for semantic search in the `-rocm` Frigate image.