[Doc] Update 0.3.0 to 0.4.0 in all docs (#443)

* Update 0.3.0 to 0.4.0 in all docs

* Update download_prebuilt_libraries.md
This commit is contained in:
Jason
2022-10-27 14:33:05 +08:00
committed by GitHub
parent b7e06b8c50
commit 3c208125b8
35 changed files with 122 additions and 122 deletions

View File

@@ -15,9 +15,9 @@
```bash
mkdir build
cd build
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.3.0.tgz
tar xvf fastdeploy-linux-x64-0.3.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.3.0
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-0.4.0.tgz
tar xvf fastdeploy-linux-x64-0.4.0.tgz
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/fastdeploy-linux-x64-0.4.0
make -j
#下载FastDeloy提供的ResNet50_Vd量化模型文件和测试图片