Update: VoxCPM1.5 and fine-tuning supprt

This commit is contained in:
Labmem-Zhouyx
2025-12-05 21:00:01 +08:00
parent d1bb6aaf41
commit 461ad7e506
29 changed files with 2928 additions and 228 deletions

View File

@@ -29,7 +29,7 @@ dependencies = [
"torchaudio>=2.5.0",
"transformers>=4.36.2",
"einops",
"gradio",
"gradio<6",
"inflect",
"addict",
"wetext",
@@ -42,7 +42,10 @@ dependencies = [
"sortedcontainers",
"soundfile",
"funasr",
"spaces"
"spaces",
"argbind",
"safetensors"
]
[project.optional-dependencies]