From d80ac2fd2df4e7fb8a28acfa512bb11472b5cc99 Mon Sep 17 00:00:00 2001
From: liugz18 <57401541+liugz18@users.noreply.github.com>
Date: 星期四, 18 七月 2024 21:34:55 +0800
Subject: [PATCH] Rename 'res' in line 514 to avoid with naming conflict with line 365
---
runtime/run_server.sh | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/runtime/run_server.sh b/runtime/run_server.sh
index bee4f61..22907ab 100644
--- a/runtime/run_server.sh
+++ b/runtime/run_server.sh
@@ -1,8 +1,4 @@
-TORCH_DIR=$(python3 -c "import torch; import os; print(os.path.dirname(torch.__file__))")
-BLADE_DIR=$(python3 -c "import torch_blade; import os; print(os.path.dirname(torch_blade.__file__))")
-export LD_LIBRARY_PATH=/usr/local/lib:${TORCH_DIR}/lib:${BLADE_DIR}:${LD_LIBRARY_PATH}
-
download_model_dir="/workspace/models"
model_dir="damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx"
vad_dir="damo/speech_fsmn_vad_zh-cn-16k-common-onnx"
@@ -42,6 +38,5 @@
--port ${port} \
--certfile "${certfile}" \
--keyfile "${keyfile}" \
- --gpu \
--hotword "${hotword}" &
--
Gitblit v1.9.1