Skip to content

Commit b3c5e67

Browse files
committed
Correct link
1 parent ee867cb commit b3c5e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/design/mkldnn/int8/PTQ/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document is based on a previously created document [post-training quantizat
44

55
## 0. Install PaddlePaddle
66

7-
Follow PaddlePaddle [installation instruction](https://github.com/PaddlePaddle/models/tree/develop/fluid/PaddleCV/image_classification#installation) to install PaddlePaddle. If you build PaddlePaddle yourself, please use the following cmake arguments.
7+
Follow PaddlePaddle [installation instruction](https://www.paddlepaddle.org.cn/documentation/docs/en/install/index_en.html) to install PaddlePaddle. If you build PaddlePaddle yourself, please use the following cmake arguments.
88

99
```bash
1010
cmake .. -DWITH_TESTING=ON -WITH_FLUID_ONLY=ON -DWITH_GPU=OFF -DWITH_MKL=ON -DWITH_MKLDNN=ON -DWITH_INFERENCE_API_TEST=ON -DON_INFER=ON

docs/design/mkldnn/int8/PTQ/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
## 0. Install PaddlePaddle
4848

49-
Follow PaddlePaddle [installation instruction](https://github.com/PaddlePaddle/models/tree/develop/fluid/PaddleCV/image_classification#installation) to install PaddlePaddle. If you build PaddlePaddle yourself, please use the following cmake arguments.
49+
Follow PaddlePaddle [installation instruction](https://www.paddlepaddle.org.cn/documentation/docs/en/install/index_en.html) to install PaddlePaddle. If you build PaddlePaddle yourself, please use the following cmake arguments.
5050

5151
```bash
5252
cmake .. -DWITH_TESTING=ON -WITH_FLUID_ONLY=ON -DWITH_GPU=OFF -DWITH_MKL=ON -DWITH_MKLDNN=ON -DWITH_INFERENCE_API_TEST=ON -DON_INFER=ON

0 commit comments

Comments
 (0)