forked from Github/frigate
* Set caching options for hardware providers * Always use CPU for searching * Use new install strategy to remove onnxruntime and then install post wheels
3 lines
122 B
Plaintext
3 lines
122 B
Plaintext
# ONNX
|
|
onnxruntime-openvino == 1.18.* ; platform_machine == 'x86_64'
|
|
onnxruntime == 1.18.* ; platform_machine == 'aarch64' |