Skip to content

Commit

Permalink
Update how_to_add_backend.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangjiajun authored Mar 17, 2023
1 parent 1b37cb0 commit e21127b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cn/faq/how_to_add_backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ make install

我们可参照 https://github.com/PaddlePaddle/FastDeploy/tree/develop/examples/runtime/cpp 此处的示例,写一个新增后端加载模型并推理测试,验证无问题即可。

### 5. Python接口绑定
### 6. Python接口绑定

在完成C++后端开发后,如有进一步Python接口支持的需求,仅需在FastDeploy快速绑定几个基础的接口即可。

Expand All @@ -84,7 +84,7 @@ make install

至此,就完成了Python接口的绑定。

### 6. Python 后端测试
### 7. Python 后端测试

在完成上述部署后,即可编译安装FastDeploy python包
```
Expand Down

0 comments on commit e21127b

Please sign in to comment.