OpenVINO Hardware Improvements (#20071)

* Use OpenVINO directly to detect if devices are available

* Cleanup

* Update OpenVINO

* Cleanup

* Don't try to use OpenVINO when CPU is set as device

* Catch case where input tensor can't be pre-defined

* Cleanup
This commit is contained in:
Nicolas Mowen
2025-09-15 08:35:49 -05:00
committed by GitHub
parent 2d4a0cc584
commit 03fe054078
5 changed files with 63 additions and 29 deletions
+2 -3
View File
@@ -42,9 +42,8 @@ opencv-python-headless == 4.11.0.*
opencv-contrib-python == 4.11.0.*
scipy == 1.14.*
# OpenVino & ONNX
openvino == 2025.1.*
onnxruntime-openvino == 1.22.* ; platform_machine == 'x86_64'
onnxruntime == 1.22.* ; platform_machine == 'aarch64'
openvino == 2025.3.*
onnxruntime == 1.22.*
# Embeddings
transformers == 4.45.*
# Generative AI