Skip to content

Commit 210e6d4

Browse files
kpmuralieric-haibin-lin
authored andcommitted
[MXNET-299] Adding the Download page and linking it to the Install page (apache#10477)
* Adding the Download page and linking it to the Install page * Removing the extra 'Download Source Package' section header * Minor fixes to the download page and the reference to it * Adding the GitHub repository link to the download page content * Minor text fix in install/index * Adding the download page in Step 4 for install
1 parent 8cbd106 commit 210e6d4

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

docs/install/download.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Source Download
2+
3+
These source archives are generated from tagged releases. Updates and patches will not have been applied. For any updates refer to the corresponding branches in the [GitHub repository](https://github.com/apache/incubator-mxnet). Choose your flavor of download from the following links:
4+
5+
| Version | Source | PGP | SHA | MD5 |
6+
|---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|
7+
| 1.1.0 | [Download](https://www.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz) | [Download](https://www.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz.asc) | [Download](https://www.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz.sha512) | [Download](https://www.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz.md5) |
8+
| 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) | [Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-0.12.1-incubating.tar.gz.md5) |
9+
| 0.12.1 | [Download](http://archive.apache.org/dist/incubator/mxnet/0.12.1/apache-mxnet-src-0.12.1-incubating.tar.gz) | [Download](http://archive.apache.org/dist/incubator/mxnet/0.12.1/apache-mxnet-src-0.12.1-incubating.tar.gz.asc) | [Download](http://archive.apache.org/dist/incubator/mxnet/0.12.1/apache-mxnet-src-0.12.1-incubating.tar.gz.sha512) | [Download](http://archive.apache.org/dist/incubator/mxnet/0.12.1/apache-mxnet-src-0.12.1-incubating.tar.gz.md5) |
10+
| 0.12.0 | [Download](http://archive.apache.org/dist/incubator/mxnet/0.12.0/apache-mxnet-src-0.12.0-incubating.tar.gz) | [Download](http://archive.apache.org/dist/incubator/mxnet/0.12.0/apache-mxnet-src-0.12.0-incubating.tar.gz.asc) | [Download](http://archive.apache.org/dist/incubator/mxnet/0.12.0/apache-mxnet-src-0.12.0-incubating.tar.gz.sha512) | [Download](http://archive.apache.org/dist/incubator/mxnet/0.12.0/apache-mxnet-src-0.12.0-incubating.tar.gz.md5) |
11+
| 0.11.0 | [Download](http://archive.apache.org/dist/incubator/mxnet/0.11.0/apache-mxnet-src-0.11.0-incubating.tar.gz) | [Download](http://archive.apache.org/dist/incubator/mxnet/0.11.0/apache-mxnet-src-0.11.0-incubating.tar.gz.asc) | [Download](http://archive.apache.org/dist/incubator/mxnet/0.11.0/apache-mxnet-src-0.11.0-incubating.tar.gz.sha512) | [Download](http://archive.apache.org/dist/incubator/mxnet/0.11.0/apache-mxnet-src-0.11.0-incubating.tar.gz.md5) |
12+

docs/install/index.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ $ sudo apt-get install -y libopenblas-dev liblapack-dev
229229
$ sudo apt-get install -y libopencv-dev
230230
```
231231

232-
**Step 4** Download MXNet sources and build MXNet core shared library.
232+
**Step 4** Download MXNet sources and build MXNet core shared library. You can clone the repository as described in the following code block, or you may try the <a href="download.html">download links</a> for your desired MXNet version.
233233

234234
```bash
235235
$ git clone --recursive https://github.com/apache/incubator-mxnet
@@ -452,7 +452,7 @@ $ sudo apt-get install -y libopenblas-dev liblapack-dev
452452
$ sudo apt-get install -y libopencv-dev
453453
```
454454

455-
**Step 4** Download MXNet sources and build MXNet core shared library.
455+
**Step 4** Download MXNet sources and build MXNet core shared library. You can clone the repository as described in the following code block, or you may try the <a href="download.html">download links</a> for your desired MXNet version.
456456

457457
```bash
458458
$ git clone --recursive https://github.com/apache/incubator-mxnet
@@ -533,7 +533,7 @@ $ sudo apt-get install -y libopenblas-dev liblapack-dev
533533
$ sudo apt-get install -y libopencv-dev
534534
```
535535

536-
**Step 4** Download MXNet sources and build MXNet core shared library.
536+
**Step 4** Download MXNet sources and build MXNet core shared library. You can clone the repository as described in the following code block, or you may try the <a href="download.html">download links</a> for your desired MXNet version.
537537

538538
```bash
539539
$ git clone --recursive https://github.com/apache/incubator-mxnet
@@ -605,7 +605,7 @@ $ sudo apt-get install -y libopenblas-dev liblapack-dev
605605
$ sudo apt-get install -y libopencv-dev
606606
```
607607

608-
**Step 4** Download MXNet sources and build MXNet core shared library.
608+
**Step 4** Download MXNet sources and build MXNet core shared library. You can clone the repository as described in the following code block, or you may try the <a href="download.html">download links</a> for your desired MXNet version.
609609

610610
```bash
611611
$ git clone --recursive https://github.com/apache/incubator-mxnet
@@ -1313,6 +1313,7 @@ You are now ready to run MXNet on your NVIDIA Jetson TX2 device.
13131313
<!-- This # tag restarts the page and allows reuse
13141314
of the div classes for validation sections, etc -->
13151315

1316+
13161317
# Validate MXNet Installation
13171318

13181319
<div class="linux macos">
@@ -1743,4 +1744,10 @@ Will be available soon.
17431744
</div>
17441745
</div>
17451746

1746-
# Download Source Package
1747+
<br/>
1748+
<!-- Download -->
1749+
1750+
# Source Download
1751+
1752+
<a href="download.html">Download</a> your required version of MXNet.
1753+

docs/install/osx_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Install the dependencies, required for MXNet, with the following commands:
7474
```
7575

7676
### Build MXNet Shared Library
77-
After you have installed the dependencies, pull the MXNet source code from Git and build MXNet to produce an MXNet library called ```libmxnet.so```.
77+
After you have installed the dependencies, pull the MXNet source code from Git and build MXNet to produce an MXNet library called ```libmxnet.so```. You can clone the repository as described in the following code block, or you may try the <a href="download.html">download links</a> for your desired MXNet version.
7878

7979
The file called ```osx.mk``` has the configuration required for building MXNet on OS X. First copy ```make/osx.mk``` into ```config.mk```, which is used by the ```make``` command:
8080

0 commit comments

Comments
 (0)