[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

View File

@@ -12,9 +12,9 @@
```
mkdir build
cd build
wget https://https://bj.bcebos.com/paddlehub/fastdeploy/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
tar xvf fastdeploy-linux-x64-gpu-0.6.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.6.0
wget https://https://bj.bcebos.com/paddlehub/fastdeploy/cpp/fastdeploy-linux-x64-gpu-0.7.0.tgz
tar xvf fastdeploy-linux-x64-gpu-0.7.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.7.0
make -j