From b86e0372092ebd79e7f579e424ffb54b2585402f Mon Sep 17 00:00:00 2001 From: huangmingming <huangmingming@deepscience.cn> Date: 星期一, 30 一月 2023 17:39:26 +0800 Subject: [PATCH] update readme, add prepare for sever env --- funasr/runtime/python/grpc/Readme.md | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/funasr/runtime/python/grpc/Readme.md b/funasr/runtime/python/grpc/Readme.md index 8eeb906..7c23d9b 100644 --- a/funasr/runtime/python/grpc/Readme.md +++ b/funasr/runtime/python/grpc/Readme.md @@ -5,13 +5,14 @@ ## Steps -Step 1) Prepare server environment. +Step 1) Prepare server environment (on server). ``` #Optional, modelscope cuda docker is preferred. docker run --network host -d -it --gpus '"device=0"' -v /data:/data registry.cn-hangzhou.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-cuda11.3.0-py37-torch1.11.0-tf1.15.5-1.2.0 +cd /opt/conda/lib/python3.7/site-packages/funasr/runtime/python/grpc ``` -Step 2) Generate protobuf file for server and client. +Step 2) Generate protobuf file (for server and client). ``` #Optional, paraformer_pb2.py and paraformer_pb2_grpc.py are already generated. python -m grpc_tools.protoc --proto_path=./proto -I ./proto --python_out=. --grpc_python_out=./ ./proto/paraformer.proto -- Gitblit v1.9.1