Skip to content

Commit

Permalink
Bump GPU envs and docs to CTK 11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed Jan 25, 2024
1 parent 9fcf474 commit 4237ed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/environment-3.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- tzlocal>=2.1
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.5
- cudatoolkit=11.8
- cudf=24.02
- cuml=24.02
- dask-cudf=24.02
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/gpuci/environment-3.9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- tzlocal>=2.1
- uvicorn>=0.13.4
# GPU-specific requirements
- cudatoolkit=11.5
- cudatoolkit=11.8
- cudf=24.02
- cuml=24.02
- dask-cudf=24.02
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ More details can be found on the `RAPIDS Getting Started <https://rapids.ai/star
.. code-block:: bash
conda create --name rapids-env -c rapidsai-nightly -c nvidia -c conda-forge \
cudf=22.10 dask-cudf=22.10 ucx-py ucx-proc=*=gpu python=3.9 cudatoolkit=11.5
cudf=22.10 dask-cudf=22.10 ucx-py ucx-proc=*=gpu python=3.9 cudatoolkit=11.8
conda activate rapids-env
Note that using UCX is mainly necessary if you have an Infiniband or NVLink enabled system.
Expand Down

0 comments on commit 4237ed2

Please sign in to comment.