Release does not contain binaries for arm64 on Linux
Much like the title of the issue says, the release does not contain these binaries.
We probably need to cross compile this, or set up a GitHub action to do this properly. I don't necessarily have all the requisite machines to build and test for.
Release binary works on x86 Mac, but is slow. See #85
Should add a support table and recommend hardware
I'm interested in assisting with getting this working on Windows arm64. I have a Surface Pro with the Snapdragon(R) X 12-core X1E80100 processor. I'll start by setting up a local build following the instructions in the BUILD.md file.
Is it alright if I reach out here with any questions or issues?
That would be great @oddrationale
I got a local development build working. Seems like the only thing we need to do is to cross-compile for ARM64. There is a warning message an unknown chip model, but this appears to be from the upstream pytorch/cpuinfo repo.
Error in cpuinfo: Unknown chip model name 'Snapdragon(R) X 12-core X1E80100 @ 3.40 GHz'.
Please add new Windows on Arm SoC/chip support to arm/windows/init.c!
My next steps will be to look at the .github/workflows/ to see how we can cross-compile for ARM64 for Windows.
Submitted PR #340 to add Windows ARM64 support.