From 48c2df12e869970f9294d0f7837d2a8938e60e90 Mon Sep 17 00:00:00 2001 From: ShiningZhang Date: Tue, 24 Aug 2021 21:08:23 +0800 Subject: [PATCH] Updata general-client/README_CN.md --- core/general-client/README_CN.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/general-client/README_CN.md b/core/general-client/README_CN.md index 908d1e6d..d391ed86 100755 --- a/core/general-client/README_CN.md +++ b/core/general-client/README_CN.md @@ -25,10 +25,9 @@ python -m paddle_serving_server.serve --model uci_housing_model --thread 10 --po 更多示例详见[simple_client.cpp](./example/simple_client.cpp) -
| Argument | Type | Default | Description | | ---------------------------------------------- | ---- | ------------------------------------ | ----------------------------------------------------- | | `client_conf` | str | `"serving_client_conf.prototxt"` | Path of client conf | | `server_port` | str | `"127.0.0.1:9393"` | Exposed ip:port of server | -| `test_type` | str | `"brpc"` | Mode of request "brpc" | +| `test_type` | str | `"brpc"` | Mode of request "brpc" | | `sample_type` | str | `"fit_a_line"` | Type of sample include "fit_a_line,bert" | -- GitLab