From b744fe7b676c09b293a3e270e8adabdf374575b7 Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期五, 02 二月 2024 10:28:52 +0800
Subject: [PATCH] update run_server.sh
---
runtime/run_server.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/runtime/run_server.sh b/runtime/run_server.sh
index 8c14f98..5ac7234 100644
--- a/runtime/run_server.sh
+++ b/runtime/run_server.sh
@@ -25,7 +25,7 @@
fi
cd $cmd_path
-./${cmd} \
+$cmd_path/${cmd} \
--download-model-dir "${download_model_dir}" \
--model-dir "${model_dir}" \
--vad-dir "${vad_dir}" \
--
Gitblit v1.9.1