Skip to content

Commit

Permalink
Document single pip on the gpu page too.
Browse files Browse the repository at this point in the history
Fixes tensorflow/tensorflow#36347

PiperOrigin-RevId: 293618104
  • Loading branch information
mihaimaruseac authored and Copybara-Service committed Feb 6, 2020
1 parent 157d783 commit 8192df1
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions site/en/install/gpu.md
Expand Up @@ -25,17 +25,11 @@ GPU support, choose a stable or development package:

### Older versions of TensorFlow

For the 1.15 release, CPU and GPU support are included in a single package:
For releases 1.15 and older, CPU and GPU packages are separate:

<pre class="prettyprint lang-bsh">
<code class="devsite-terminal">pip install --pre "tensorflow==1.15.*"</code>
</pre>

For releases 1.14 and older, CPU and GPU packages are separate:

<pre class="prettyprint lang-bsh">
<code class="devsite-terminal">pip install tensorflow==1.14 # CPU</code>
<code class="devsite-terminal">pip install tensorflow-gpu==1.14 # GPU</code>
<code class="devsite-terminal">pip install tensorflow==1.15 # CPU</code>
<code class="devsite-terminal">pip install tensorflow-gpu==1.15 # GPU</code>
</pre>

## Hardware requirements
Expand Down

0 comments on commit 8192df1

Please sign in to comment.