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
cc07bd44
Unverified
Commit
cc07bd44
authored
May 25, 2020
by
Jinjing Zhou
Committed by
GitHub
May 25, 2020
Browse files
[Readme] Add cuda 10.2 to docs (#1560)
* add cuda 10.2 * type
parent
6a363378
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
README.md
README.md
+2
-0
docs/source/install/index.rst
docs/source/install/index.rst
+3
-0
No files found.
README.md
View file @
cc07bd44
...
@@ -181,6 +181,7 @@ conda install -c dglteam dgl-cuda9.0 # CUDA 9.0
...
@@ -181,6 +181,7 @@ conda install -c dglteam dgl-cuda9.0 # CUDA 9.0
conda install -c dglteam dgl-cuda9.2 # CUDA 9.2
conda install -c dglteam dgl-cuda9.2 # CUDA 9.2
conda install -c dglteam dgl-cuda10.0 # CUDA 10.0
conda install -c dglteam dgl-cuda10.0 # CUDA 10.0
conda install -c dglteam dgl-cuda10.1 # CUDA 10.1
conda install -c dglteam dgl-cuda10.1 # CUDA 10.1
conda install -c dglteam dgl-cuda10.2 # CUDA 10.2
```
```
### Using pip
### Using pip
...
@@ -193,6 +194,7 @@ conda install -c dglteam dgl-cuda10.1 # CUDA 10.1
...
@@ -193,6 +194,7 @@ conda install -c dglteam dgl-cuda10.1 # CUDA 10.1
| CUDA 9.2 |
`pip install --pre dgl-cu92`
|
`pip install dgl-cu92`
|
| CUDA 9.2 |
`pip install --pre dgl-cu92`
|
`pip install dgl-cu92`
|
| CUDA 10.0 |
`pip install --pre dgl-cu100`
|
`pip install dgl-cu100`
|
| CUDA 10.0 |
`pip install --pre dgl-cu100`
|
`pip install dgl-cu100`
|
| CUDA 10.1 |
`pip install --pre dgl-cu101`
|
`pip install dgl-cu101`
|
| CUDA 10.1 |
`pip install --pre dgl-cu101`
|
`pip install dgl-cu101`
|
| CUDA 10.2 |
`pip install --pre dgl-cu102`
|
`pip install dgl-cu102`
|
### Built from source code
### Built from source code
...
...
docs/source/install/index.rst
View file @
cc07bd44
...
@@ -36,6 +36,7 @@ After the ``conda`` environment is activated, run one of the following commands.
...
@@ -36,6 +36,7 @@ After the ``conda`` environment is activated, run one of the following commands.
conda install -c dglteam dgl-cuda9.0 # For CUDA 9.0 Build
conda install -c dglteam dgl-cuda9.0 # For CUDA 9.0 Build
conda install -c dglteam dgl-cuda10.0 # For CUDA 10.0 Build
conda install -c dglteam dgl-cuda10.0 # For CUDA 10.0 Build
conda install -c dglteam dgl-cuda10.1 # For CUDA 10.1 Build
conda install -c dglteam dgl-cuda10.1 # For CUDA 10.1 Build
conda install -c dglteam dgl-cuda10.2 # For CUDA 10.2 Build
Install from pip
Install from pip
...
@@ -55,6 +56,7 @@ For CUDA builds, run one of the following commands and specify the CUDA version.
...
@@ -55,6 +56,7 @@ For CUDA builds, run one of the following commands and specify the CUDA version.
pip install dgl-cu92 # For CUDA 9.2 Build
pip install dgl-cu92 # For CUDA 9.2 Build
pip install dgl-cu100 # For CUDA 10.0 Build
pip install dgl-cu100 # For CUDA 10.0 Build
pip install dgl-cu101 # For CUDA 10.1 Build
pip install dgl-cu101 # For CUDA 10.1 Build
pip install dgl-cu102 # For CUDA 10.2 Build
For the most current nightly build from master branch, run one of the following commands.
For the most current nightly build from master branch, run one of the following commands.
...
@@ -65,6 +67,7 @@ For the most current nightly build from master branch, run one of the following
...
@@ -65,6 +67,7 @@ For the most current nightly build from master branch, run one of the following
pip install --pre dgl-cu92 # For CUDA 9.2 Build
pip install --pre dgl-cu92 # For CUDA 9.2 Build
pip install --pre dgl-cu100 # For CUDA 10.0 Build
pip install --pre dgl-cu100 # For CUDA 10.0 Build
pip install --pre dgl-cu101 # For CUDA 10.1 Build
pip install --pre dgl-cu101 # For CUDA 10.1 Build
pip install --pre dgl-cu102 # For CUDA 10.2 Build
.. _install-from-source:
.. _install-from-source:
...
...
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