google-ai-edge / model-explorer

A modern model graph visualizer and debugger
Apache License 2.0
1.06k stars 87 forks source link

There's no linux arm64 wheel #223

Open tf-nv opened 1 month ago

tf-nv commented 1 month ago

Looking at the available builds on pypi, there is no linux arm64 build: https://pypi.org/project/ai-edge-model-explorer-adapter/#files

Would it be possible to provide such a build? Or provide build instructions for an installation from source? Thanks!

pkgoogle commented 1 month ago

Hi @yijie-yang, can you please take a look? Thanks.

yijie-yang commented 1 week ago

Sorry for the late reply, I missed this issue in my backlog. Since there is no public github runners that guarantee to be linux arm64, we'll request for a self-hosted runner for this architecture. Will update it here once supported.

justinchuby commented 2 days ago

consider using qemu? https://github.com/onnx/onnx/blob/main/.github/workflows/release_linux_aarch64.yml#L26C39-L26C46