gorkemgoknar
commited on
Commit
•
37efb92
1
Parent(s):
69e4b04
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
# Preinstall requirements from TTS
|
2 |
-
|
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
|
@@ -59,4 +57,8 @@ deepspeed==0.11.1
|
|
59 |
pydub
|
60 |
cutlet
|
61 |
mecab-python3==1.0.6
|
62 |
-
unidic-lite==1.0.8
|
|
|
|
|
|
|
|
|
|
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
|
|
|
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
|