Update requirements.txt
Browse files- requirements.txt +24 -1
requirements.txt
CHANGED
|
@@ -1 +1,24 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
descript-audio-codec
|
| 3 |
+
torch>=2.0.0
|
| 4 |
+
transformers>=4.45.1,<4.47.0
|
| 5 |
+
librosa
|
| 6 |
+
dacite
|
| 7 |
+
boto3==1.35.36
|
| 8 |
+
s3fs
|
| 9 |
+
torchvision
|
| 10 |
+
torchaudio
|
| 11 |
+
json_repair
|
| 12 |
+
pandas
|
| 13 |
+
pydantic
|
| 14 |
+
vector_quantize_pytorch
|
| 15 |
+
loguru
|
| 16 |
+
pydub
|
| 17 |
+
ruff==0.12.2
|
| 18 |
+
omegaconf
|
| 19 |
+
click
|
| 20 |
+
langid
|
| 21 |
+
jieba
|
| 22 |
+
accelerate>=0.26.0
|
| 23 |
+
gradio>=4.0.0
|
| 24 |
+
soundfile
|