From 2af668621455b6a60ea16fa5d988eaf35f46cf2f Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Wed, 9 Oct 2019 19:15:04 +0800 Subject: [PATCH] Update model_toolkit.prototxt --- demo-serving/conf/model_toolkit.prototxt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-serving/conf/model_toolkit.prototxt b/demo-serving/conf/model_toolkit.prototxt index 9823478a..836394e6 100644 --- a/demo-serving/conf/model_toolkit.prototxt +++ b/demo-serving/conf/model_toolkit.prototxt @@ -33,5 +33,5 @@ engines { batch_infer_size: 0 enable_batch_align: 0 sparse_param_service_type: REMOTE - sparse_param_service_table_name: "dict" + sparse_param_service_table_name: "test_dict" } -- GitLab