Override onnx clip loading (#13800)

* Set caching options for hardware providers

* Always use CPU for searching

* Use new install strategy to remove onnxruntime and then install post wheels
This commit is contained in:
Nicolas Mowen
2024-09-17 13:24:35 -06:00
committed by GitHub
parent 90d7fc6bc5
commit 2362d0e838
6 changed files with 82 additions and 7 deletions

View File

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