-
Notifications
You must be signed in to change notification settings - Fork 66
Add Linux aarch64 wheels to PyPi #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
+1 with the advent of aarch64 CUDA machines (Jetson and upcoming Digits) these wheels will become very useful |
Hi @KCaverly @prusnak, thanks for asking that! Yes, providing Linux aarch64 wheels is one of our important goals toward universal deployment. We will try to support it in weeks. Also, if you have experience in that, feel free to add an aarch64 workflow at https://github.com/mlc-ai/xgrammar/tree/main/.github/workflows. That would make the integration sooner! |
@Ubospica have a look at pypa/cibuildwheel action - here is an example of project which uses it to build wheels for all platforms: https://github.com/trezor/cython-hidapi/blob/master/.github/workflows/wheels.yml |
|
Appreciate the team adding MacOS wheels!
For full support across CPU devices, are you able to support/add linux aarch64 wheels to PyPi?
The text was updated successfully, but these errors were encountered: