This repository contains pre-compiled packages for arm64.
The idea of this repo is to have one storage for the packages (while they are not ready in their main repositories) with the ability to include them as urls in your project's package manager.
scikit-learn
now has native support of ARM ✅
There is pre-built xgboost==1.6.0dev
package wheel. But you can build it yourself, version 1.5.0rc1
can be installed on M1. Read more here.
Ensure that you have cmake
installed.
brew install cmake
pip install xgboost==1.5.0rc1
While pytorch
has native support of ARM, their subpackage torchtext
has not.
There is pre-build wheel but you can build it yourself following torchtext's build instructions.