Update openvino to 2024.3 (#13861)

This commit is contained in:
Nicolas Mowen
2024-09-20 16:20:11 -06:00
committed by GitHub
parent 176af55e8c
commit 61a4a4bc2f
4 changed files with 12 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
# ONNX
onnxruntime-openvino == 1.18.* ; platform_machine == 'x86_64'
onnxruntime == 1.18.* ; platform_machine == 'aarch64'
onnxruntime-openvino == 1.19.* ; platform_machine == 'x86_64'
onnxruntime == 1.19.* ; platform_machine == 'aarch64'