Spaces:
Runtime error
Runtime error
- requirements.txt +39 -0
requirements.txt
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Main dependencies
|
| 2 |
+
accelerate>=0.33.0
|
| 3 |
+
# Note: bitsandbytes has platform restrictions - not for arm64 or Darwin (macOS)
|
| 4 |
+
bitsandbytes>0.37.0
|
| 5 |
+
cached_path
|
| 6 |
+
click
|
| 7 |
+
datasets
|
| 8 |
+
ema_pytorch>=0.5.2
|
| 9 |
+
gradio>=3.45.2
|
| 10 |
+
hydra-core>=1.3.0
|
| 11 |
+
jieba
|
| 12 |
+
librosa
|
| 13 |
+
matplotlib
|
| 14 |
+
numpy<=1.26.4
|
| 15 |
+
pydantic<=2.10.6
|
| 16 |
+
pydub
|
| 17 |
+
pypinyin
|
| 18 |
+
safetensors
|
| 19 |
+
soundfile
|
| 20 |
+
tomli
|
| 21 |
+
torch>=2.0.0
|
| 22 |
+
torchaudio>=2.0.0
|
| 23 |
+
torchdiffeq
|
| 24 |
+
tqdm>=4.65.0
|
| 25 |
+
transformers
|
| 26 |
+
transformers_stream_generator
|
| 27 |
+
unidecode
|
| 28 |
+
vocos
|
| 29 |
+
wandb
|
| 30 |
+
x_transformers>=1.31.14
|
| 31 |
+
|
| 32 |
+
# Optional dependencies for evaluation
|
| 33 |
+
# Uncomment if you need eval features:
|
| 34 |
+
# faster_whisper==0.10.1
|
| 35 |
+
# funasr
|
| 36 |
+
# jiwer
|
| 37 |
+
# modelscope
|
| 38 |
+
# zhconv
|
| 39 |
+
# zhon
|