Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
torch==2.0.1
|
2 |
torchaudio==2.0.2
|
3 |
-
numpy
|
4 |
librosa>=0.10.1
|
5 |
-
accelerate
|
6 |
ipython
|
7 |
-
transformers
|
8 |
einops>=0.7.0
|
9 |
pyworld
|
10 |
json5
|
|
|
1 |
torch==2.0.1
|
2 |
torchaudio==2.0.2
|
3 |
+
numpy==1.24.3
|
4 |
librosa>=0.10.1
|
5 |
+
accelerate==0.25.0
|
6 |
ipython
|
7 |
+
transformers==4.30.2
|
8 |
einops>=0.7.0
|
9 |
pyworld
|
10 |
json5
|