From bf7c4e43aba5c0dd66f513cc0d2270cda0934aa1 Mon Sep 17 00:00:00 2001 From: HailoRT-Automation <98901220+HailoRT-Automation@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:22:10 +0300 Subject: [PATCH] v4.15.0 (#7) Co-authored-by: HailoRT-Automation --- cmake/onnxruntime_providers.cmake | 2 +- hailo/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/onnxruntime_providers.cmake b/cmake/onnxruntime_providers.cmake index cd073a9ea0756..ef0871a3c841f 100644 --- a/cmake/onnxruntime_providers.cmake +++ b/cmake/onnxruntime_providers.cmake @@ -1318,7 +1318,7 @@ if (onnxruntime_USE_HAILO) "${ONNXRUNTIME_ROOT}/core/providers/shared_library/*.cc" ) - find_package(HailoRT 4.14.0 EXACT REQUIRED) + find_package(HailoRT 4.15.0 EXACT REQUIRED) source_group(TREE ${ONNXRUNTIME_ROOT}/core FILES ${onnxruntime_providers_hailo_cc_srcs}) onnxruntime_add_shared_library_module(onnxruntime_providers_hailo ${onnxruntime_providers_hailo_cc_srcs}) diff --git a/hailo/README.md b/hailo/README.md index ba701a62fbb1f..210fd3f40026a 100644 --- a/hailo/README.md +++ b/hailo/README.md @@ -5,7 +5,7 @@ Hailo ONNX Runtime integrates ONNX Runtime with HailoRT to enable Hailo-EP, prov * ONNX Runtime version 1.11.1 with Python 3.7 and above # Prerequisites -* HailoRT v4.14.0 +* HailoRT v4.15.0 # Build Instructions To build ONNXRuntime with HailoRT please follow the following steps: