未验证 提交 933284b0 编写于 作者: K KP 提交者: GitHub

Fix hub serving config in lac module.

上级 f80c221c
...@@ -78,8 +78,9 @@ $ hub serving start -c serving_config.json ...@@ -78,8 +78,9 @@ $ hub serving start -c serving_config.json
"modules_info": { "modules_info": {
"jieba_paddle": { "jieba_paddle": {
"init_args": { "init_args": {
"version": "2.2.0" "version": "1.0.0"
} },
"predict_args": {}
} }
}, },
"port": 8866, "port": 8866,
......
...@@ -88,9 +88,10 @@ $ hub serving start -c serving_config.json ...@@ -88,9 +88,10 @@ $ hub serving start -c serving_config.json
"modules_info": { "modules_info": {
"lac": { "lac": {
"init_args": { "init_args": {
"version": "2.1.0" "version": "2.1.0",
"user_dict": "./test_dict.txt" "user_dict": "./test_dict.txt"
} },
"predict_args": {}
} }
}, },
"port": 8866, "port": 8866,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册