依赖放到了参数配置地方提醒,docker提前自行打包依赖

This commit is contained in:
diudiu62
2025-02-26 09:46:30 +08:00
parent d01d1a8520
commit 82673e8ddd
2 changed files with 1 additions and 7 deletions
+1 -1
View File
@@ -564,7 +564,7 @@ CONFIG_METADATA_2 = {
"sensevoice_hint": {
"description": "部署SenseVoice",
"type": "string",
"hint": "启用前请 pip 安装 funasr_onnx、torchaudio、torch、modelscope、jieba 库(默认使用CPU,大约下载 1 GB),并且安装 ffmpeg。否则将无法正常转文字。",
"hint": "启用前请 pip 安装 funasr、funasr_onnx、torchaudio、torch、modelscope、jieba 库(默认使用CPU,大约下载 1 GB),并且安装 ffmpeg。否则将无法正常转文字。",
"obvious_hint": True,
},
"is_emotion": {
-6
View File
@@ -21,9 +21,3 @@ silk-python
lark-oapi
ormsgpack
cryptography
funasr_onnx
torchaudio
torch
modelscope
jieba