Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -2,9 +2,10 @@ hydra-core
|
|
2 |
pyrootutils
|
3 |
librosa
|
4 |
|
5 |
-
torch==2.4.0
|
6 |
-
torchvision==0.19.0
|
7 |
-
torchaudio==2.4.0
|
|
|
8 |
transformers>=4.35.2
|
9 |
datasets>=2.14.5
|
10 |
lightning>=2.1.0
|
|
|
2 |
pyrootutils
|
3 |
librosa
|
4 |
|
5 |
+
torch==2.4.0
|
6 |
+
torchvision==0.19.0
|
7 |
+
torchaudio==2.4.0
|
8 |
+
|
9 |
transformers>=4.35.2
|
10 |
datasets>=2.14.5
|
11 |
lightning>=2.1.0
|