From c880db53646ab9fd26417f4baf004ab44cc24e1a Mon Sep 17 00:00:00 2001
From: lingji-yidong <75744976+lingji-yidong@users.noreply.github.com>
Date: 星期五, 28 六月 2024 01:28:24 +0800
Subject: [PATCH] Fix: Return tuple ('', []) when char_list is empty to prevent ValueError (#1857)
---
runtime/websocket/readme_zh.md | 21 +++++----------------
1 files changed, 5 insertions(+), 16 deletions(-)
diff --git a/runtime/websocket/readme_zh.md b/runtime/websocket/readme_zh.md
index 138c842..d185425 100644
--- a/runtime/websocket/readme_zh.md
+++ b/runtime/websocket/readme_zh.md
@@ -41,28 +41,17 @@
### 涓嬭浇 onnxruntime
https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/dep_libs/onnxruntime-win-x64-1.16.1.zip
-涓嬭浇骞惰В鍘嬪埌 d:\ffmpeg-master-latest-win64-gpl-shared
+涓嬭浇骞惰В鍘嬪埌 d:/onnxruntime-win-x64-1.16.1
### 涓嬭浇 ffmpeg
https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/dep_libs/ffmpeg-master-latest-win64-gpl-shared.zip
-涓嬭浇骞惰В鍘嬪埌 d:\onnxruntime-win-x64-1.16.1
+涓嬭浇骞惰В鍘嬪埌 d:/ffmpeg-master-latest-win64-gpl-shared
### 缂栬瘧 openssl
-https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/dep_libs/openssl-1.1.1w.tar.gz
+https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/dep_libs/openssl-1.1.1w.zip
-涓嬭浇瑙e帇鍒� d:/src/openssl-1.1.1w
-
-```
-# 涓嬭浇&瀹夎 perl: https://www.activestate.com/products/activeperl/downloads/
-d:
-cd d:/src/openssl-1.1.1w
-perl Configure VC-WIN64A --prefix=d:/openssl-1.1.1w
-# 绠$悊鍛樿韩浠芥墦寮� x64 Native Tools Command Prompt 鎵ц浠ヤ笅缂栬瘧姝ラ
-nmake
-nmake install
-
-```
+涓嬭浇瑙e帇鍒� d:/openssl-1.1.1w
### 缂栬瘧 runtime
```
@@ -74,5 +63,5 @@
```
Visual Studio 鎵撳紑 FunASR/runtime/websocket/build/FunASRWebscoket.sln 瀹屾垚缂栬瘧锛�
缂栬瘧鍚庣殑鍙墽琛屾枃浠朵綅浜庯細FunASR/runtime/websocket/build/bin/Debug;
-浠� onnxruntime-win-x64-1.16.1/lib, ffmpeg-master-latest-win64-gpl-shared/bin copy鐩稿叧鐨凞LL搴撹嚦: FunASR/runtime/onnxruntime/build/bin/Debug
+浠� onnxruntime-win-x64-1.16.1/lib, ffmpeg-master-latest-win64-gpl-shared/bin, openssl-1.1.1w/bin copy鐩稿叧鐨凞LL搴撹嚦: FunASR/runtime/websocket/build/bin/Debug
--
Gitblit v1.9.1