[OpenVINO] migrate to latest dependencies versions (#7251)

This commit is contained in:
Ilya Lavrenov
2024-08-07 20:49:10 +04:00
committed by GitHub
parent b764547616
commit 80cbe10c59
4 changed files with 6 additions and 33 deletions

View File

@@ -272,7 +272,7 @@ def _build_custom_ops() -> bool:
def _build_core_ext() -> bool:
return not _is_neuron() and not _is_tpu()
return not _is_neuron() and not _is_tpu() and not _is_openvino()
def get_hipcc_rocm_version():