Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 043ed35

Browse files
szhaeric-haibin-lin
authored andcommitted
[DOC] Fix outdated installation guide (#664)
1 parent 610eac8 commit 043ed35

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/install.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ command installs the latest version of MXNet.
99

1010
.. code-block:: console
1111
12-
pip install --upgrade mxnet>=1.3.0
12+
pip install --upgrade mxnet>=1.4.0
1313
1414
.. note::
1515

1616
There are other pre-build MXNet packages that enable GPU supports and
17-
accelerate CPU performance, please refer to `this tutorial
18-
<http://gluon-crash-course.mxnet.io/mxnet_packages.html>`_ for details. Some
17+
accelerate CPU performance, please refer to `this page
18+
<http://beta.mxnet.io/install.html>`_ for details. Some
1919
training scripts are recommended to run on GPUs, if you don't have a GPU
20-
machine at hands, you may consider `running on AWS
21-
<http://gluon-crash-course.mxnet.io/use_aws.html>`_.
20+
machine at hand, you may consider `running on AWS
21+
<http://d2l.ai/chapter_appendix/aws.html>`_.
2222

2323

2424
After installing MXNet, you can install the GluonNLP toolkit by

0 commit comments

Comments
 (0)