Spaces:
Running
on
Zero
Running
on
Zero
use older torch version
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
-
# uv pip compile pyproject.toml -o requirements.txt --python-platform x86_64-unknown-linux-gnu --emit-index-url --extra-index-url https://download.pytorch.org/whl/
|
3 |
--index-url https://pypi.org/simple
|
4 |
-
--extra-index-url https://download.pytorch.org/whl/
|
|
|
5 |
|
6 |
aiofiles==23.2.1
|
7 |
# via gradio
|
@@ -174,13 +175,13 @@ sympy==1.13.1
|
|
174 |
# via torch
|
175 |
tomlkit==0.13.2
|
176 |
# via gradio
|
177 |
-
torch
|
178 |
# via
|
179 |
# diffusion-speech-360h (pyproject.toml)
|
180 |
# encodec
|
181 |
# torchaudio
|
182 |
# vocos
|
183 |
-
torchaudio
|
184 |
# via
|
185 |
# encodec
|
186 |
# vocos
|
|
|
1 |
# This file was autogenerated by uv via the following command:
|
2 |
+
# uv pip compile pyproject.toml -o requirements.txt --python-platform x86_64-unknown-linux-gnu --emit-index-url --extra-index-url https://download.pytorch.org/whl/cu113
|
3 |
--index-url https://pypi.org/simple
|
4 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
5 |
+
|
6 |
|
7 |
aiofiles==23.2.1
|
8 |
# via gradio
|
|
|
175 |
# via torch
|
176 |
tomlkit==0.13.2
|
177 |
# via gradio
|
178 |
+
torch
|
179 |
# via
|
180 |
# diffusion-speech-360h (pyproject.toml)
|
181 |
# encodec
|
182 |
# torchaudio
|
183 |
# vocos
|
184 |
+
torchaudio
|
185 |
# via
|
186 |
# encodec
|
187 |
# vocos
|