ROCm now works properly with JinaV1

This commit is contained in:
Nicolas Mowen 2026-01-22 11:33:58 -07:00
parent 1d6c20796b
commit c77bc0c276

View File

@ -131,7 +131,6 @@ class ONNXModelRunner(BaseModelRunner):
return model_type in [ return model_type in [
EnrichmentModelTypeEnum.paddleocr.value, EnrichmentModelTypeEnum.paddleocr.value,
EnrichmentModelTypeEnum.jina_v1.value,
EnrichmentModelTypeEnum.jina_v2.value, EnrichmentModelTypeEnum.jina_v2.value,
EnrichmentModelTypeEnum.facenet.value, EnrichmentModelTypeEnum.facenet.value,
ModelTypeEnum.rfdetr.value, ModelTypeEnum.rfdetr.value,