From f290afd394e86679d3612f0d26c6206f24b090c9 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Mon, 30 Mar 2020 13:44:27 +0800 Subject: [PATCH] Update SAVE.md --- doc/SAVE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/SAVE.md b/doc/SAVE.md index 59464a4e..c1e6b19a 100644 --- a/doc/SAVE.md +++ b/doc/SAVE.md @@ -1,4 +1,7 @@ ## How to save a servable model of Paddle Serving? + +([简体中文](./SAVE_CN.md)|English) + - Currently, paddle serving provides a save_model interface for users to access, the interface is similar with `save_inference_model` of Paddle. ``` python import paddle_serving_client.io as serving_io -- GitLab