[Feature Request]: Support aarch64 python wheel for Linux #19018
Labels
category: packaging
OpenVINO packaging / distribution
enhancement
New feature or request
feature
New feature request
platform: arm
OpenVINO on ARM / ARM64
platform: linux
OpenVINO on Linux platforms
Milestone
Request Description
Currently there are builds for arm64, and aarch64 + linux (#15865) , but there is no support for aarch64 + mac. The reason why I need this is because I'm launching a Docker on M1 Mac, and the docker specifies the arch as
aarch64
, it's not a problem for the rest of my packages, they install without problems, butopenvino
is unable to find suitable wheels.I believe this has something to do with specified architectures in the published wheels, no code changes other than releasing +1 wheel would be required. I'm not really familiar with how pip detects architectures, but when I run
pip install onnxruntime
on my M1 machine it installs version:onnxruntime-1.15.1-cp310-cp310-macosx_11_0_arm64.whl
and when I run the same command inside my Docker with aarch64 it installsonnxruntime-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
. Maybe you could have some wheel similar to this for openvino as well?Feature Use Case
No response
Issue submission checklist
The text was updated successfully, but these errors were encountered: