Spaces:
Sleeping
Sleeping
resolve requested torch==2.5.1+cpu
Browse filestorchvision 0.21.0+cpu depends on torch==2.6.0
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
torch==2.
|
| 3 |
torchvision==0.21.0+cpu
|
| 4 |
torchaudio==2.6.0+cpu
|
| 5 |
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.6.0+cpu
|
| 3 |
torchvision==0.21.0+cpu
|
| 4 |
torchaudio==2.6.0+cpu
|
| 5 |
|