Skip to content

Commit

Permalink
update run_server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lyblsgo committed Feb 2, 2024
1 parent 6c06ac2 commit b744fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/run_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ -z "$certfile" ] || [ "$certfile" = "0" ]; then
fi

cd $cmd_path
./${cmd} \
$cmd_path/${cmd} \
--download-model-dir "${download_model_dir}" \
--model-dir "${model_dir}" \
--vad-dir "${vad_dir}" \
Expand Down
2 changes: 1 addition & 1 deletion runtime/run_server_2pass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ -z "$certfile" ] || [ "$certfile" = "0" ]; then
fi

cd $cmd_path
./${cmd} \
$cmd_path/${cmd} \
--download-model-dir "${download_model_dir}" \
--model-dir "${model_dir}" \
--online-model-dir "${online_model_dir}" \
Expand Down

0 comments on commit b744fe7

Please sign in to comment.