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'

View File

@@ -28,8 +28,8 @@ norfair == 2.2.*
setproctitle == 1.3.*
ws4py == 0.5.*
unidecode == 1.3.*
# OpenVino & ONNX
openvino == 2024.1.*
# OpenVino (ONNX installed in wheels-post)
openvino == 2024.3.*
# Embeddings
chromadb == 0.5.0
onnx_clip == 4.0.*