gorkemgoknar
commited on
Commit
·
9bf35ac
1
Parent(s):
e4b6827
go back 0.20.2 for now
Browse files- requirements.txt +5 -8
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
# Preinstall requirements from TTS
|
|
|
|
|
|
|
2 |
numpy==1.22.0;python_version<="3.10"
|
3 |
numpy==1.24.3;python_version>"3.10"
|
4 |
cython==0.29.30
|
@@ -51,8 +54,7 @@ encodec==0.1.*
|
|
51 |
unidecode==1.3.*
|
52 |
langid
|
53 |
# Install Coqui TTS
|
54 |
-
|
55 |
-
|
56 |
cutlet
|
57 |
# mecab and unidic required for japanese
|
58 |
mecab-python3==1.0.6
|
@@ -66,9 +68,4 @@ ffmpeg-python
|
|
66 |
gradio_client
|
67 |
emoji
|
68 |
asyncio
|
69 |
-
noisereduce==3.0.0
|
70 |
-
|
71 |
-
# fix/override to torch at last
|
72 |
-
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
73 |
-
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu118
|
74 |
-
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 Coqui TTS
|
57 |
+
TTS==0.20.2
|
|
|
58 |
cutlet
|
59 |
# mecab and unidic required for japanese
|
60 |
mecab-python3==1.0.6
|
|
|
68 |
gradio_client
|
69 |
emoji
|
70 |
asyncio
|
71 |
+
noisereduce==3.0.0
|
|
|
|
|
|
|
|
|
|