Skip to content
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

[FEA] Make UCX / NCCL dependencies optional #546

Closed
cjnolet opened this issue Mar 7, 2022 · 0 comments · Fixed by #540
Closed

[FEA] Make UCX / NCCL dependencies optional #546

cjnolet opened this issue Mar 7, 2022 · 0 comments · Fixed by #540
Labels
feature request New feature or request

Comments

@cjnolet
Copy link
Member

cjnolet commented Mar 7, 2022

Currently, UCX and NCCL dependencies are required both when building RAFT from source and installing the conda packages. This presents a challenge for users who just want to invoke a couple functions and don't intend to use RAFT's mnmg tooling. We should figure out a good way to isolate these dependencies, maybe by creating an additional (optional) component like we've done w/ the distances and nearest neighbors components.

@cjnolet cjnolet added the feature request New feature or request label Mar 7, 2022
@rapids-bot rapids-bot bot closed this as completed in #540 Mar 21, 2022
rapids-bot bot pushed a commit that referenced this issue Mar 21, 2022
The goal w/ the initial pylibraft package is to 1) create one end to end API (distances) and 2) show how we would reuse specializations from the existing shared libs in order to expose primitives through Python using minimal dependencies (only rmm, numpy, and scipy, for example).

Closes #546

Authors:
  - Corey J. Nolet (https://github.com/cjnolet)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Divye Gala (https://github.com/divyegala)
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: #540
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant