mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Fix arm build (#13608)
This commit is contained in:
parent
d6b16a7747
commit
17901fcfef
@ -30,7 +30,8 @@ ws4py == 0.5.*
|
|||||||
unidecode == 1.3.*
|
unidecode == 1.3.*
|
||||||
# OpenVino & ONNX
|
# OpenVino & ONNX
|
||||||
openvino == 2024.1.*
|
openvino == 2024.1.*
|
||||||
onnxruntime-openvino == 1.18.*
|
onnxruntime-openvino == 1.18.* ; platform_machine == 'x86_64'
|
||||||
|
onnxruntime == 1.18.* ; platform_machine == 'aarch64'
|
||||||
# Embeddings
|
# Embeddings
|
||||||
onnx_clip == 4.0.*
|
onnx_clip == 4.0.*
|
||||||
chromadb == 0.5.0
|
chromadb == 0.5.0
|
||||||
|
Loading…
Reference in New Issue
Block a user