Spaces:
Sleeping
Sleeping
Update to Torch 2.6.0 for Python 3.13
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -10,6 +10,7 @@ gradio>=5.0.0
|
|
| 10 |
setuptools
|
| 11 |
|
| 12 |
# PyTorch (CPU only for HF Spaces)
|
| 13 |
-
|
| 14 |
-
|
|
|
|
| 15 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 10 |
setuptools
|
| 11 |
|
| 12 |
# PyTorch (CPU only for HF Spaces)
|
| 13 |
+
# Updated to 2.6.0/0.21.0 because 0.20.1 is not available for Python 3.13
|
| 14 |
+
torch==2.6.0+cpu
|
| 15 |
+
torchvision==0.21.0+cpu
|
| 16 |
--extra-index-url https://download.pytorch.org/whl/cpu
|