From 18a71e1fda7c8ba7d4ed3ba62b67683f08f1a7f7 Mon Sep 17 00:00:00 2001 From: TeslaZhao Date: Wed, 10 Feb 2021 14:20:29 +0800 Subject: [PATCH] Update README.md --- python/examples/criteo_ctr/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/criteo_ctr/README.md b/python/examples/criteo_ctr/README.md index 4780fb66..977ba56d 100644 --- a/python/examples/criteo_ctr/README.md +++ b/python/examples/criteo_ctr/README.md @@ -14,7 +14,7 @@ tar xf criteo_ctr_demo_model.tar.gz mv models/ctr_client_conf . mv models/ctr_serving_model . ``` -the directories like serving_server_model and serving_client_config will appear. +the directories like `ctr_serving_model` and `ctr_client_conf` will appear. ### Start RPC Inference Service -- GitLab