From 8192df177b6638c626fed56775ab3fc606cf28ff Mon Sep 17 00:00:00 2001 From: Mihai Maruseac Date: Thu, 6 Feb 2020 10:09:35 -0800 Subject: [PATCH] Document single pip on the gpu page too. Fixes https://github.com/tensorflow/tensorflow/issues/36347 PiperOrigin-RevId: 293618104 --- site/en/install/gpu.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/site/en/install/gpu.md b/site/en/install/gpu.md index 36e74e922e5..5a283267dc8 100644 --- a/site/en/install/gpu.md +++ b/site/en/install/gpu.md @@ -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:
-pip install --pre "tensorflow==1.15.*"
-
- -For releases 1.14 and older, CPU and GPU packages are separate: - -
-pip install tensorflow==1.14      # CPU
-pip install tensorflow-gpu==1.14  # GPU
+pip install tensorflow==1.15      # CPU
+pip install tensorflow-gpu==1.15  # GPU
 
## Hardware requirements