Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_static/js/options.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var versionSelect = defaultVersion = 'v1.2.0';
var versionSelect = defaultVersion = 'v1.2.1';
var platformSelect = 'Linux';
var languageSelect = 'Python';
var processorSelect = 'CPU';
Expand Down
6 changes: 3 additions & 3 deletions docs/_static/mxnet-theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ <h3>A 60-minute Gluon Crash Course</h3>
<a href="http://gluon-crash-course.mxnet.io/">Learn More</a>
</div>
<div class="col-lg-4 col-sm-12">
<h3>MXNet 1.2.0 Released</h3>
<p>We're excited to announce the release of MXNet 1.2.0! Check out the release notes for latest updates.</p>
<a href="https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28incubating%29+1.2.0+Release+Notes">Learn More</a>
<h3>MXNet 1.2.1 Released</h3>
<p>We're excited to announce the release of MXNet 1.2.1! Check out the release notes for latest updates.</p>
<a href="https://github.com/apache/incubator-mxnet/releases/tag/1.2.1">Learn More</a>
</div>
<div class="col-lg-4 col-sm-12">
<h3>Introducing the Scala Inference API</h3>
Expand Down
1 change: 1 addition & 0 deletions docs/install/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ These source archives are generated from tagged releases. Updates and patches wi

| Version | Source | PGP | SHA |
|---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
| 1.2.1 | [Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz) | [Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz.asc) | [Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz.sha512) |
| 1.2.0 | [Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.0/apache-mxnet-src-1.2.0-incubating.tar.gz) | [Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.0/apache-mxnet-src-1.2.0-incubating.tar.gz.asc) | [Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.0/apache-mxnet-src-1.2.0-incubating.tar.gz.sha512) |
| 1.1.0 | [Download](http://archive.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz) | [Download](http://archive.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz.asc) | [Download](http://archive.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz.sha512) |
| 1.0.0 | [Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-1.0.0-incubating.tar.gz) | [Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-1.0.0-incubating.tar.gz.asc) | [Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-1.0.0-incubating.tar.gz.sha512) |
Expand Down
36 changes: 18 additions & 18 deletions docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
Indicate your preferred configuration. Then, follow the customized commands to install *MXNet*.

<div class="dropdown">
<button class="btn current-version btn-primary dropdown-toggle" type="button" data-toggle="dropdown">v1.2.0
<button class="btn current-version btn-primary dropdown-toggle" type="button" data-toggle="dropdown">v1.2.1
<span class="caret"></span></button>
<ul class="dropdown-menu opt-group">
<li class="opt active versions"><a href="#">v1.2.0</a></li>
<li class="opt active versions"><a href="#">v1.2.1</a></li>
<li class="opt versions"><a href="#">v1.1.0</a></li>
<li class="opt versions"><a href="#">v1.0.0</a></li>
<li class="opt versions"><a href="#">v0.12.1</a></li>
Expand Down Expand Up @@ -95,7 +95,7 @@ $ sudo apt-get install -y wget python gcc
$ wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
```

<div class="v1-2-0">
<div class="v1-2-1">

**Step 2** Install MXNet with OpenBLAS acceleration.

Expand All @@ -116,7 +116,7 @@ pip install graphviz
$ pip install mxnet-mkl
```

</div> <!-- End of v1-2-0 -->
</div> <!-- End of v1-2-1 -->

<div class="v1-1-0">

Expand Down Expand Up @@ -289,15 +289,15 @@ Installing *MXNet* with pip requires a latest version of `pip`. Install the late
$ pip install --upgrade pip
```

<div class="v1-2-0">
<div class="v1-2-1">

Install *MXNet* with OpenBLAS acceleration.

```bash
$ pip install mxnet
```

</div> <!-- End of v1-2-0-->
</div> <!-- End of v1-2-1-->

<div class="v1-1-0">

Expand Down Expand Up @@ -511,7 +511,7 @@ $ sudo apt-get install -y wget python
$ wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
```

<div class="v1-2-0">
<div class="v1-2-1">

**Step 2** Install *MXNet* with GPU support using CUDA 9.2

Expand Down Expand Up @@ -543,7 +543,7 @@ pip install graphviz
$ pip install mxnet-cu90mkl
```

</div> <!-- End of v1-2-0-->
</div> <!-- End of v1-2-1-->


<div class="v1-1-0">
Expand Down Expand Up @@ -709,7 +709,7 @@ Installing *MXNet* with pip requires a latest version of `pip`. Install the late
```


<div class="v1-2-0">
<div class="v1-2-1">

**Important**: Make sure your installed CUDA version matches the CUDA version in the pip package.
Check your CUDA version with the following command:
Expand All @@ -728,7 +728,7 @@ Install *MXNet* with GPU support using CUDA 9.2:

Refer to [pypi for older packages](https://pypi.org/project/mxnet/).

</div> <!-- End of v1-2-0-->
</div> <!-- End of v1-2-1-->


<div class="v1-1-0">
Expand Down Expand Up @@ -1066,14 +1066,14 @@ $ pip install --upgrade pip
$ pip install --upgrade setuptools
```

<div class="v1-2-0">
<div class="v1-2-1">

Then use pip to install MXNet:

```bash
$ pip install mxnet
```
</div> <!-- End of v1-2-0 -->
</div> <!-- End of v1-2-1 -->


<div class="v1-1-0">
Expand Down Expand Up @@ -1195,15 +1195,15 @@ Installing *MXNet* with pip requires a latest version of `pip`. Install the late
(mxnet)$ pip install --upgrade setuptools
```

<div class="v1-2-0">
<div class="v1-2-1">

Install *MXNet* with OpenBLAS acceleration.

```bash
(mxnet)$ pip install mxnet
```

</div> <!-- End of v1-2-0-->
</div> <!-- End of v1-2-1-->

<div class="v1-1-0">

Expand Down Expand Up @@ -1504,15 +1504,15 @@ Follow the installation instructions [in this guide](./osx_setup.md) to set up M

[Anaconda](https://www.anaconda.com/download/) is recommended.

<div class="v1-2-0">
<div class="v1-2-1">

**Step 2** Install *MXNet*.

```bash
$ pip install mxnet
```

</div> <!-- End of v1-2-0-->
</div> <!-- End of v1-2-1-->

<div class="v1-1-0">

Expand Down Expand Up @@ -1595,7 +1595,7 @@ Follow the installation instructions [in this guide](./windows_setup.md) to set
[Anaconda](https://www.anaconda.com/download/) is recommended.


<div class="v1-2-0">
<div class="v1-2-1">

**Step 2** Install *MXNet* with GPU support using CUDA 9.2.

Expand All @@ -1614,7 +1614,7 @@ $ pip install mxnet-cu92

Refer to [pypi for older packages](https://pypi.org/project/mxnet/).

</div> <!-- End of v1-2-0-->
</div> <!-- End of v1-2-1-->

<div class="v1-1-0">

Expand Down