This is an automated email from the ASF dual-hosted git repository.
lausen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new 49f94d8 Update get_started page for master cpu build (#17757)
49f94d8 is described below
commit 49f94d86012291fed46aa933c35ea67bdc5dec31
Author: Leonard Lausen <[email protected]>
AuthorDate: Wed Mar 4 16:11:44 2020 -0800
Update get_started page for master cpu build (#17757)
---
.../_includes/get_started/linux/python/cpu/pip.md | 40 +++++++++-------------
1 file changed, 16 insertions(+), 24 deletions(-)
diff --git a/docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md
b/docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md
index 8f0974e..5fb510a 100644
--- a/docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md
+++ b/docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md
@@ -2,7 +2,7 @@ Run the following command:
<div class="v1-6-0">
{% highlight bash %}
-$ pip install mxnet
+pip install mxnet
{% endhighlight %}
MKL-DNN enabled pip packages are optimized for Intel hardware. You can find
@@ -10,14 +10,14 @@ performance numbers
in the <a href="https://mxnet.io/api/faq/perf#intel-cpu">MXNet tuning
guide</a>.
{% highlight bash %}
-$ pip install mxnet-mkl
+pip install mxnet-mkl
{% endhighlight %}
</div> <!-- End of v1-6-0 -->
<div class="v1-5-1">
{% highlight bash %}
-$ pip install mxnet==1.5.1
+pip install mxnet==1.5.1
{% endhighlight %}
MKL-DNN enabled pip packages are optimized for Intel hardware. You can find
@@ -25,7 +25,7 @@ performance numbers
in the <a href="https://mxnet.io/api/faq/perf#intel-cpu">MXNet tuning
guide</a>.
{% highlight bash %}
-$ pip install mxnet-mkl==1.5.1
+pip install mxnet-mkl==1.5.1
{% endhighlight %}
</div> <!-- End of v1-5-1 -->
@@ -33,7 +33,7 @@ $ pip install mxnet-mkl==1.5.1
<div class="v1-4-1">
{% highlight bash %}
-$ pip install mxnet==1.4.1
+pip install mxnet==1.4.1
{% endhighlight %}
MKL-DNN enabled pip packages are optimized for Intel hardware. You can find
@@ -41,14 +41,14 @@ performance numbers
in the <a href="https://mxnet.io/api/faq/perf#intel-cpu">MXNet tuning
guide</a>.
{% highlight bash %}
-$ pip install mxnet-mkl==1.4.1
+pip install mxnet-mkl==1.4.1
{% endhighlight %}
</div> <!-- End of v1-4-1 -->
<div class="v1-3-1">
{% highlight bash %}
-$ pip install mxnet==1.3.1
+pip install mxnet==1.3.1
{% endhighlight %}
MKL-DNN enabled pip packages are optimized for Intel hardware. You can find
@@ -56,14 +56,14 @@ performance numbers
in the <a href="https://mxnet.io/api/faq/perf#intel-cpu">MXNet tuning
guide</a>.
{% highlight bash %}
-$ pip install mxnet-mkl==1.3.1
+pip install mxnet-mkl==1.3.1
{% endhighlight %}
</div> <!-- End of v1-3-1 -->
<div class="v1-2-1">
{% highlight bash %}
-$ pip install mxnet==1.2.1
+pip install mxnet==1.2.1
{% endhighlight %}
MKL-DNN enabled pip packages are optimized for Intel hardware. You can find
@@ -71,7 +71,7 @@ performance numbers
in the <a href="https://mxnet.io/api/faq/perf#intel-cpu">MXNet tuning
guide</a>.
{% highlight bash %}
-$ pip install mxnet-mkl==1.2.1
+pip install mxnet-mkl==1.2.1
{% endhighlight %}
</div> <!-- End of v1-2-1 -->
@@ -79,7 +79,7 @@ $ pip install mxnet-mkl==1.2.1
<div class="v1-1-0">
{% highlight bash %}
-$ pip install mxnet==1.1.0
+pip install mxnet==1.1.0
{% endhighlight %}
</div> <!-- End of v1-1-0-->
@@ -87,7 +87,7 @@ $ pip install mxnet==1.1.0
<div class="v1-0-0">
{% highlight bash %}
-$ pip install mxnet==1.0.0
+pip install mxnet==1.0.0
{% endhighlight %}
</div> <!-- End of v1-0-0-->
@@ -96,13 +96,13 @@ $ pip install mxnet==1.0.0
<div class="v0-12-1">
{% highlight bash %}
-$ pip install mxnet==0.12.1
+pip install mxnet==0.12.1
{% endhighlight %}
For MXNet 0.12.0:
{% highlight bash %}
-$ pip install mxnet==0.12.0
+pip install mxnet==0.12.0
{% endhighlight %}
</div> <!-- End of v0-12-1-->
@@ -110,7 +110,7 @@ $ pip install mxnet==0.12.0
<div class="v0-11-0">
{% highlight bash %}
-$ pip install mxnet==0.11.0
+pip install mxnet==0.11.0
{% endhighlight %}
</div> <!-- End of v0-11-0-->
@@ -118,15 +118,7 @@ $ pip install mxnet==0.11.0
<div class="master">
{% highlight bash %}
-$ pip install --pre mxnet -f https://dist.mxnet.io/python/all
-{% endhighlight %}
-
-MKL-DNN enabled pip packages are optimized for Intel hardware. You can find
-performance numbers
-in the <a href="https://mxnet.io/api/faq/perf#intel-cpu">MXNet tuning
guide</a>.
-
-{% highlight bash %}
-$ pip install --pre mxnet-mkl -f https://dist.mxnet.io/python/all
+pip install --pre mxnet -f https://dist.mxnet.io/python/all
{% endhighlight %}
</div> <!-- End of master-->