Closed hmacdope closed 1 year ago
Another option we could pursue is to just call them as scripts without python -m
let me know what you think
@guillaumeeb hopefully I have addressed your comments.
We'll also wait till the CI is green!
This looks good to me! We don't need to wait for the Cuda issue to be fixed to merge, right?
It is merged!
Also, if at some point you could add a bit documentation about using this new option, this would be really nice!
Yes I will raise an issue.
@guillaumeeb any idea why the container builds are failing?
Nope, I need to check these. This might not be a problem, but the CI / build (none) failing is, could try to check this one?
I'm not sure what the problem is with the build, it looks like the image takes too much time to build, weird, more than 6 hours !!
Dask/distributed recently dropped Python 3.8 and I noticed that the failing CI uses it, maybe that is the problem?
https://github.com/dask/distributed/blob/129b7cb70e2b77f4e13e27aefe9a7dbfc31a53e4/pyproject.toml#L26
@guillaumeeb need anything more from me here?
@guillaumeeb @jacobtomlinson @lesteve would be great to get this finalised if possible?
Sorry for the delay here @hmacdope, I wanted to check the CI but didn't have the time. I'll merge anyway. Would you need an official release at some point?
Sorry for the delay here @hmacdope, I wanted to check the CI but didn't have the time. I'll merge anyway. Would you need an official release at some point?
Thanks so much @guillaumeeb! No worries everyone is busy. :) all good without an official release.
Fixes #229 Depends https://github.com/rapidsai/dask-cuda/pull/1181
Hi all!
Basic implementation of calling CLI's other than the
distributed
CLI.Will require https://github.com/rapidsai/dask-cuda/pull/1181 to be merged first, adding a
main
entrypoint todask-cuda-worker
I have had to add a bit of a shim to filter out some CLI args that are not shared between the
dask-worker
anddask-worker-cuda
CLIs.Very basic test to see that it works:
I am a new contributor so please let me know if I am missing anything obvious.