Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -12
requirements.txt
CHANGED
|
@@ -1,21 +1,11 @@
|
|
| 1 |
-
# 核心深度學習框架
|
| 2 |
torch
|
| 3 |
numpy
|
| 4 |
-
|
| 5 |
-
# 模型與效能優化
|
| 6 |
transformers
|
| 7 |
liger-kernel
|
| 8 |
-
|
| 9 |
-
# 音訊處理
|
| 10 |
soundfile
|
| 11 |
pydub
|
| 12 |
-
|
| 13 |
-
# 介面與工具
|
| 14 |
gradio
|
| 15 |
-
|
| 16 |
-
# 其他可能的隱含依賴 (建議加上以確保運作正常)
|
| 17 |
accelerate
|
| 18 |
sentencepiece
|
| 19 |
-
|
| 20 |
-
git+https://github.com/microsoft/VibeVoice.git
|
| 21 |
-
spaces
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
numpy
|
|
|
|
|
|
|
| 3 |
transformers
|
| 4 |
liger-kernel
|
|
|
|
|
|
|
| 5 |
soundfile
|
| 6 |
pydub
|
|
|
|
|
|
|
| 7 |
gradio
|
|
|
|
|
|
|
| 8 |
accelerate
|
| 9 |
sentencepiece
|
| 10 |
+
spaces
|
| 11 |
+
git+https://github.com/microsoft/VibeVoice.git
|
|
|