mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Clarify semantic search GPU (#14767)
* Clarify semantic search GPU * clarity Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> * fix wording --------- Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
959ca0f412
commit
156e7cc628
@ -60,15 +60,17 @@ 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.
|
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**
|
**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.
|
||||||
- ROCm will automatically be detected and used for semantic search in the `-rocm` Frigate image.
|
|
||||||
|
|
||||||
**Intel**
|
- **AMD**
|
||||||
- OpenVINO will automatically be detected and used as a detector in the default Frigate image.
|
- ROCm will automatically be detected and used for semantic search in the `-rocm` Frigate image.
|
||||||
|
|
||||||
**Nvidia**
|
- **Intel**
|
||||||
- Nvidia GPUs will automatically be detected and used as a detector in the `-tensorrt` Frigate image.
|
- OpenVINO will automatically be detected and used for semantic search in the default Frigate image.
|
||||||
- Jetson devices will automatically be detected and used as a detector in the `-tensorrt-jp(4/5)` Frigate image.
|
|
||||||
|
- **Nvidia**
|
||||||
|
- Nvidia GPUs will automatically be detected and used for semantic search in the `-tensorrt` Frigate image.
|
||||||
|
- Jetson devices will automatically be detected and used for semantic search in the `-tensorrt-jp(4/5)` Frigate image.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user