Skip to content

Commit

Permalink
update install
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Dec 9, 2019
1 parent 56ad0d9 commit 639506d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chapter_install/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Before installing `mxnet`, please first check if you are able to access GPUs. If
pip install mxnet==1.6.0b20190915
```


Once both packages are installed, we now open the Jupyter notebook by

```
Expand All @@ -116,7 +117,7 @@ Both this book and MXNet are keeping improving. Please check a new version from

1. The URL http://numpy.d2l.ai/d2l-en.zip always points to the latest contents.
2. Please upgrade "d2l" by `pip install git+https://github.com/d2l-ai/d2l-en@numpy2`.
3. For the CPU version, MXNet can be upgraded by `pip uninstall mxnet` then re-running the aforementioned `pip install https...whl` command.
3. For the CPU version, MXNet can be upgraded by `pip uninstall mxnet` then re-running the aforementioned `pip install mxnet==...` command.


## GPU Support
Expand All @@ -139,6 +140,7 @@ Then we need to find the CUDA version you installed. You may check it through `n
pip install mxnet-cu101==1.6.0b20190915
```


You may change the last digits according to your CUDA version, e.g. `cu100` for CUDA 10.0 and `cu90` for CUDA 9.0. You can find all available MXNet versions by `pip search mxnet`.

For installation of MXNet on other platforms, please refer to http://numpy.mxnet.io/#installation.
Expand Down

0 comments on commit 639506d

Please sign in to comment.