Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
8ec5096
1
Parent(s):
90f86f0
Rename requirements_old.txt to requirements.txt
Browse files
requirements_old.txt → requirements.txt
RENAMED
@@ -1,6 +1,4 @@
|
|
1 |
torch==2.0.1
|
2 |
-
torchaudio==2.0.2
|
3 |
-
torchvision==0.15.2
|
4 |
wheel
|
5 |
setuptools
|
6 |
ffmpeg
|
@@ -8,9 +6,7 @@ numba==0.56.4
|
|
8 |
numpy==1.23.5
|
9 |
scipy==1.9.3
|
10 |
librosa==0.9.2 #0.9.2
|
11 |
-
|
12 |
-
#fairseq
|
13 |
-
#infer-rvc-python==1.1.0
|
14 |
faiss-cpu==1.7.3
|
15 |
gradio #==3.40.1
|
16 |
gradio-client #==0.8.1
|
|
|
1 |
torch==2.0.1
|
|
|
|
|
2 |
wheel
|
3 |
setuptools
|
4 |
ffmpeg
|
|
|
6 |
numpy==1.23.5
|
7 |
scipy==1.9.3
|
8 |
librosa==0.9.2 #0.9.2
|
9 |
+
fairseq
|
|
|
|
|
10 |
faiss-cpu==1.7.3
|
11 |
gradio #==3.40.1
|
12 |
gradio-client #==0.8.1
|