Skip to content

Commit

Permalink
Update dgl-cuda conda installation instructions (#2972)
Browse files Browse the repository at this point in the history
Update dgl-cuda conda installation instructions 

Closes: #2969

Authors:
  - Vibhu Jawa (https://github.com/VibhuJawa)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)
  - Joseph Nke (https://github.com/jnke2016)

URL: #2972
  • Loading branch information
VibhuJawa committed Nov 28, 2022
1 parent dfab60c commit a189146
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion python/cugraph-dgl/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
[RAPIDS](https://rapids.ai) cugraph_dgl provides a duck-typed version of the [DGLGraph](https://docs.dgl.ai/api/python/dgl.DGLGraph.html#dgl.DGLGraph) class, which uses cugraph for storing graph structure and node/edge feature data. Using cugraph as the backend allows DGL users to access a collection of GPU accelerated algorithms for graph analytics, such as centrality computation and community detection.

## Conda
TODO

Install and update cugraph-dgl and the required dependencies using the command:

```
conda install mamba -n base -c conda-forge
mamba install cugraph-dgl -c rapidsai-nightly -c rapidsai -c pytorch -c conda-forge -c nvidia -c dglteam
```

## Build from Source

Expand Down

0 comments on commit a189146

Please sign in to comment.