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
f8feee1c
Unverified
Commit
f8feee1c
authored
Jun 19, 2019
by
Da Zheng
Committed by
GitHub
Jun 19, 2019
Browse files
fix install. (#673)
parent
fe2b6ca6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
docs/source/install/index.rst
docs/source/install/index.rst
+5
-4
No files found.
docs/source/install/index.rst
View file @
f8feee1c
...
...
@@ -104,18 +104,19 @@ The backend is controlled by ``DGLBACKEND`` environment variable, which defaults
| pytorch | PyTorch | Requires 0.4.1 or later; see |
| | | `official website <https://pytorch.org>`_ |
+---------+---------+--------------------------------------------------+
| mxnet | MXNet | Requires nightly build; run the following |
| | | command to install: |
| mxnet | MXNet | Requires MXNet 1.5; since MXNet 1.5 isn't |
| | | officially released, please run the following |
| | | command to install the MXNet nightly build: |
| | | |
| | | .. code:: bash |
| | | |
| | | pip install
--pre mxnet
|
| | | pip install
mxnet==1.5.0b20190605
|
| | | |
| | | or cuda version (e.g. for cuda 9.0) |
| | | |
| | | .. code:: bash |
| | | |
| | | pip install
--pre
mxnet-cu90
|
| | | pip install mxnet-cu90
==1.5.0b20190605
|
| | | |
+---------+---------+--------------------------------------------------+
| numpy | NumPy | Does not support gradient computation |
...
...
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