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