revert onnx runtime update (#18074)

* revert onnx runtime update

* Fix docs
This commit is contained in:
Nicolas Mowen
2025-05-06 09:02:34 -05:00
committed by GitHub
parent 511542eaf8
commit 3a69273f0c
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -37,9 +37,9 @@ opencv-python-headless == 4.11.0.*
opencv-contrib-python == 4.11.0.*
scipy == 1.14.*
# OpenVino & ONNX
openvino == 2025.0.*
onnxruntime-openvino == 1.21.0 ; platform_machine == 'x86_64'
onnxruntime == 1.21.0 ; platform_machine == 'aarch64'
openvino == 2024.4.*
onnxruntime-openvino == 1.20.* ; platform_machine == 'x86_64'
onnxruntime == 1.20.* ; platform_machine == 'aarch64'
# Embeddings
transformers == 4.45.*
# Generative AI