Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix get_started pip instructions #17725

Merged
merged 1 commit into from
Feb 29, 2020
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Run the following command:

<div class="v1-5-0">
<div class="v1-5-1">
{% highlight bash %}
$ pip install mxnet
{% endhighlight %}
Expand All @@ -13,7 +13,7 @@ in the <a href="https://mxnet.io/api/faq/perf#intel-cpu">MXNet tuning guide</a>.
$ pip install mxnet-mkl
{% endhighlight %}

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

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

Expand Down Expand Up @@ -118,4 +118,4 @@ $ pip install --pre mxnet-mkl -f https://dist.mxnet.io/python/all
<br>


{% include /get_started/pip_snippet.md %}
{% include /get_started/pip_snippet.md %}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Run the following command:

<div class="v1-5-0">
<div class="v1-5-1">
{% highlight bash %}
$ pip install mxnet-cu101
{% endhighlight %}

</div> <!-- End of v1-5-0 -->
</div> <!-- End of v1-5-1 -->
<div class="v1-4-1">

{% highlight bash %}
Expand Down Expand Up @@ -71,4 +71,4 @@ $ pip install --pre mxnet-cu102 -f https://dist.mxnet.io/python/all
<br>

{% include /get_started/pip_snippet.md %}
{% include /get_started/gpu_snippet.md %}
{% include /get_started/gpu_snippet.md %}
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Run the following command:

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

{% highlight bash %}
$ pip install mxnet
{% endhighlight %}
</div> <!-- End of v1-5-0 -->
</div> <!-- End of v1-5-1 -->
<div class="v1-4-1">

{% highlight bash %}
Expand Down Expand Up @@ -70,4 +70,4 @@ $ pip install --pre mxnet -f https://dist.mxnet.io/python/all

</div> <!-- End of master-->

{% include /get_started/pip_snippet.md %}
{% include /get_started/pip_snippet.md %}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Run the following command:

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

{% highlight bash %}
$ pip install mxnet
{% endhighlight %}

</div> <!-- End of v1-5-0 -->
</div> <!-- End of v1-5-1 -->
<div class="v1-4-1">

{% highlight bash %}
Expand Down Expand Up @@ -70,4 +70,4 @@ $ pip install --pre mxnet -f https://dist.mxnet.io/python/all
</div> <!-- End of master-->

{% include /get_started/pip_snippet.md %}
{% include /get_started/gpu_snippet.md %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what has changed in all these gpu_snippets?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I bet it is eol character - those md files had no eol before

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. My editor ensures each file has eol by default

{% include /get_started/gpu_snippet.md %}
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Run the following command:

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

{% highlight bash %}
$ pip install mxnet-cu101
{% endhighlight %}

</div> <!-- End of v1-5-0 -->
</div> <!-- End of v1-5-1 -->
<div class="v1-4-1">

{% highlight bash %}
Expand Down Expand Up @@ -71,4 +71,4 @@ $ pip install --pre mxnet-cu102 -f https://dist.mxnet.io/python/all


{% include /get_started/pip_snippet.md %}
{% include /get_started/gpu_snippet.md %}
{% include /get_started/gpu_snippet.md %}