Skip to content

Commit

Permalink
v4.15.0 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: HailoRT-Automation <contact@hailo.ai>
  • Loading branch information
HailoRT-Automation and HailoRT-Automation authored Oct 5, 2023
1 parent 9fd59da commit bf7c4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/onnxruntime_providers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion hailo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf7c4e4

Please sign in to comment.