Unverified Commit 527bbfa8 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

update nightly installation (#2959)


Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
parent 22d0df8b
...@@ -360,12 +360,12 @@ conda install -c dglteam dgl-cuda11.1 # CUDA 11.1 ...@@ -360,12 +360,12 @@ conda install -c dglteam dgl-cuda11.1 # CUDA 11.1
| | Latest Nightly Build Version | Stable Version | | | Latest Nightly Build Version | Stable Version |
|-----------|-------------------------------|-------------------------| |-----------|-------------------------------|-------------------------|
| CPU | `pip install --pre dgl` | `pip install dgl` | | CPU | `pip install --pre dgl -f https://data.dgl.ai/wheels-test/repo.html` | `pip install dgl` |
| CUDA 9.2 | `pip install --pre dgl-cu92` | `pip install dgl-cu92` | | CUDA 9.2 | `pip install --pre dgl-cu92 -f https://data.dgl.ai/wheels-test/repo.html` | `pip install dgl-cu92` |
| CUDA 10.1 | `pip install --pre dgl-cu101` | `pip install dgl-cu101` | | CUDA 10.1 | `pip install --pre dgl-cu101 -f https://data.dgl.ai/wheels-test/repo.html` | `pip install dgl-cu101` |
| CUDA 10.2 | `pip install --pre dgl-cu102` | `pip install dgl-cu102` | | CUDA 10.2 | `pip install --pre dgl-cu102 -f https://data.dgl.ai/wheels-test/repo.html` | `pip install dgl-cu102` |
| CUDA 11.0 | `pip install --pre dgl-cu110` | `pip install dgl-cu110` | | CUDA 11.0 | `pip install --pre dgl-cu110 -f https://data.dgl.ai/wheels-test/repo.html` | `pip install dgl-cu110` |
| CUDA 11.1 | `pip install --pre dgl-cu111` | `pip install dgl-cu111` | | CUDA 11.1 | `pip install --pre dgl-cu111 -f https://data.dgl.ai/wheels-test/repo.html` | `pip install dgl-cu111` |
### Built from source code ### 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