Update version number in all documents (#251)

update version
This commit is contained in:
Jason
2022-09-17 22:33:59 +08:00
committed by GitHub
parent 5e8429f376
commit 79c3dcc241
27 changed files with 91 additions and 91 deletions

View File

@@ -12,9 +12,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.2.0.tgz
tar xvf fastdeploy-linux-x64-0.2.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.2.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.2.1.tgz
tar xvf fastdeploy-linux-x64-0.2.1.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.2.1
make -j
#下载官方转换好的YOLOv5Lite模型文件和测试图片