From b3fb4c0acd5f52a313f024b6f69b8f025c6eddfe Mon Sep 17 00:00:00 2001
From: ming030890 <67713085+ming030890@users.noreply.github.com>
Date: 星期二, 05 八月 2025 17:48:10 +0800
Subject: [PATCH] Allow one to set a custom progress callback (#2609)

---
 runtime/http/readme_zh.md |   13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/runtime/http/readme_zh.md b/runtime/http/readme_zh.md
index c0fea8c..6b60f7d 100644
--- a/runtime/http/readme_zh.md
+++ b/runtime/http/readme_zh.md
@@ -18,6 +18,8 @@
 
 ### 瀹夎渚濊禆
 ```shell
+# need to install boost lib
+apt install libboost-dev libboost-system-dev #ubuntu
 # openblas
 sudo apt-get install libopenblas-dev #ubuntu
 # sudo yum -y install openblas-devel #centos
@@ -45,16 +47,7 @@
 ### 杩愯
 
 ```shell
-./funasr-http-server  \
-  --lm-dir '' \
-  --itn-dir '' \
-  --download-model-dir ${download_model_dir} \
-  --model-dir ${model_dir} \
-  --vad-dir ${vad_dir} \
-  --punc-dir ${punc_dir} \
-  --decoder-thread-num ${decoder_thread_num} \
-  --io-thread-num  ${io_thread_num} \
-  --port ${port} \
+./funasr-http-server  --vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx --model-dir damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx --punc-dir damo/punc_ct-transformer_cn-en-common-vocab471067-large-onnx --itn-dir ''  --lm-dir ''  --port 10001
 ```
 
 

--
Gitblit v1.9.1