Skip to content

Commit bbbc2c2

Browse files
committed
Finish CUDA 12.9 migration and use branch-25.06 workflows
1 parent f571724 commit bbbc2c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/cugraph-docs/source/graph_support/DGL_support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mamba install cugraph-dgl -c rapidsai-nightly -c rapidsai -c pytorch -c conda-fo
1717

1818
### Create the conda development environment
1919
```
20-
conda env create -n cugraph_dgl_dev --file conda/environments/all_cuda-129_arch-x86_64.yaml
20+
conda env create -n cugraph_dgl_dev --file conda/environments/all_cuda-128_arch-x86_64.yaml
2121
```
2222

2323
### Install in editable mode

docs/cugraph-docs/source/installation/getting_cugraph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Replace the package name in the example below to the one you want to install.
4040
Install and update cuGraph using the conda command:
4141

4242
```bash
43-
conda install -c rapidsai -c conda-forge -c nvidia cugraph cuda-version=12.9
43+
conda install -c rapidsai -c conda-forge -c nvidia cugraph cuda-version=12.8
4444
```
4545

4646
Alternatively, use `cuda-version=11.8` for packages supporting CUDA 11.

docs/cugraph-docs/source/installation/source_build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ files](https://github.com/rapidsai/cugraph/blob/main/conda/environments).
4242
conda env create --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-118_arch-x86_64.yaml
4343

4444
# for CUDA 12.x
45-
conda env create --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-129_arch-x86_64.yaml
45+
conda env create --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-128_arch-x86_64.yaml
4646

4747

4848
# activate the environment
@@ -60,7 +60,7 @@ conda env update --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_
6060
conda activate cugraph_dev
6161

6262
# for CUDA 12.x
63-
conda env update --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-129_arch-x86_64.yaml
63+
conda env update --name cugraph_dev --file $CUGRAPH_HOME/conda/environments/all_cuda-128_arch-x86_64.yaml
6464
conda activate cugraph_dev
6565

6666

0 commit comments

Comments
 (0)