cuML dask fixes to unblock CI#6170
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 |
|
For the two dask related problems, do we have an upstream issue (in dask land) to track this? Even if they say "this is a feature, not a bug". I was mostly thinking that we are modifying the cuml tests here to make them pass, but presumably the tests got put here because someone thought users should be able to do this. So if we can do something simple to point users to an issue that explains why something that used to work suddenly has stopped working that would be great. Otherwise this looks uncontroversial?! |
|
@betatim I agree we need to open them, haven't opened them yet because I don't have a repro without dask yet, but we should open them once we have some |
This is the error from the "build in devcontainer" CI run. Any ideas? |
bdice
left a comment
There was a problem hiding this comment.
This now looks good and CI should pass.
|
/merge |
|
Thanks team! We got CI passing again! 🥳 |
PR includes commits from #6166 to run CI while that one is merged.
Dask nightlies break a few things in cuML, mainly the following two issues: #6168, #6169
Closes #6166.