Skip to content
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

[CI] Use latest XGBoost #572

Merged
merged 2 commits into from
Jun 25, 2024
Merged

[CI] Use latest XGBoost #572

merged 2 commits into from
Jun 25, 2024

Conversation

hcho3
Copy link
Collaborator

@hcho3 hcho3 commented Jun 25, 2024

The CI is failing because XGBoost 2.0.0 isn't compatible with NumPy 2.0.

https://github.com/dmlc/treelite/actions/runs/9653947253/job/26627211901?pr=570

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.70%. Comparing base (260a5d2) to head (0fdb0a0).
Report is 8 commits behind head on mainline.

Additional details and impacted files
@@             Coverage Diff              @@
##           mainline     #572      +/-   ##
============================================
- Coverage     84.77%   84.70%   -0.08%     
============================================
  Files            71       71              
  Lines          6340     6340              
  Branches        523      523              
============================================
- Hits           5375     5370       -5     
- Misses          965      970       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hcho3 hcho3 merged commit b33f404 into dmlc:mainline Jun 25, 2024
18 of 19 checks passed
@hcho3 hcho3 deleted the fix_numpy2 branch June 25, 2024 00:52
rapids-bot bot pushed a commit to rapidsai/cuml that referenced this pull request Jul 24, 2024
Treelite 4.3.0 contains the following improvements:

* Support XGBoost 2.1.0, including the UBJSON format (dmlc/treelite#572, dmlc/treelite#578)
* [GTIL] Allow inferencing with FP32 input + FP64 model (dmlc/treelite#574). Related: triton-inference-server/fil_backend#391
* Prevent integer overflow for deep LightGBM trees by using DFS order (dmlc/treelite#570).
* Support building with latest RapidJSON (dmlc/treelite#567)

Authors:
  - Philip Hyunsu Cho (https://github.com/hcho3)

Approvers:
  - James Lamb (https://github.com/jameslamb)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #5968
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant