You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2019/07/28 01:41:33 UTC

[incubator-mxnet] branch v1.5.x updated: update website for 1.5.0 (#15641) (#15676)

This is an automated email from the ASF dual-hosted git repository.

zhasheng pushed a commit to branch v1.5.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.5.x by this push:
     new 6a01502  update website for 1.5.0 (#15641) (#15676)
6a01502 is described below

commit 6a0150232b10f5ac3043bfd29b69c29f716fa5b1
Author: Lai Wei <ro...@gmail.com>
AuthorDate: Sat Jul 27 18:40:48 2019 -0700

    update website for 1.5.0 (#15641) (#15676)
    
    * update website
    
    * update description
    
    * update cuda
---
 docs/_static/js/options.js          |   2 +-
 docs/_static/mxnet-theme/index.html |   6 +--
 docs/install/download.md            |   1 +
 docs/install/index.md               | 104 ++++++++++++++++++++++++------------
 4 files changed, 76 insertions(+), 37 deletions(-)

diff --git a/docs/_static/js/options.js b/docs/_static/js/options.js
index ca4ac36..d400d1c 100644
--- a/docs/_static/js/options.js
+++ b/docs/_static/js/options.js
@@ -19,7 +19,7 @@
  */
 
 /* Installation page display functions for install selector */
-var versionSelect   = defaultVersion = 'v1.4.1';
+var versionSelect   = defaultVersion = 'v1.5.0';
 var platformSelect    = 'Linux';
 var languageSelect  = 'Python';
 var processorSelect = 'CPU';
diff --git a/docs/_static/mxnet-theme/index.html b/docs/_static/mxnet-theme/index.html
index a5f0bed..d9311d7 100644
--- a/docs/_static/mxnet-theme/index.html
+++ b/docs/_static/mxnet-theme/index.html
@@ -23,9 +23,9 @@
   <div class="container">
     <div class="row">
       <div class="col-lg-4 col-sm-12">
-        <h3>MXNet 1.4.1 Released</h3>
-        <p>This patch release features bug fixes and performance improvements.</p>
-        <a href="https://github.com/apache/incubator-mxnet/releases/tag/1.4.1">Learn More</a>
+        <h3>MXNet 1.5.0 Released</h3>
+        <p>This release features Automatic Mixed Precision, MKL-DNN updates, CUDA10.1 support and more. </p>
+        <a href="https://github.com/apache/incubator-mxnet/releases/tag/1.5.0">Learn More</a>
       </div>
       <div class="col-lg-4 col-sm-12">
         <h3>A 60-minute Gluon Crash Course</h3>
diff --git a/docs/install/download.md b/docs/install/download.md
index 808b4b8..ead73e5 100644
--- a/docs/install/download.md
+++ b/docs/install/download.md
@@ -21,6 +21,7 @@ These source archives are generated from tagged releases. Updates and patches wi
 
 | Version | Source                                                                                                      | PGP                                                                                                             | SHA                                                                                                                |
 |---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
+| 1.5.0   | [Download](https://apache.org/dist/incubator/mxnet/1.5.0/apache-mxnet-src-1.5.0-incubating.tar.gz)                 | [Download](https://apache.org/dist/incubator/mxnet/1.5.0/apache-mxnet-src-1.5.0-incubating.tar.gz.asc)    |  [Download](https://apache.org/dist/incubator/mxnet/1.5.0/apache-mxnet-src-1.5.0-incubating.tar.gz.sha512)     |
 | 1.4.1   | [Download](https://www.apache.org/dyn/closer.cgi/incubator/mxnet/1.4.1/apache-mxnet-src-1.4.1-incubating.tar.gz)   | [Download](https://apache.org/dist/incubator/mxnet/1.4.1/apache-mxnet-src-1.4.1-incubating.tar.gz.asc)    | [Download](https://apache.org/dist/incubator/mxnet/1.4.1/apache-mxnet-src-1.4.1-incubating.tar.gz.sha512)      |
 | 1.4.0   | [Download](https://www.apache.org/dyn/closer.cgi/incubator/mxnet/1.4.0/apache-mxnet-src-1.4.0-incubating.tar.gz)   | [Download](https://apache.org/dist/incubator/mxnet/1.4.0/apache-mxnet-src-1.4.0-incubating.tar.gz.asc)    | [Download](https://apache.org/dist/incubator/mxnet/1.4.0/apache-mxnet-src-1.4.0-incubating.tar.gz.sha512)      |
 | 1.3.1   | [Download](https://www.apache.org/dyn/closer.cgi/incubator/mxnet/1.3.1/apache-mxnet-src-1.3.1-incubating.tar.gz)   | [Download](https://apache.org/dist/incubator/mxnet/1.3.1/apache-mxnet-src-1.3.1-incubating.tar.gz.asc)    | [Download](https://apache.org/dist/incubator/mxnet/1.3.1/apache-mxnet-src-1.3.1-incubating.tar.gz.sha512)      |
diff --git a/docs/install/index.md b/docs/install/index.md
index 5fef5ca..d2bd24e 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -37,10 +37,11 @@
 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.4.1
+  <button class="btn current-version btn-primary dropdown-toggle" type="button" data-toggle="dropdown">v1.5.0
   <span class="caret"></span></button>
   <ul class="dropdown-menu opt-group">
-    <li class="opt active versions"><a href="#">v1.4.1</a></li>
+    <li class="opt active versions"><a href="#">v1.5.0</a></li>
+    <li class="opt versions"><a href="#">v1.4.1</a></li>
     <li class="opt versions"><a href="#">v1.3.1</a></li>
     <li class="opt versions"><a href="#">v1.2.1</a></li>
     <li class="opt versions"><a href="#">v1.1.0</a></li>
@@ -116,22 +117,32 @@ Indicate your preferred configuration. Then, follow the customized commands to i
 <div class="python">
 <div class="cpu">
 <div class="pip">
-<div class="v1-4-1">
+<div class="v1-5-0">
+
+```
+$ pip install mxnet
+```
 
 MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="http://mxnet.io/faq/perf.html#intel-cpu">MXNet tuning guide</a>.
 
 ```
-$ pip install mxnet
+$ pip install mxnet-mkl
 ```
 
-</div> <!-- End of v1-4-1 -->
-<div class="v1-4-0">
+</div> <!-- End of v1-5-0 -->
+<div class="v1-4-1">
+
+```
+$ pip install mxnet==1.4.1
+```
+
+MKL-DNN enabled pip packages are optimized for Intel hardware. You can find performance numbers in the <a href="http://mxnet.io/faq/perf.html#intel-cpu">MXNet tuning guide</a>.
 
 ```
-$ pip install mxnet==1.4.0
+$ pip install mxnet-mkl==1.4.1
 ```
 
-</div> <!-- End of v1-4-0 -->
+</div> <!-- End of v1-4-1 -->
 <div class="v1-3-1">
 
 ```
@@ -219,7 +230,7 @@ Check the chart below for other options, refer to <a href="https://pypi.org/proj
 
 **NOTES:**
 
-*mxnet-cu92mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 9.2.
+*mxnet-cu101mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 10.1.
 
 All MKL pip packages are experimental prior to version 1.3.0.
 
@@ -284,17 +295,24 @@ To build from source, refer to the <a href="ubuntu_setup.html">MXNet Ubuntu inst
 
 <div class="gpu">
 <div class="pip">
-<div class="v1-4-0">
+<div class="v1-5-0">
+
+```
+$ pip install mxnet-cu101
+```
+
+</div> <!-- End of v1-5-0 -->
+<div class="v1-4-1">
 
 ```
-$ pip install mxnet-cu92
+$ pip install mxnet-cu101==1.4.1
 ```
 
-</div> <!-- End of v1-4-0 -->
+</div> <!-- End of v1-4-1 -->
 <div class="v1-3-1">
 
 ```
-$ pip install mxnet==1.3.1
+$ pip install mxnet-cu92==1.3.1
 ```
 
 </div> <!-- End of v1-3-1-->
@@ -341,7 +359,7 @@ $ pip install mxnet-cu80==0.11.0
 <div class="master">
 
 ```
-$ pip install mxnet-cu92 --pre
+$ pip install mxnet-cu101 --pre
 ```
 
 </div> <!-- End of master-->
@@ -353,7 +371,7 @@ Check the chart below for other options, refer to <a href="https://pypi.org/proj
 
 **NOTES:**
 
-*mxnet-cu92mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 9.2.
+*mxnet-cu101mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 10.1.
 
 All MKL pip packages are experimental prior to version 1.3.0.
 
@@ -530,13 +548,13 @@ You can use the Maven packages defined in the following dependency to include MX
 <br/>
 You can use the Maven packages defined in the following dependency to include MXNet in your Java project. The Java API is provided as a subset of the Scala API and is intended for inference only. Please refer to the <a href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of instructions to help you with the setup process.
 
-<a href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.4.1~~"><img src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg" alt="maven badge"/></a>
+<a href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.5.0~~"><img src="https://img.shields.io/badge/org.apache.mxnet-linux gpu-green.svg" alt="maven badge"/></a>
 
 ```html
 <dependency>
     <groupId>org.apache.mxnet</groupId>
     <artifactId>mxnet-full_2.11-linux-x86_64-gpu</artifactId>
-    <version>[1.4.1, )</version>
+    <version>[1.5.0, )</version>
 </dependency>
 ```
 
@@ -547,13 +565,13 @@ You can use the Maven packages defined in the following dependency to include MX
 <br/>
 You can use the Maven packages defined in the following dependency to include MXNet in your Java project. The Java API is provided as a subset of the Scala API and is intended for inference only. Please refer to the <a href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of instructions to help you with the setup process.
 
-<a href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.4.1~~"><img src="https://img.shields.io/badge/org.apache.mxnet-linux cpu-green.svg" alt="maven badge"/></a>
+<a href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.5.0~~"><img src="https://img.shields.io/badge/org.apache.mxnet-linux cpu-green.svg" alt="maven badge"/></a>
 
 ```html
 <dependency>
     <groupId>org.apache.mxnet</groupId>
     <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
-    <version>[1.4.1, )</version>
+    <version>[1.5.0, )</version>
 </dependency>
 ```
 <br>
@@ -598,12 +616,18 @@ Refer to the <a href="ubuntu_setup.html#install-the-mxnet-package-for-perl">Perl
 <div class="python">
 <div class="cpu">
 <div class="pip">
-<div class="v1-4-0">
+<div class="v1-5-0">
 
 ```
 $ pip install mxnet
 ```
-</div> <!-- End of v1-4-0 -->
+</div> <!-- End of v1-5-0 -->
+<div class="v1-4-1">
+
+```
+$ pip install mxnet==1.4.1
+```
+</div> <!-- End of v1-4-1 -->
 <div class="v1-3-1">
 
 ```
@@ -669,7 +693,7 @@ Check the chart below for other options, refer to <a href="https://pypi.org/proj
 
 **NOTES:**
 
-*mxnet-cu92mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 9.2.
+*mxnet-cu101mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 10.1.
 
 All MKL pip packages are experimental prior to version 1.3.0.
 
@@ -838,13 +862,13 @@ Not available at this time. <br>
 </br>
 You can use the Maven packages defined in the following dependency to include MXNet in your Java project. The Java API is provided as a subset of the Scala API and is intended for inference only. Please refer to the <a href="java_setup.html">MXNet-Java setup guide</a> for a detailed set of instructions to help you with the setup process.
 
-<a href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.4.1~~"><img src="https://img.shields.io/badge/org.apache.mxnet-mac cpu-green.svg" alt="maven badge"/></a>
+<a href="https://repository.apache.org/#nexus-search;gav~org.apache.mxnet~~1.5.0~~"><img src="https://img.shields.io/badge/org.apache.mxnet-mac cpu-green.svg" alt="maven badge"/></a>
 
 ```html
 <dependency>
     <groupId>org.apache.mxnet</groupId>
     <artifactId>mxnet-full_2.11-linux-x86_64-cpu</artifactId>
-    <version>[1.4.1, )</version>
+    <version>[1.5.0, )</version>
 </dependency>
 ```
 <br>
@@ -891,13 +915,20 @@ For more installation options, refer to the <a href="osx_setup.html">MXNet macOS
 <div class="python">
 <div class="cpu">
 <div class="pip">
-<div class="v1-4-0">
+<div class="v1-5-0">
 
 ```
 $ pip install mxnet
 ```
 
-</div> <!-- End of v1-4-0 -->
+</div> <!-- End of v1-5-0 -->
+<div class="v1-4-1">
+
+```
+$ pip install mxnet==1.4.1
+```
+
+</div> <!-- End of v1-4-1 -->
 <div class="v1-3-1">
 
 ```
@@ -960,7 +991,7 @@ Check the chart below for other options, refer to <a href="https://pypi.org/proj
 
 **NOTES:**
 
-*mxnet-cu92mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 9.2.
+*mxnet-cu101mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 10.1.
 
 All MKL pip packages are experimental prior to version 1.3.0.
 
@@ -1022,17 +1053,24 @@ Refer to the <a href="windows_setup.html">MXNet Windows installation guide</a>
 
 <div class="gpu">
 <div class="pip">
-<div class="v1-4-0">
+<div class="v1-5-0">
 
 ```
-$ pip install mxnet-cu92
+$ pip install mxnet-cu101
 ```
 
-</div> <!-- End of v1-4-0 -->
+</div> <!-- End of v1-5-0 -->
+<div class="v1-4-1">
+
+```
+$ pip install mxnet-cu101==1.4.1
+```
+
+</div> <!-- End of v1-4-1 -->
 <div class="v1-3-1">
 
 ```
-$ pip install mxnet==1.3.1
+$ pip install mxnet-cu92==1.3.1
 ```
 
 </div> <!-- End of v1-3-1 -->
@@ -1079,7 +1117,7 @@ $ pip install mxnet-cu80==0.11.0
 <div class="master">
 
 ```
-$ pip install mxnet-cu92 --pre
+$ pip install mxnet-cu101 --pre
 ```
 
 </div> <!-- End of master-->
@@ -1091,7 +1129,7 @@ Check the chart below for other options, refer to <a href="https://pypi.org/proj
 
 **NOTES:**
 
-*mxnet-cu92mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 9.2.
+*mxnet-cu101mkl* means the package is built with CUDA/cuDNN and MKL-DNN enabled and the CUDA version is 10.1.
 
 All MKL pip packages are experimental prior to version 1.3.0.