Spaces:
Running on Zero
Running on Zero
Upgrade torch to 2.5.1 for the compatibility with updated ZeroGPU requirements.
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchvision
|
| 3 |
opencv-python
|
| 4 |
fvcore
|
| 5 |
numpy<2
|
|
|
|
| 1 |
+
torch==2.5.1
|
| 2 |
+
torchvision
|
| 3 |
opencv-python
|
| 4 |
fvcore
|
| 5 |
numpy<2
|