File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,21 @@ learning to many products at Baidu.
18
18
Our vision is to enable deep learning for everyone via PaddlePaddle.
19
19
Please refer to our [ release announcement] ( https://github.com/PaddlePaddle/Paddle/releases ) to track the latest feature of PaddlePaddle.
20
20
21
- ### Lastest PaddlePaddle Version: [ Fluid] ( https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/fluid )
21
+
22
+ ### Latest PaddlePaddle Release: [ Fluid 0.14.0] ( https://github.com/PaddlePaddle/Paddle/tree/v0.14.0 )
23
+ ### Install Latest Stable Release:
24
+ ```
25
+ # Linux CPU
26
+ pip install paddlepaddle
27
+ # Linux GPU cuda9cudnn7
28
+ pip install paddlepaddle-gpu
29
+ # Linux GPU cuda8cudnn7
30
+ pip install paddlepaddle-gpu==0.14.0.post87
31
+ # Linux GPU cuda8cudnn5
32
+ pip install paddlepaddle-gpu==0.14.0.post85
33
+
34
+ # For installation on other platform, refer to http://paddlepaddle.org/
35
+ ```
22
36
23
37
## Features
24
38
You can’t perform that action at this time.
0 commit comments