Closed jarmak-nv closed 4 months ago
Built without sensitive environment variables
Name | Link |
---|---|
Latest commit | d13a9b46a7b1deef9ec70c6300bb131453980588 |
Latest deploy log | https://app.netlify.com/sites/docs-rapids-ai/deploys/669823cf81e4c700082e7f7f |
Deploy Preview | https://deploy-preview-522--docs-rapids-ai.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This looks fine. We may be able to remove CUDA 11.2 from the selector, so that we don’t list 5 versions. conda-forge has moved entirely to building with 11.8, and we no longer test 11.2 in our CI workflows.
With this info, I'm in favor of removing 11.2 here and potentially doing an RSN to drop support altogether.
Also curious if there's a benefit to having 12.0 here. My preference is that the selector helps get people on our recommended versions, so 12.latest
if on 12 and 11.8
if on 11. But, not sure if that would cause problems for tensorflow or pytorch.
My preference is that the selector helps get people on our recommended versions
I like that. I would envision this:
cuda-version=11.*
or cuda-version=12.*
How would that sound?
cc: @sisodia1701 @raydouglass @jameslamb @KyleFromNVIDIA if you have thoughts on the discussions above
My preference is that the selector helps get people on our recommended versions
I like that. I would envision this:
* conda shows “CUDA 11” or “CUDA 12”, which then fill out `cuda-version=11.*` or `cuda-version=12.*` * pip shows “CUDA 11” or “CUDA 12”, which resolves to the proper major suffix * Docker shows each CUDA version for which we produce containers
How would that sound?
I love this idea!
In situations like this PR where there's a new nightly-only version of CUDA we can have a temp 3rd button that says something like: "RAPIDS 12.5 Pre-Release". I think that's not right, but something to show that it's upcoming support.
@jakirkham @jarmak-nv I propose to merge this as-is, and file a follow-up PR with the changes we are proposing for CUDA version ranges instead of individual minor versions.
SGTM
Thanks all! 🙏
Small PR that adds CUDA 12.5 to the conda nightlys.
When 24.08 releases a followup PR will be made that: