Update requirements.txt
Browse files- requirements.txt +19 -24
requirements.txt
CHANGED
|
@@ -1,24 +1,19 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
-
torch==2.4.0
|
| 3 |
-
torchvision==0.19.0
|
| 4 |
-
torchaudio==2.4.0
|
| 5 |
-
scipy==1.13.1
|
| 6 |
-
librosa==0.10.2
|
| 7 |
-
huggingface-hub
|
| 8 |
-
munch==4.0.0
|
| 9 |
-
einops==0.8.0
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
funasr==1.1.5
|
| 21 |
-
numpy==1.26.4
|
| 22 |
-
hydra-core==1.3.2
|
| 23 |
-
pyyaml
|
| 24 |
-
python-dotenv
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch==2.4.0
|
| 3 |
+
torchvision==0.19.0
|
| 4 |
+
torchaudio==2.4.0
|
| 5 |
+
scipy==1.13.1
|
| 6 |
+
librosa==0.10.2
|
| 7 |
+
huggingface-hub
|
| 8 |
+
munch==4.0.0
|
| 9 |
+
einops==0.8.0
|
| 10 |
+
pydub==0.25.1
|
| 11 |
+
transformers==4.46.3
|
| 12 |
+
soundfile==0.12.1
|
| 13 |
+
sounddevice==0.5.0
|
| 14 |
+
modelscope==1.18.1
|
| 15 |
+
funasr==1.1.5
|
| 16 |
+
numpy==1.26.4
|
| 17 |
+
hydra-core==1.3.2
|
| 18 |
+
pyyaml
|
| 19 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|