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
f212cde4
"git@developer.sourcefind.cn:OpenDAS/megatron-lm.git" did not exist on "c44f76223bac643eab308aaf5cefee1f826c345d"
Commit
f212cde4
authored
Aug 30, 2019
by
Quan (Andy) Gan
Committed by
Mufei Li
Aug 30, 2019
Browse files
Update README.md (#811)
parent
6ab593ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
README.md
README.md
+8
-2
No files found.
README.md
View file @
f212cde4
...
...
@@ -59,13 +59,19 @@ build.
### Using anaconda
```
conda install -c dglteam dgl
conda install -c dglteam dgl # cpu version
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-cuda10.0 # CUDA 10.0
```
### Using pip
```
pip install dgl
pip install dgl # cpu version
pip install dgl-cu90 # CUDA 9.0
pip install dgl-cu92 # CUDA 9.2
pip install dgl-cu100 # CUDA 10.0
```
### 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