Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
e4b6827
1
Parent(s):
46c74e7
torch install override at last
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,7 +1,4 @@
|
|
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
|
@@ -70,3 +67,8 @@ gradio_client
|
|
70 |
emoji
|
71 |
asyncio
|
72 |
noisereduce==3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
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
|