Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -276,11 +276,11 @@ tinycss2==1.4.0
|
|
276 |
tokenizers==0.21.1
|
277 |
tomli==2.2.1
|
278 |
tomlkit==0.13.2
|
279 |
-
torch==2.
|
280 |
torch-audiomentations==0.12.0
|
281 |
torch-complex==0.4.4
|
282 |
torch_pitch_shift==1.2.5
|
283 |
-
torchaudio==2.
|
284 |
torchmetrics==1.3.1
|
285 |
torchvision==0.21.0
|
286 |
tornado==6.4.2
|
@@ -310,3 +310,4 @@ whisper==1.1.10
|
|
310 |
widgetsnbextension==4.0.13
|
311 |
yarl==1.18.3
|
312 |
yaspin==3.1.0
|
|
|
|
276 |
tokenizers==0.21.1
|
277 |
tomli==2.2.1
|
278 |
tomlkit==0.13.2
|
279 |
+
torch==2.1.0+cpu
|
280 |
torch-audiomentations==0.12.0
|
281 |
torch-complex==0.4.4
|
282 |
torch_pitch_shift==1.2.5
|
283 |
+
torchaudio==2.1.0+cpu
|
284 |
torchmetrics==1.3.1
|
285 |
torchvision==0.21.0
|
286 |
tornado==6.4.2
|
|
|
310 |
widgetsnbextension==4.0.13
|
311 |
yarl==1.18.3
|
312 |
yaspin==3.1.0
|
313 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|