Metal3d commited on
Commit
c79bc81
·
1 Parent(s): d5f1e98

Try to unpress pytorch version

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -73,7 +73,7 @@ starlette==0.50.0
73
  sympy==1.14.0
74
  tokenizers==0.22.1
75
  tomlkit==0.13.3
76
- torch==2.9.1
77
  tqdm==4.67.1
78
  transformers==4.57.3
79
  triton==3.5.1; platform_system == "Linux" and platform_machine == "x86_64"
 
73
  sympy==1.14.0
74
  tokenizers==0.22.1
75
  tomlkit==0.13.3
76
+ torch>=2.4.0
77
  tqdm==4.67.1
78
  transformers==4.57.3
79
  triton==3.5.1; platform_system == "Linux" and platform_machine == "x86_64"