mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[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:
@@ -12,9 +12,9 @@
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
wget https://https://bj.bcebos.com/paddlehub/fastdeploy/cpp/fastdeploy-linux-x64-gpu-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://https://bj.bcebos.com/paddlehub/fastdeploy/cpp/fastdeploy-linux-x64-gpu-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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user