Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -13,7 +13,7 @@ librosa
|
|
| 13 |
opencv-python
|
| 14 |
progressbar
|
| 15 |
# wandb
|
| 16 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 17 |
-
torch==2.0
|
| 18 |
-
torchaudio==2.0
|
| 19 |
-
torchvision==0.
|
|
|
|
| 13 |
opencv-python
|
| 14 |
progressbar
|
| 15 |
# wandb
|
| 16 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 17 |
+
torch==2.1.0
|
| 18 |
+
torchaudio==2.1.0
|
| 19 |
+
torchvision==0.16.0
|