Umranz commited on
Commit
4a9ecf3
·
1 Parent(s): 3351003

Update PyTorch to 2.4.0+ for transformers compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
  numpy<2
2
  transformers>=4.45.0
3
- torch==2.2.2
4
  gradio>=6.14.0
 
1
  numpy<2
2
  transformers>=4.45.0
3
+ torch>=2.4.0
4
  gradio>=6.14.0