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:
Nate Meyer
2023-07-28 20:27:53 -04:00
committed by GitHub
parent f8c0f74ab8
commit b42e995f0f
5 changed files with 12 additions and 10 deletions

View File

@@ -1,3 +1,5 @@
numpy == 1.23.*
openvino == 2022.*
openvino-dev[tensorflow2] == 2022.*
numpy
# Openvino Library - Custom built with MYRIAD support
openvino @ https://github.com/NateMeyer/openvino-wheels/releases/download/multi-arch_2022.3.1/openvino-2022.3.1-1-cp39-cp39-manylinux_2_31_x86_64.whl; platform_machine == 'x86_64'
openvino @ https://github.com/NateMeyer/openvino-wheels/releases/download/multi-arch_2022.3.1/openvino-2022.3.1-1-cp39-cp39-linux_aarch64.whl; platform_machine == 'aarch64'
openvino-dev[tensorflow2] @ https://github.com/NateMeyer/openvino-wheels/releases/download/multi-arch_2022.3.1/openvino_dev-2022.3.1-1-py3-none-any.whl