Skip to content

Commit 4b5b2da

Browse files
authored
update README (dmlc#2380)
1 parent 38077e2 commit 4b5b2da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ conda install -c dglteam dgl-cuda9.2 # CUDA 9.2
186186
conda install -c dglteam dgl-cuda10.0 # CUDA 10.0
187187
conda install -c dglteam dgl-cuda10.1 # CUDA 10.1
188188
conda install -c dglteam dgl-cuda10.2 # CUDA 10.2
189+
conda install -c dglteam dgl-cuda11.0 # CUDA 11.0
189190
```
190191

191192
### Using pip
@@ -199,6 +200,7 @@ conda install -c dglteam dgl-cuda10.2 # CUDA 10.2
199200
| CUDA 10.0 | `pip install --pre dgl-cu100` | `pip install dgl-cu100` |
200201
| CUDA 10.1 | `pip install --pre dgl-cu101` | `pip install dgl-cu101` |
201202
| CUDA 10.2 | `pip install --pre dgl-cu102` | `pip install dgl-cu102` |
203+
| CUDA 11.0 | `pip install --pre dgl-cu110` | `pip install dgl-cu110` |
202204

203205
### Built from source code
204206

0 commit comments

Comments
 (0)