You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Layout |
46
46
47
47
48
48
## RAPIDS notebooks
49
-
Visit the main RAPIDS [notebooks](https://github.com/rapidsai/notebooks) repo for a listing of all notebooks across all RAPIDS libraries.
49
+
Visit the release/25.12 RAPIDS [notebooks](https://github.com/rapidsai/notebooks) repo for a listing of all notebooks across all RAPIDS libraries.
50
50
51
51
## Requirements
52
52
@@ -106,7 +106,7 @@ If any notebook doesn't run as detailed here, please file an issue in [cuGraph](
106
106
|[Managed Memory Pagerank](demo/uvm.ipynb)|demo |[cugraph conda](https://github.com/rapidsai/cugraph/blob/branch-23.06/conda/environments/all_cuda-118_arch-x86_64.yaml)|None |fixed in PR/23.06 |
107
107
|[Cost Matrix simulating All Points Shortest Path](applications/CostMatrix.ipynb)|applications |[cugraph conda](https://github.com/rapidsai/cugraph/blob/branch-23.06/conda/environments/all_cuda-118_arch-x86_64.yaml)|None |fixed in PR #3551/23.06 |
108
108
|[Generating Transaction data using RMAT](applications/gen_550M.ipynb)|applications |[cugraph conda](https://github.com/rapidsai/cugraph/blob/branch-23.06/conda/environments/all_cuda-118_arch-x86_64.yaml)|None |tested and documented PR #3551/23.06 |
Copy file name to clipboardExpand all lines: notebooks/demo/mg_property_graph.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
"metadata": {},
35
35
"outputs": [],
36
36
"source": [
37
-
"# Import needed libraries. We recommend using the [cugraph_dev](https://github.com/rapidsai/cugraph/tree/main/conda/environments) env through conda\n",
37
+
"# Import needed libraries. We recommend using the [cugraph_dev](https://github.com/rapidsai/cugraph/tree/release/25.12/conda/environments) env through conda\n",
38
38
"from dask.distributed import Client, wait\n",
39
39
"from dask_cuda import LocalCUDACluster\n",
40
40
"from cugraph.dask.comms import comms as Comms\n",
cuGraph only allows contribution to the current branch and not main or a future branch. Please check the [cuGraph](https://github.com/rapidsai/cugraph) page for the name of the current branch.
108
+
cuGraph only allows contribution to the current branch and not release/25.12 or a future branch. Please check the [cuGraph](https://github.com/rapidsai/cugraph) page for the name of the current branch.
0 commit comments