[Doc] update version number to 0.6.0 (#552)

update version number
This commit is contained in:
Jason
2022-11-10 19:11:24 +08:00
committed by GitHub
parent 0d57562c99
commit 04d364d9d6
38 changed files with 134 additions and 134 deletions

View File

@@ -16,14 +16,14 @@
```bash
# 下载SDK编译模型examples代码SDK中包含了examples代码
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.4.0.tgz
tar xvf fastdeploy-linux-x64-gpu-0.4.0.tgz
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
tar xvf fastdeploy-linux-x64-gpu-0.6.0.tgz
cd fastdeploy-linux-x64-gpu-0.4.0/examples/text/ernie-3.0/cpp
cd fastdeploy-linux-x64-gpu-0.6.0/examples/text/ernie-3.0/cpp
mkdir build
cd build
# 执行cmake需要指定FASTDEPLOY_INSTALL_DIR为FastDeploy SDK的目录。
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.4.0
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.6.0
make -j
# 下载AFQMC数据集的微调后的ERNIE 3.0模型以及词表

View File

@@ -12,13 +12,13 @@
```
#下载SDK编译模型examples代码SDK中包含了examples代码
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.4.0.tgz
tar xvf fastdeploy-linux-x64-gpu-0.4.0.tgz
wget https://bj.bcebos.com/fastdeploy/release/cpp/fastdeploy-linux-x64-gpu-0.6.0.tgz
tar xvf fastdeploy-linux-x64-gpu-0.6.0.tgz
cd fastdeploy-linux-x64-gpu-0.4.0/examples/text/uie/cpp
cd fastdeploy-linux-x64-gpu-0.6.0/examples/text/uie/cpp
mkdir build
cd build
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.4.0
cmake .. -DFASTDEPLOY_INSTALL_DIR=${PWD}/../../../../../../fastdeploy-linux-x64-gpu-0.6.0
make -j
# 下载uie-base模型以及词表