re-enable face recognition for ROCm

This commit is contained in:
Nicolas Mowen 2026-05-05 13:36:57 -06:00
parent 4e5c1f970a
commit 80eebf9cb2

View File

@ -132,7 +132,6 @@ class ONNXModelRunner(BaseModelRunner):
return model_type in [
EnrichmentModelTypeEnum.paddleocr.value,
EnrichmentModelTypeEnum.jina_v2.value,
EnrichmentModelTypeEnum.arcface.value,
ModelTypeEnum.rfdetr.value,
ModelTypeEnum.dfine.value,
]