Spaces:
Running
on
Zero
Running
on
Zero
Upgrade to pytorch 2.5
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
-
torch
|
| 3 |
-
torchvision==0.
|
|
|
|
| 4 |
albumentations==0.4.3
|
| 5 |
opencv-python-headless==4.9.0.80
|
| 6 |
pudb==2019.2
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
| 2 |
+
torch==2.5.1
|
| 3 |
+
torchvision==0.20.1
|
| 4 |
+
torchaudio==2.5.1
|
| 5 |
albumentations==0.4.3
|
| 6 |
opencv-python-headless==4.9.0.80
|
| 7 |
pudb==2019.2
|