google / yggdrasil-decision-forests

A library to train, evaluate, interpret, and productionize decision forest models such as Random Forest and Gradient Boosted Decision Trees.
https://ydf.readthedocs.io/
Apache License 2.0
447 stars 49 forks source link

No aarch64 wheel or source distro #73

Open niko247 opened 5 months ago

niko247 commented 5 months ago

Hi, I'm trying to install ydf on raspberry pi, but cannot find new version compatible

rstz commented 5 months ago

Hi, thank you for reporting - that's true, I'll see if there's a simple way of us to provide these wheels.

rstz commented 3 months ago

We're not ready to provide wheels yet, but I can confirm that compiling for aarch64 is possible. I've added installation instructions to INSTALLATION.md and provided scripts to make it easier. We're working on updating our infra to provide wheels as well.