Commit
·
5bb4c75
1
Parent(s):
74b7f8f
- requirements.txt +15 -15
requirements.txt
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
-
gradio==4.29.0
|
2 |
-
torch==2.4.0
|
3 |
-
torchaudio==2.4.0
|
4 |
-
torchmetrics==1.4.0.post0
|
5 |
-
torchvision==0.19.0
|
6 |
-
nemo_toolkit==1.23.0
|
7 |
-
huggingface-hub==0.23.2
|
8 |
-
hydra-core==1.3.2
|
9 |
-
pytorch-lightning==2.0.7
|
10 |
-
Cython==3.0.10
|
11 |
-
cytoolz==0.12.3
|
12 |
-
librosa==0.10.2.post1
|
13 |
-
transformers==4.43.3
|
14 |
-
sentencepiece==0.2.0
|
15 |
-
youtokentome==1.0.6
|
16 |
|
17 |
# absl-py==2.1.0
|
18 |
# aiofiles==23.2.1
|
|
|
1 |
+
# gradio==4.29.0
|
2 |
+
# torch==2.4.0
|
3 |
+
# torchaudio==2.4.0
|
4 |
+
# torchmetrics==1.4.0.post0
|
5 |
+
# torchvision==0.19.0
|
6 |
+
# nemo_toolkit==1.23.0
|
7 |
+
# huggingface-hub==0.23.2
|
8 |
+
# hydra-core==1.3.2
|
9 |
+
# pytorch-lightning==2.0.7
|
10 |
+
# Cython==3.0.10
|
11 |
+
# cytoolz==0.12.3
|
12 |
+
# librosa==0.10.2.post1
|
13 |
+
# transformers==4.43.3
|
14 |
+
# sentencepiece==0.2.0
|
15 |
+
# youtokentome==1.0.6
|
16 |
|
17 |
# absl-py==2.1.0
|
18 |
# aiofiles==23.2.1
|