italiced commited on
Commit
e484c64
·
verified ·
1 Parent(s): 0d5fcc4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -1,4 +1,8 @@
1
- cosyvoice # 包含 CosyVoice2
2
- torch # CPU 版本
3
- torchaudio # CPU 版本
 
 
 
4
  gradio
 
 
1
+ # GitHub 拉取最新的 cosyvoice 源码,确保包含 cli 子包
2
+ git+https://github.com/FunAudioLLM/CosyVoice.git@main
3
+
4
+ # PyPI 上的依赖
5
+ torch # CPU 版本(自动选择)
6
+ torchaudio # CPU 版本(自动选择)
7
  gradio
8
+ huggingface_hub # 用于运行时拉取模型