-
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 to Treelite 1.2.0 #3829
Conversation
gpuci_conda_retry remove -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia \ | ||
--force rapids-build-env rapids-notebook-env | ||
gpuci_conda_retry install -c conda-forge -c rapidsai -c rapidsai-nightly -c nvidia treelite=1.2.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.
I will remove these lines once Treelite is upgraded in integration
.
When I re-built cuML with dmlc/treelite#270 temporarily reverted, the Dask tests start passing again. It appears that dmlc/treelite#270 broke the in-memory serializer. I will investigate. |
Here is a hotfix to fix the bug in the binary serializer: dmlc/treelite#273. I will publish a new patch version 1.2.1 and submit a new PR to use that version in cuML. |
This version incorporates two major new features:
Depends on rapidsai/integration#265