[Doc] update version in docs (#623)

update version in docs
This commit is contained in:
Jason
2022-11-17 21:21:46 +08:00
committed by GitHub
parent 31353a0924
commit cfda36f4fd
38 changed files with 149 additions and 149 deletions
+3 -3
View File
@@ -10,11 +10,11 @@
以Linux上CPU推理为例,在本目录执行如下命令即可完成编译测试
```bash
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.6.0.tgz
tar xvf fastdeploy-linux-x64-0.6.0.tgz
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.7.0.tgz
tar xvf fastdeploy-linux-x64-0.7.0.tgz
mkdir build && cd build
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
make -j
#下载官方转换好的MODNet模型文件和测试图片