-
Notifications
You must be signed in to change notification settings - Fork 27
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
CPU-only pypi and conda packages #280
Comments
@luweizheng thanks for the report. One thing you don't need to do anymore is provide As for CPU packages of UCXX we still have to figure out what's possible both for conda and pip packages. In both cases the only dependency to CUDA is in |
I don't know that. I suspect we could borrow some ideas from there:
|
Hoping there is a CPU-only package 🫡 |
Currently, the (v.0.40) conda package can run on a CPU-only computing node. |
Hi,
Is there a CPU-only pypi or conda package of ucxx. I used to install by
conda install -c conda-forge -c rapidsai ucx-proc=*=cpu ucx ucx-py
, and now I will move to ucxx.I now can install by
pip install ucxx-cu12
on a CPU node, and it seems that most of ucxx's functions work, but it has some warning of not having cuda devices. What's more, I am not sure if the performance of the GPU-compiled package is fast enough and whether I need to compile a CPU version.If there is a CPU version pypi or conda package, it would be great.
The text was updated successfully, but these errors were encountered: