🚀 Feature
The current pre-built wheels for Linux is x86_64-only. It will be nice to support also aarch64 Linux wheel.
Motivation
While the arm64 wheel for macos has been supprted, when containerizing mlc-llm in arm64 devices (e.g., Apple Silicon), the native container platform is linux/arm64 which requires the aarch64 wheel.
Alternatives
We can still run linux/amd64 container on an arm64 architecture in the simulation mode, but the performance will be significantly degraded.
Additional context
Happy to contribute with minimal guidance of how manylinux works for cross-platform wheel build.