slempens commited on
Commit
db2e9e8
·
verified ·
1 Parent(s): 6775e64

Update requirements.txt

Browse files

chore: change torch version for fixing bug torch version in requirements.txt is not compatible with ZeroGPU. Supported versions: 2.11.0, 2.10.0, 2.9.1, 2.8.0

Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -109,7 +109,7 @@ sympy==1.12.1
109
  tokenizers==0.20.3
110
  tomlkit==0.12.0
111
  toolz==0.12.1
112
- torch==2.4.0
113
  torchvision==0.19.0
114
  tqdm==4.66.4
115
  transformers==4.45.0
 
109
  tokenizers==0.20.3
110
  tomlkit==0.12.0
111
  toolz==0.12.1
112
+ torch==2.8.0
113
  torchvision==0.19.0
114
  tqdm==4.66.4
115
  transformers==4.45.0