From f0827d43cee9955f268cc9aa52037ec0836260b0 Mon Sep 17 00:00:00 2001 From: chenjian Date: Fri, 21 Apr 2023 19:08:55 +0800 Subject: [PATCH] remove host information in release v1.6 (#2245) --- docs/tutorial/bert_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/bert_service.md b/docs/tutorial/bert_service.md index 3f96e155..f7e6490e 100644 --- a/docs/tutorial/bert_service.md +++ b/docs/tutorial/bert_service.md @@ -235,7 +235,7 @@ $ hub serving start bert_service -m ernie -p 8866 $ hub serving start bert_service -m bert_chinese_L-12_H-768_A-12 -p 8867 ``` -Q : 启动时显示"Check out http://yq01-gpu-255-129-12-00.epc.baidu.com:8887 in web +Q : 启动时显示"Check out http://${ip}:8887 in web browser.",这个页面有什么作用。 A : 这是`BRPC`的内置服务,主要用于查看请求数、资源占用等信息,可对server端性能有大致了解,具体信息可查看[BRPC内置服务](https://github.com/apache/incubator-brpc/blob/master/docs/cn/builtin_service.md)。 -- GitLab