From 697860a01f4e82135485c60ebe26869307bafff7 Mon Sep 17 00:00:00 2001 From: Yabin Li <wucong.lyb@alibaba-inc.com> Date: 星期四, 16 三月 2023 16:53:45 +0800 Subject: [PATCH] Merge pull request #245 from dyyzhmm/main --- funasr/runtime/grpc/rebuild.sh | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/funasr/runtime/grpc/rebuild.sh b/funasr/runtime/grpc/rebuild.sh new file mode 100644 index 0000000..4b76012 --- /dev/null +++ b/funasr/runtime/grpc/rebuild.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +rm cmake -rf +mkdir -p cmake/build + +cd cmake/build + +cmake -DCMAKE_BUILD_TYPE=release ../.. -DONNXRUNTIME_DIR=/data/asrmodel/onnxruntime-linux-x64-1.14.0 +make + + +echo "Build cmake/build/paraformer_server successfully!" + +echo "Start server" + +./paraformer_server \ No newline at end of file -- Gitblit v1.9.1