[Doc] Update the url of uie readme about FastDeploy enviroment and building process (#462)

update the url of FastDeploy enviroment and build readme
This commit is contained in:
Jack Zhou
2022-10-31 13:42:19 +08:00
committed by GitHub
parent e0be2baf10
commit 741288d225
2 changed files with 4 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
在部署前,需确认以下两个步骤
- 1. 软硬件环境满足要求,参考[FastDeploy环境要求](../../../../docs/environment.md)
- 2. FastDeploy Python whl包安装参考[FastDeploy Python安装](../../../../docs/quick_start)
- 1. 软硬件环境满足要求,参考[FastDeploy环境要求](../../../../docs/cn/build_and_install/download_prebuilt_libraries.md)
- 2. FastDeploy Python whl包安装参考[FastDeploy Python安装](../../../../docs/cn/build_and_install/download_prebuilt_libraries.md)
本目录下提供`infer.py`快速完成UIE模型在CPU/GPU以及CPU上通过OpenVINO加速CPU端部署示例。执行如下脚本即可完成。