Update openvino

This commit is contained in:
Nicolas Mowen 2024-12-21 17:18:13 -07:00 committed by GitHub
parent 4ea82f19c3
commit 1b0d57843e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,9 +37,9 @@ opencv-python-headless == 4.10.0.*
opencv-contrib-python == 4.9.0.* opencv-contrib-python == 4.9.0.*
scipy == 1.14.* scipy == 1.14.*
# OpenVino & ONNX # OpenVino & ONNX
openvino == 2024.3.* openvino == 2024.4.*
onnxruntime-openvino == 1.19.* ; platform_machine == 'x86_64' onnxruntime-openvino == 1.20.* ; platform_machine == 'x86_64'
onnxruntime == 1.19.* ; platform_machine == 'aarch64' onnxruntime == 1.20.* ; platform_machine == 'aarch64'
# Embeddings # Embeddings
transformers == 4.45.* transformers == 4.45.*
# Generative AI # Generative AI