Skip to content

Commit ee61af7

Browse files
committed
适配 cosyvoice3
1 parent ebe045f commit ee61af7

3 files changed

Lines changed: 8 additions & 6 deletions

File tree

webapp/extensions/cosyvoice/requirements.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# --extra-index-url https://download.pytorch.org/whl/cu126
2+
--extra-index-url https://mirrors.nju.edu.cn/pytorch/whl/cu126
13
conformer==0.3.2
24
deepspeed==0.15.1; sys_platform == 'linux'
35
diffusers==0.29.0
@@ -8,7 +10,7 @@ gradio==5.4.0
810
grpcio==1.57.0
911
grpcio-tools==1.57.0
1012
hydra-core==1.3.2
11-
HyperPyYAML==1.2.2
13+
HyperPyYAML==1.2.3
1214
inflect==7.3.1
1315
librosa==0.10.2
1416
lightning==2.2.4
@@ -20,7 +22,7 @@ omegaconf==2.3.0
2022
onnx==1.16.0
2123
onnxruntime-gpu==1.18.0; sys_platform == 'linux'
2224
onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'win32'
23-
openai-whisper==20231117
25+
openai-whisper==20250625
2426
protobuf==4.25
2527
pyarrow==18.1.0
2628
pydantic==2.7.0
@@ -31,8 +33,8 @@ tensorboard==2.14.0
3133
tensorrt-cu12==10.13.3.9; sys_platform == 'linux'
3234
tensorrt-cu12-bindings==10.13.3.9; sys_platform == 'linux'
3335
tensorrt-cu12-libs==10.13.3.9; sys_platform == 'linux'
34-
torch==2.3.1
35-
torchaudio==2.3.1
36+
torch==2.6.0
37+
torchaudio==2.6.0
3638
transformers==4.51.3
3739
x-transformers==2.11.24
3840
uvicorn==0.30.0

webapp/extensions/index_tts/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

webapp/extensions/voxcpm/notebook.ipynb

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)