"vscode:/vscode.git/clone" did not exist on "d453d72dd158d76a41229722cb6e108c006bd78a"
Unverified Commit 4c7476c8 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

[Doc] update readme (#2737)


Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
parent 51646417
......@@ -340,6 +340,7 @@ conda install -c dglteam dgl-cuda9.2 # CUDA 9.2
conda install -c dglteam dgl-cuda10.1 # CUDA 10.1
conda install -c dglteam dgl-cuda10.2 # CUDA 10.2
conda install -c dglteam dgl-cuda11.0 # CUDA 11.0
conda install -c dglteam dgl-cuda11.1 # CUDA 11.1
```
### Using pip
......@@ -352,6 +353,7 @@ conda install -c dglteam dgl-cuda11.0 # CUDA 11.0
| CUDA 10.1 | `pip install --pre dgl-cu101` | `pip install dgl-cu101` |
| CUDA 10.2 | `pip install --pre dgl-cu102` | `pip install dgl-cu102` |
| CUDA 11.0 | `pip install --pre dgl-cu110` | `pip install dgl-cu110` |
| CUDA 11.1 | `pip install --pre dgl-cu111` | `pip install dgl-cu111` |
### Built from source code
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment