mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
2362d0e838
* 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' |