Skip to content

Commit

Permalink
[Doc] update readme (dmlc#2737)
Browse files Browse the repository at this point in the history
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
  • Loading branch information
BarclayII and jermainewang authored Apr 12, 2021
1 parent 5164641 commit 4c7476c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 4c7476c

Please sign in to comment.