SayknowLab commited on
Commit
412478b
·
verified ·
1 Parent(s): b54e3dd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -2,8 +2,8 @@ pandas
2
  torch
3
  flask
4
  transformers==4.30.0
5
- tokenizers==0.19.0 # 버전을 0.19.0으로 변경
6
- huggingface_hub==0.23.0
7
  dicttoxml
8
  gunicorn
9
  openpyxl
 
2
  torch
3
  flask
4
  transformers==4.30.0
5
+ tokenizers>=0.11.1,<=0.13.0 # 버전 범위 조정
6
+ huggingface_hub>=0.23.0
7
  dicttoxml
8
  gunicorn
9
  openpyxl