"docs/git@developer.sourcefind.cn:OpenDAS/deepspeed.git" did not exist on "6ee3b296da69cfc516f8c8db2109c3c53cbe7e93"
Unverified Commit f8feee1c authored by Da Zheng's avatar Da Zheng Committed by GitHub
Browse files

fix install. (#673)

parent fe2b6ca6
...@@ -104,18 +104,19 @@ The backend is controlled by ``DGLBACKEND`` environment variable, which defaults ...@@ -104,18 +104,19 @@ The backend is controlled by ``DGLBACKEND`` environment variable, which defaults
| pytorch | PyTorch | Requires 0.4.1 or later; see | | pytorch | PyTorch | Requires 0.4.1 or later; see |
| | | `official website <https://pytorch.org>`_ | | | | `official website <https://pytorch.org>`_ |
+---------+---------+--------------------------------------------------+ +---------+---------+--------------------------------------------------+
| mxnet | MXNet | Requires nightly build; run the following | | mxnet | MXNet | Requires MXNet 1.5; since MXNet 1.5 isn't |
| | | command to install: | | | | officially released, please run the following |
| | | command to install the MXNet nightly build: |
| | | | | | | |
| | | .. code:: bash | | | | .. code:: bash |
| | | | | | | |
| | | pip install --pre mxnet | | | | pip install mxnet==1.5.0b20190605 |
| | | | | | | |
| | | or cuda version (e.g. for cuda 9.0) | | | | or cuda version (e.g. for cuda 9.0) |
| | | | | | | |
| | | .. code:: bash | | | | .. code:: bash |
| | | | | | | |
| | | pip install --pre mxnet-cu90 | | | | pip install mxnet-cu90==1.5.0b20190605 |
| | | | | | | |
+---------+---------+--------------------------------------------------+ +---------+---------+--------------------------------------------------+
| numpy | NumPy | Does not support gradient computation | | numpy | NumPy | Does not support gradient computation |
......
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