Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
bc9f6b6
1
Parent(s):
37efb92
0.20.2
Browse files- requirements.txt +5 -7
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
# Preinstall requirements from TTS
|
2 |
-
|
|
|
|
|
3 |
numpy==1.22.0;python_version<="3.10"
|
4 |
numpy==1.24.3;python_version>"3.10"
|
5 |
cython==0.29.30
|
@@ -52,13 +54,9 @@ encodec==0.1.*
|
|
52 |
unidecode==1.3.*
|
53 |
langid
|
54 |
# Install tts
|
55 |
-
git+https://github.com/coqui-ai/tts.git@v0.20.
|
56 |
deepspeed==0.11.1
|
57 |
pydub
|
58 |
cutlet
|
59 |
mecab-python3==1.0.6
|
60 |
-
unidic-lite==1.0.8
|
61 |
-
|
62 |
-
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
63 |
-
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
64 |
-
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
|
|
|
1 |
# Preinstall requirements from TTS
|
2 |
+
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
3 |
+
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
|
5 |
numpy==1.22.0;python_version<="3.10"
|
6 |
numpy==1.24.3;python_version>"3.10"
|
7 |
cython==0.29.30
|
|
|
54 |
unidecode==1.3.*
|
55 |
langid
|
56 |
# Install tts
|
57 |
+
git+https://github.com/coqui-ai/tts.git@v0.20.2
|
58 |
deepspeed==0.11.1
|
59 |
pydub
|
60 |
cutlet
|
61 |
mecab-python3==1.0.6
|
62 |
+
unidic-lite==1.0.8
|
|
|
|
|
|
|
|