-
Notifications
You must be signed in to change notification settings - Fork 930
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
[NO MRG] Test XGBoost 2.1.4 with CUDA 12.8 support #17947
Conversation
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
/ok to test |
This is a testing PR. No need to review |
/ok to test |
Not seeing much coverage of XGBoost in PR tests It does look like nightlies test XGBoost From a recent nightly using XGBoost 2.1.4, the tests appear to be passing. However the job fails likely due to warnings raised that are converted to errors More details in issue: #17952 |
@jakirkham I think we should use the new xgboost conda packages here, so please consider turning this test PR into a mergeable PR. :) @Matt711 or @galipremsagar may know why we were using pip wheels to begin with. |
+1
I think they were added before xgboost 2.0 was available on conda. See comment |
I think CI is actually failing due to Ibis dropping pandas support as a backend. I opened #17945 to resolve |
Thanks Bradley and Matthew! 🙏 Have made this change in a follow up PR: #17959 This one got a little messy from testing 25.02. So thought a less cluttered, more focused one would be a better place to start |
Testing the recently produced packages of XGBoost 2.1.4 with CUDA 12.8 support.
xref: rapidsai/xgboost-feedstock#79