From 9100825c0698abec2e49dd67a5360dc56d40a309 Mon Sep 17 00:00:00 2001 From: huangmingming <huangmingming@deepscience.cn> Date: 星期二, 07 三月 2023 15:03:50 +0800 Subject: [PATCH] adjust include header --- funasr/runtime/grpc/Readme.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/funasr/runtime/grpc/Readme.md b/funasr/runtime/grpc/Readme.md index aabb79c..03f6f78 100644 --- a/funasr/runtime/grpc/Readme.md +++ b/funasr/runtime/grpc/Readme.md @@ -2,7 +2,7 @@ -#### compile and install grpc v1.52.0 in case of grpc bugs +#### Step 1. Compile and install grpc v1.52.0 in case of grpc bugs ``` export GRPC_INSTALL_DIR=/data/soft/grpc export PKG_CONFIG_PATH=$GRPC_INSTALL_DIR/lib/pkgconfig @@ -29,7 +29,7 @@ -#### compile grpc onnx paraformer server +#### Step 2. Compile grpc onnx paraformer server ``` #depends on ../onnxruntime #file vocab.txt : UTF-8 Unicode text @@ -40,7 +40,7 @@ -#### start grpc python paraformer client on PC with MIC +#### Step 3. Start grpc python paraformer client on PC with MIC ``` cd ../python/grpc python grpc_main_client_mic.py --host 127.0.0.1 --port 10108 -- Gitblit v1.9.1