Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
527bbfa8
Unverified
Commit
527bbfa8
authored
Jun 02, 2021
by
Quan (Andy) Gan
Committed by
GitHub
Jun 02, 2021
Browse files
update nightly installation (#2959)
Co-authored-by:
Minjie Wang
<
wmjlyjemaine@gmail.com
>
parent
22d0df8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+6
-6
No files found.
README.md
View file @
527bbfa8
...
...
@@ -360,12 +360,12 @@ conda install -c dglteam dgl-cuda11.1 # CUDA 11.1
| | Latest Nightly Build Version | Stable Version |
|-----------|-------------------------------|-------------------------|
| CPU |
`pip install --pre dgl`
|
`pip install dgl`
|
| CUDA 9.2 |
`pip install --pre dgl-cu92`
|
`pip install dgl-cu92`
|
| 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`
|
| 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
-f https://data.dgl.ai/wheels-test/repo.html
`
|
`pip install dgl-cu92`
|
| 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
-f https://data.dgl.ai/wheels-test/repo.html
`
|
`pip install dgl-cu102`
|
| 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
-f https://data.dgl.ai/wheels-test/repo.html
`
|
`pip install dgl-cu111`
|
### Built from source code
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment