未验证 提交 d3751c0f 编写于 作者: B Bin Lu 提交者: GitHub

Merge pull request #1532 from RainFrost1/cpp_doc_update

更新cpp readme
......@@ -122,12 +122,11 @@ build/paddle_inference_install_dir/
* [Paddle预测库官网](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/05_inference_deployment/inference/build_and_install_lib_cn.html#id1)上提供了不同cuda版本的Linux预测库,可以在官网查看并选择合适的预测库版本,注意必须选择`develop`版本。
`ubuntu14.04_cuda9.0_cudnn7_avx_mkl``develop`版本为例,使用下述命令下载并解压:
`2.1.1-gpu-cuda10.2-cudnn8.1-mkl-gcc8.2``develop`版本为例,使用下述命令下载并解压:
```shell
wget https://paddle-inference-lib.bj.bcebos.com/latest-gpu-cuda9-cudnn7-avx-mkl/paddle_inference.tgz
wget https://paddle-inference-lib.bj.bcebos.com/2.1.1-gpu-cuda10.2-cudnn8.1-mkl-gcc8.2/paddle_inference.tgz
tar -xvf paddle_inference.tgz
```
......
......@@ -229,6 +229,7 @@ cmake .. \
-DFAISS_WITH_MKL=${FAISS_WITH_MKL}
make -j
cd ..
```
上述命令中,
......
......@@ -21,4 +21,5 @@ cmake .. \
-DFAISS_DIR=${FAISS_DIR} \
-DFAISS_WITH_MKL=${FAISS_WITH_MKL}
make -j
\ No newline at end of file
make -j
cd ..
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册