-
Notifications
You must be signed in to change notification settings - Fork 548
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
Upgrade Treelite to 3.0.0 #4885
Conversation
rerun tests |
Codecov ReportBase: 78.02% // Head: 79.64% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #4885 +/- ##
================================================
+ Coverage 78.02% 79.64% +1.62%
================================================
Files 180 180
Lines 11385 11486 +101
================================================
+ Hits 8883 9148 +265
+ Misses 2502 2338 -164
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ci/gpu/build.sh
Outdated
gpuci_conda_retry remove -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \ | ||
--force rapids-build-env rapids-notebook-env | ||
gpuci_mamba_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \ | ||
treelite=3.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great, just leaving a comment to delete this when the integration PR is merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just merged rapidsai/integration#532, so we can remove this and merge this PR now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving ops-codeowner
file changes
Rerun tests |
rerun tests |
@gpucibot merge |
Upgrade Treelite to take advantage of the new serializer for tree models. Now it is possible to exchange serialized tree models between two different versions of Treelite, with [certain restrictions](https://treelite.readthedocs.io/en/latest/notes-on-serialization.html). Requires rapidsai/integration#532 Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4885
Upgrade Treelite to take advantage of the new serializer for tree models. Now it is possible to exchange serialized tree models between two different versions of Treelite, with certain restrictions.
Requires rapidsai/integration#532