From 2eacd41baa201d96a6d9807f66eb8eb4c637e24c Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Sun, 25 Apr 2021 11:16:53 +0800 Subject: [PATCH] Create PIPELINE_SERVING.md --- doc/PIPELINE_SERVING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/PIPELINE_SERVING.md b/doc/PIPELINE_SERVING.md index 95d706e4..5e7df613 100644 --- a/doc/PIPELINE_SERVING.md +++ b/doc/PIPELINE_SERVING.md @@ -425,6 +425,8 @@ service PipelineService { ## ★ Classic examples +All examples of pipelines are in [examples/pipeline/](../python/examples/pipeline) directory. + Here, we build a simple imdb model enable example to show how to use Pipeline Serving. The relevant code can be found in the `python/examples/pipeline/imdb_model_ensemble` folder. The Server-side structure in the example is shown in the following figure: -- GitLab