From 9927b56ea90098e537185a46061c20d39d5d5c95 Mon Sep 17 00:00:00 2001 From: Krishnan Date: Tue, 10 Apr 2018 02:40:57 +0000 Subject: [PATCH 1/6] Adding the Download page and linking it to the Install page --- docs/install/download.md | 12 ++++++++++++ docs/install/index.md | 13 ++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 docs/install/download.md diff --git a/docs/install/download.md b/docs/install/download.md new file mode 100644 index 000000000000..7fc43cf9d82d --- /dev/null +++ b/docs/install/download.md @@ -0,0 +1,12 @@ +# Download + +Choose your flavor of download from the following links: + +| Version | SRC | PGP | SHA | MD5 | +|---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| +| 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) | +| 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) | +| 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) | +| 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) | +| 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) | + diff --git a/docs/install/index.md b/docs/install/index.md index da6874518373..d14dee95f2ed 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -1313,6 +1313,11 @@ You are now ready to run MXNet on your NVIDIA Jetson TX2 device. + +# Download Source Package +Download your required version of MxNet. + + # Validate MXNet Installation
@@ -1743,4 +1748,10 @@ Will be available soon.
-# Download Source Package +
+ + +# Download + +Download your required version of MxNet. + From 9d12668131f25c3306ec0bfc60fdbba55a3dedb8 Mon Sep 17 00:00:00 2001 From: Krishnan Date: Tue, 10 Apr 2018 02:50:02 +0000 Subject: [PATCH 2/6] Removing the extra 'Download Source Package' section header --- docs/install/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index d14dee95f2ed..7ab31df44473 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -1314,10 +1314,6 @@ You are now ready to run MXNet on your NVIDIA Jetson TX2 device. of the div classes for validation sections, etc --> -# Download Source Package -Download your required version of MxNet. - - # Validate MXNet Installation
From 3ef0d548c1ef01a240ea5c09ccf0fe33a71ab635 Mon Sep 17 00:00:00 2001 From: Krishnan Date: Tue, 10 Apr 2018 23:51:43 +0000 Subject: [PATCH 3/6] Minor fixes to the download page and the reference to it --- docs/install/download.md | 6 +++--- docs/install/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install/download.md b/docs/install/download.md index 7fc43cf9d82d..429dedb08d03 100644 --- a/docs/install/download.md +++ b/docs/install/download.md @@ -1,8 +1,8 @@ -# Download +# Source Download -Choose your flavor of download from the following links: +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. Choose your flavor of download from the following links: -| Version | SRC | PGP | SHA | MD5 | +| Version | Source | PGP | SHA | MD5 | |---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| | 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) | | 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) | diff --git a/docs/install/index.md b/docs/install/index.md index 7ab31df44473..bf209987dc19 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -1747,7 +1747,7 @@ Will be available soon.
-# Download +# Source Download Download your required version of MxNet. From 687bfb0981619704e0c3cbe712708b0fb64ca50c Mon Sep 17 00:00:00 2001 From: Krishnan Date: Thu, 12 Apr 2018 22:25:46 +0000 Subject: [PATCH 4/6] Adding the GitHub repository link to the download page content --- docs/install/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/download.md b/docs/install/download.md index 429dedb08d03..1d6d6d477dbe 100644 --- a/docs/install/download.md +++ b/docs/install/download.md @@ -1,6 +1,6 @@ # Source Download -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. Choose your flavor of download from the following links: +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: | Version | Source | PGP | SHA | MD5 | |---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------| From 080db430ab16126a27fc78449f44c3e3c72857d6 Mon Sep 17 00:00:00 2001 From: Krishnan Date: Thu, 12 Apr 2018 22:38:47 +0000 Subject: [PATCH 5/6] Minor text fix in install/index --- docs/install/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/index.md b/docs/install/index.md index bf209987dc19..94b9e0536554 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -1749,5 +1749,5 @@ Will be available soon. # Source Download -Download your required version of MxNet. +Download your required version of MXNet. From eb2c80f08c3c9b4d7cf153486b2919937dc8196d Mon Sep 17 00:00:00 2001 From: Krishnan Date: Tue, 17 Apr 2018 00:15:51 +0000 Subject: [PATCH 6/6] Adding the download page in Step 4 for install --- docs/install/index.md | 10 +++++----- docs/install/osx_setup.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 94b9e0536554..2fe8dbf5c51e 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -229,7 +229,7 @@ $ sudo apt-get install -y libopenblas-dev liblapack-dev $ sudo apt-get install -y libopencv-dev ``` -**Step 4** Download MXNet sources and build MXNet core shared library. +**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 download links for your desired MXNet version. ```bash $ git clone --recursive https://github.com/apache/incubator-mxnet @@ -452,7 +452,7 @@ $ sudo apt-get install -y libopenblas-dev liblapack-dev $ sudo apt-get install -y libopencv-dev ``` -**Step 4** Download MXNet sources and build MXNet core shared library. +**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 download links for your desired MXNet version. ```bash $ git clone --recursive https://github.com/apache/incubator-mxnet @@ -533,7 +533,7 @@ $ sudo apt-get install -y libopenblas-dev liblapack-dev $ sudo apt-get install -y libopencv-dev ``` -**Step 4** Download MXNet sources and build MXNet core shared library. +**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 download links for your desired MXNet version. ```bash $ git clone --recursive https://github.com/apache/incubator-mxnet @@ -605,7 +605,7 @@ $ sudo apt-get install -y libopenblas-dev liblapack-dev $ sudo apt-get install -y libopencv-dev ``` -**Step 4** Download MXNet sources and build MXNet core shared library. +**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 download links for your desired MXNet version. ```bash $ git clone --recursive https://github.com/apache/incubator-mxnet @@ -1749,5 +1749,5 @@ Will be available soon. # Source Download -Download your required version of MXNet. +Download your required version of MXNet. diff --git a/docs/install/osx_setup.md b/docs/install/osx_setup.md index 4d979b3dccfb..18c84d312129 100644 --- a/docs/install/osx_setup.md +++ b/docs/install/osx_setup.md @@ -74,7 +74,7 @@ Install the dependencies, required for MXNet, with the following commands: ``` ### Build MXNet Shared Library -After you have installed the dependencies, pull the MXNet source code from Git and build MXNet to produce an MXNet library called ```libmxnet.so```. +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 download links for your desired MXNet version. 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: