Update to ROCm 7.2.0 (#21753)

* Update to ROCm 7.2.0

* ROCm now works properly with JinaV1

* Arcface has compilation error
This commit is contained in:
Nicolas Mowen
2026-02-26 21:27:56 -07:00
parent c78ab2dc87
commit fa0feebd03
4 changed files with 7 additions and 7 deletions
+2 -4
View File
@@ -131,10 +131,8 @@ class ONNXModelRunner(BaseModelRunner):
return model_type in [
EnrichmentModelTypeEnum.paddleocr.value,
EnrichmentModelTypeEnum.yolov9_license_plate.value,
EnrichmentModelTypeEnum.jina_v1.value,
EnrichmentModelTypeEnum.jina_v2.value,
EnrichmentModelTypeEnum.facenet.value,
EnrichmentModelTypeEnum.arcface.value,
ModelTypeEnum.rfdetr.value,
ModelTypeEnum.dfine.value,
]
@@ -605,4 +603,4 @@ def get_optimized_runner(
provider_options=options,
),
model_type=model_type,
)
)