File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,17 @@ 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
21
22
- ### Latest PaddlePaddle Release: [ Fluid 1.0.0 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.0.0 )
22
+ ### Latest PaddlePaddle Release: [ Fluid 1.0.1 ] ( https://github.com/PaddlePaddle/Paddle/tree/release/1.0.0 )
23
23
### Install Latest Stable Release:
24
24
```
25
25
# Linux CPU
26
26
pip install paddlepaddle
27
27
# Linux GPU cuda9cudnn7
28
28
pip install paddlepaddle-gpu
29
29
# Linux GPU cuda8cudnn7
30
- pip install paddlepaddle-gpu==0.15.0 .post87
30
+ pip install paddlepaddle-gpu==1.0.1 .post87
31
31
# Linux GPU cuda8cudnn5
32
- pip install paddlepaddle-gpu==0.15.0 .post85
32
+ pip install paddlepaddle-gpu==1.0.1 .post85
33
33
34
34
# For installation on other platform, refer to http://paddlepaddle.org/
35
35
```
You can’t perform that action at this time.
0 commit comments