From 2f0e66af5ebf35b5f5587cab24e5990bece54997 Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Thu, 22 Sep 2022 11:54:53 +0800 Subject: [PATCH] Update Python_prebuilt_wheels.md --- docs/quick_start/Python_prebuilt_wheels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_start/Python_prebuilt_wheels.md b/docs/quick_start/Python_prebuilt_wheels.md index c0ad4924f..7230d40fd 100644 --- a/docs/quick_start/Python_prebuilt_wheels.md +++ b/docs/quick_start/Python_prebuilt_wheels.md @@ -53,4 +53,4 @@ pip install fastdeploy-gpu-python -f https://www.paddlepaddle.org.cn/whl/fastdep ## 其它文档 - [预编译C++部署库](./CPP_prebuilt_libraries.md) -- [视觉模型C++/Python部署示例](../../examples/vision/) +- [视觉/NLP模型C++/Python部署示例](../../examples/)