Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@
```
git clone https://gitee.com/paddlepaddle/FastDeploy.git
cd FastDeploy
*** checkout to release2.5 branch ***
```
**checkout to release2.5 branch**
#### env 配置
```
#!/bin/sh
export MACA_PATH=/opt/maca

Expand All @@ -83,6 +84,7 @@ export FD_ENC_DEC_BLOCK_NUM=2
export FD_SAMPLING_CLASS=rejection

bash build.sh
```
## 五、编译打卡流程

1)熟悉并了解编译脚本,编译参数配置,完成fastdeploy编译,编译产物位于~/fastdeploy/dist;
Expand Down