Deepanshu3012 commited on
Commit
6922969
·
1 Parent(s): 7cfd552

Fix tokenizers version for Python 3.13 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- transformers==4.40.0
2
  torch==2.6.0
3
- tokenizers==0.19.1
4
  gradio==4.44.1
5
  plotly==5.22.0
6
  sentencepiece==0.2.0
 
1
+ transformers==4.41.0
2
  torch==2.6.0
3
+ tokenizers==0.21.0
4
  gradio==4.44.1
5
  plotly==5.22.0
6
  sentencepiece==0.2.0