mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Update OpenVINO 2022.3.1 (#7319)
* Use build platform for running OpenVino model conversion * Update OpenVINO to 2022.3.1 and upgrade numpy
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# NVidia TensorRT Support (amd64 only)
|
||||
--extra-index-url 'https://pypi.nvidia.com'
|
||||
numpy < 1.24; platform_machine == 'x86_64'
|
||||
numpy <= 1.25; platform_machine == 'x86_64'
|
||||
tensorrt == 8.5.3.*; platform_machine == 'x86_64'
|
||||
cuda-python == 11.8; platform_machine == 'x86_64'
|
||||
cython == 0.29.*; platform_machine == 'x86_64'
|
||||
|
@@ -1,3 +1,3 @@
|
||||
onnx == 1.9.0; platform_machine == 'aarch64'
|
||||
protobuf == 3.20.3; platform_machine == 'aarch64'
|
||||
numpy == 1.23.*; platform_machine == 'aarch64'
|
||||
numpy == 1.25.*; platform_machine == 'aarch64'
|
||||
|
Reference in New Issue
Block a user