-
Notifications
You must be signed in to change notification settings - Fork 54
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
24.04 Selector updates #506
24.04 Selector updates #506
Conversation
✅ Deploy Preview for docs-rapids-ai ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
I've added cuVS to the selector as an option but this made me realize a few things I'm uncertain on. Perhaps you know this @bdice or @raydouglass or @cjnolet
|
I attempted to answer the cuVS questions below. I think we can safely defer on these and make no immediate changes. cuVS is under heavy development. There are lots of dependency relationships being established as part of the movement of compiled code from RAFT to cuVS in the 24.06 cycle. For 24.06, cuVS should be treated like cuDF/cuML/etc, but I don't think we need to change anything in the install guide for 24.04.
No, it's not in 24.04. We should change this for 24.06 but it's too late for 24.04. https://github.com/rapidsai/integration/blob/branch-24.04/conda/recipes/rapids/meta.yaml
I'm leaning towards no. Let's match the contents of the
Yes, there will be a dependency between these. |
Thanks @jarmak-nv, sorry for being late to this discussion.
If it's not then it should be, just like all other RAPIDS top-level libraries (cuML, cuGraph, cuDF, etc..)
Again, whatever we do for the other top-level RAPIDS libraries, we should do for cuVS also.
cuVS will depend on RAFT but not raft-dask. We can pin that for now. As @bdice points out, we don't need to rush this into 24.04 but I would like it if we could update these for 24.06. |
@cjnolet I started the process for getting |
Thanks @bdice! |
This PR does a few things:
CUDA 12.2
andPython 3.11
CUDA 12.2
andPython 3.11
the default versionspip
is selected, a CUDA version isn't highlighted[PREFERENCE CHANGE] Changes versioned-items (CUDA, Python) to be descend sorted so left-most items are the default.Adding DO NOT MERGE until 24.04 is released.