From ae013cf597db1c523c9fac21b7e83db62304ae2d Mon Sep 17 00:00:00 2001
From: zhaomingwork <61895407+zhaomingwork@users.noreply.github.com>
Date: 星期四, 08 五月 2025 23:52:09 +0800
Subject: [PATCH] fix bug for core dump in http, use libboost as parse (#2509)
---
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