add cosyvoice3 vllm example

This commit is contained in:
lyuxiang.lx
2025-12-08 10:55:53 +00:00
parent bfa835a74b
commit b4dd67a8af
3 changed files with 29 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ def cosyvoice3_example():
torchaudio.save('hotfix_{}.wav'.format(i), j['tts_speech'], cosyvoice.sample_rate)
def main():
# cosyvoice_example()
cosyvoice_example()
cosyvoice2_example()
cosyvoice3_example()