-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
[Call for help] Donate to support XGBoost4J on Apple Silicon #9570
Comments
Closing, since GitHub Actions is now supporting M1 macs. actions/runner-images#8439 |
@hcho3 You can also try FlyCI's M1 and M2 runners. They are on average 2x faster and 2x cheaper than GitHub's AND we have a free tier for OSS projects (see below). Install Instructions
jobs:
ci:
- runs-on: macos-latest
+ runs-on: flyci-macos-large-latest-m1
steps:
- name: 👀 Checkout repo
uses: actions/checkout@v4 500 mins/month Free for Public ReposSince your repo is public, FlyCI offers 500 mins/month of free M1 runner usage with the Don't hesitate to contact us in case the free tier doesn't suit your needs or you experience any issues with the runners. Our team is here to support you! Best Regards, |
Currently, users of Apple Silicon must build XGBoost4J / XGBoost4J-Spark from the source. Not only this is inconvenient, it makes it difficult to deploy apps that has dependency on XGBoost4J. It would be a big improvement if XGBoost4J shipped with a native binary targeting Apple Silicon.
Free CI services such as GitHub Actions do not provide support for Apple Silicon. Third-party cloud vendors such as MacStadium provide the service at a fixed monthly cost.
If you'd like to see native support for XGBoost4J on Apple Silicon, please consider making monthly donations at https://opencollective.com/xgboost/projects/ci-for-apple-silicon. We aim to raise 110 USD/month.
Disclaimer: "native support" does not mean that XGBoost would support the Apple Silicon GPU. XGBoost will use the CPU only.
Milestones
The text was updated successfully, but these errors were encountered: