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

Update to 24.08 #411

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Update to 24.08 #411

merged 1 commit into from
Aug 8, 2024

Conversation

raydouglass
Copy link
Member

Update the versions for RAPIDS 24.08 release

@raydouglass raydouglass merged commit a40fed6 into rapidsai:main Aug 8, 2024
3 checks passed
Copy link
Member

@jameslamb jameslamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have one suggestion.

Normally just updating the RAPIDS version would be enough for a release, but this time I think we should update the Python and CUDA versions too, since we tested CUDA 12.5 + Python 3.11 in the release testing.

stable_version = "24.06"
nightly_version = "24.08"
stable_version = "24.08"
nightly_version = "24.10"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we also update the stable section below to use CUDA 12.5 and Python 3.11?

For #377.

That's what we tested on the nightly version of the docs, in #402 .

versions = {
"stable": {
"rapids_version": stable_version,
"rapids_container": f"nvcr.io/nvidia/rapidsai/base:{stable_version}-cuda11.8-py3.10",
"rapids_notebooks_container": f"nvcr.io/nvidia/rapidsai/notebooks:{stable_version}-cuda11.8-py3.10",
"rapids_conda_channels": "-c rapidsai -c conda-forge -c nvidia",
"rapids_conda_packages": f"rapids={stable_version} python=3.10 cuda-version=11.8",
},
"nightly": {
"rapids_version": f"{nightly_version}-nightly",
"rapids_container": f"rapidsai/base:{nightly_version + 'a'}-cuda12.5-py3.11",
"rapids_notebooks_container": f"rapidsai/notebooks:{nightly_version + 'a'}-cuda12.5-py3.11",
"rapids_conda_channels": "-c rapidsai-nightly -c conda-forge -c nvidia",
"rapids_conda_packages": f"rapids={nightly_version} python=3.11 cuda-version=12.5",
},
}

@jameslamb
Copy link
Member

blegh I was too late 😭

I can push a follow-up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants