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 gpuCI RAPIDS_VER to 24.10 #1336

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/axis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ LINUX_VER:
- ubuntu20.04

RAPIDS_VER:
- "24.06"
- "24.10"

excludes:
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd "$WORKSPACE"
# Determine CUDA release version
export CUDA_REL=${CUDA_VERSION%.*}

# TODO: remove once RAPIDS 24.06 has support for query planning
# TODO: remove once RAPIDS 24.10 has support for query planning
export DASK_DATAFRAME__QUERY_PLANNING=false

################################################################################
Expand Down
10 changes: 5 additions & 5 deletions continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ dependencies:
- uvicorn>=0.14
# GPU-specific requirements
- cudatoolkit=11.8
- cudf=24.06
- cuml=24.06
- dask-cudf=24.06
- dask-cuda=24.06
- cudf=24.10
- cuml=24.10
- dask-cudf=24.10
- dask-cuda=24.10
- ucx-proc=*=gpu
- ucx-py=0.38
- ucx-py=0.40
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
10 changes: 5 additions & 5 deletions continuous_integration/gpuci/environment-3.11.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ dependencies:
- uvicorn>=0.14
# GPU-specific requirements
- cudatoolkit=11.8
- cudf=24.06
- cuml=24.06
- dask-cudf=24.06
- dask-cuda=24.06
- cudf=24.10
- cuml=24.10
- dask-cudf=24.10
- dask-cuda=24.10
- ucx-proc=*=gpu
- ucx-py=0.38
- ucx-py=0.40
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*
10 changes: 5 additions & 5 deletions continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ dependencies:
- uvicorn>=0.14
# GPU-specific requirements
- cudatoolkit=11.8
- cudf=24.06
- cuml=24.06
- dask-cudf=24.06
- dask-cuda=24.06
- cudf=24.10
- cuml=24.10
- dask-cudf=24.10
- dask-cuda=24.10
- ucx-proc=*=gpu
- ucx-py=0.38
- ucx-py=0.40
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*