From c77bc0c276cadcf246d502291278dc9770e70ea0 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 22 Jan 2026 11:33:58 -0700 Subject: [PATCH] ROCm now works properly with JinaV1 --- frigate/detectors/detection_runners.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frigate/detectors/detection_runners.py b/frigate/detectors/detection_runners.py index eb3a0ecb9..051601f52 100644 --- a/frigate/detectors/detection_runners.py +++ b/frigate/detectors/detection_runners.py @@ -131,7 +131,6 @@ class ONNXModelRunner(BaseModelRunner): return model_type in [ EnrichmentModelTypeEnum.paddleocr.value, - EnrichmentModelTypeEnum.jina_v1.value, EnrichmentModelTypeEnum.jina_v2.value, EnrichmentModelTypeEnum.facenet.value, ModelTypeEnum.rfdetr.value,