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
5 changes: 3 additions & 2 deletions docs/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

- [Python API文档](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/python/html/)
- [C++ API文档](https://www.paddlepaddle.org.cn/fastdeploy-api-doc/cpp/html/)
- [Android Java API文档](../java/android)

## 性能调优

Expand All @@ -31,9 +32,9 @@

- [1. 如何配置模型部署的推理后端](cn/faq/how_to_change_backend.md)
- [2. Windows上C++ SDK如何使用](cn/faq/use_sdk_on_windows.md)
- [3. Android上如何使用FastDeploy](cn/faq/use_sdk_on_android.md)(进行中)
- [3. Android上如何使用FastDeploy C++ SDK](cn/faq/use_cpp_sdk_on_android.md)
- [4. TensorRT使用中的一些技巧](cn/faq/tensorrt_tricks.md)
- [5. 如何增加新的模型](cn/faq/develop_a_new_model.md)(进行中)
- [5. 如何增加新的模型](cn/faq/develop_a_new_model.md)

## 更多FastDeploy部署模块

Expand Down