Amodit commited on
Commit
30fa6b3
·
1 Parent(s): 1061ea9

Update to Torch 2.6.0 for Python 3.13

Browse files
Files changed (1) hide show
  1. 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
- torch==2.5.1+cpu
14
- torchvision==0.20.1+cpu
 
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