From ae254c60f4426226f6e0e7770e4690ef9f68b27b Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 27 Feb 2023 21:36:12 +0800 Subject: [PATCH] Update README_CN.md --- serving/README_CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/serving/README_CN.md b/serving/README_CN.md index 895df1222..2a7f2c39c 100644 --- a/serving/README_CN.md +++ b/serving/README_CN.md @@ -6,6 +6,7 @@ FastDeploy基于[Triton Inference Server](https://github.com/triton-inference-server/server)搭建了端到端的服务化部署。底层后端使用FastDeploy高性能Runtime模块,并串联FastDeploy前后处理模块实现端到端的服务化部署。具有快速部署、使用简单、性能卓越的特性。 +> FastDeploy同时还提供了基于Python搭建的服务化部署能力,只需要通过Python即可启动服务,可参考[PaddleSeg部署示例](../examples/vision/segmentation/paddleseg/serving/simple_serving)了解其用法。 ## 准备环境 ### 环境要求