From 05db39010e5cd315da5c0e57fddbdd33d526bf3a Mon Sep 17 00:00:00 2001 From: acosta123 <42226556+acosta123@users.noreply.github.com> Date: Fri, 19 Apr 2019 10:37:42 +0800 Subject: [PATCH] Update compile_Windows_en.md --- doc/fluid/beginners_guide/install/compile/compile_Windows_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/beginners_guide/install/compile/compile_Windows_en.md b/doc/fluid/beginners_guide/install/compile/compile_Windows_en.md index 0fbb7d689..293fd04c0 100644 --- a/doc/fluid/beginners_guide/install/compile/compile_Windows_en.md +++ b/doc/fluid/beginners_guide/install/compile/compile_Windows_en.md @@ -8,7 +8,7 @@ This instruction will show you how to compile PaddlePaddle on a *64-bit desktop ## Determine which version to compile -* 1.3 PaddlePaddle that supports GPU. In order to make PaddlePaddle programs run faster, we usually use GPU to accelerate them. However, for the installation of GPU version of PaddlePaddle, NVIDIA GPU which satisfies with the following condictions is needed(please refer to the offical document of NVIDIA GPU for more installation and configuration details: [For CUDA](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/),[For cuDNN](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/)) +* 1.3 version PaddlePaddle can support GPU. In order to make PaddlePaddle programs run faster, we usually use GPU to accelerate them. However, for the installation of GPU version of PaddlePaddle, NVIDIA GPU which satisfies with the following condictions is needed(please refer to the offical document of NVIDIA GPU for more installation and configuration details: [For CUDA](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/),[For cuDNN](https://docs.nvidia.com/deeplearning/sdk/cudnn-install/)) * Cuda tool package8.0 with cuDNN v7 * Hardware device with GPU calculation performance beyond 1.0 -- GitLab