diff --git a/doc/SAVE.md b/doc/SAVE.md index 59464a4e7c1931291d4a21b8d9d802a07dd22ec6..c1e6b19a45c75a64207802984f52c734d44f8fc8 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