Skip to content

Commit

Permalink
Update gpuCI RAPIDS_VER to 24.08
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 29, 2024
1 parent d3eabe9 commit 2bcd713
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
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.08"

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.08 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.08
- cuml=24.08
- dask-cudf=24.08
- dask-cuda=24.08
- ucx-proc=*=gpu
- ucx-py=0.38
- ucx-py=0.39
- 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.08
- cuml=24.08
- dask-cudf=24.08
- dask-cuda=24.08
- ucx-proc=*=gpu
- ucx-py=0.38
- ucx-py=0.39
- 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.08
- cuml=24.08
- dask-cudf=24.08
- dask-cuda=24.08
- ucx-proc=*=gpu
- ucx-py=0.38
- ucx-py=0.39
- xgboost=*=rapidsai_py*
- libxgboost=*=rapidsai_h*

0 comments on commit 2bcd713

Please sign in to comment.