lvkaokao commited on
Commit
0f9512a
1 Parent(s): 7a823b4

upgrade transformers.

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -2,7 +2,7 @@ APScheduler==3.10.1
2
  black==23.11.0
3
  click==8.1.3
4
  datasets==2.14.5
5
- huggingface-hub>=0.18.0
6
  matplotlib==3.7.1
7
  numpy==1.24.2
8
  pandas==2.0.0
@@ -12,7 +12,7 @@ requests==2.28.2
12
  sentencepiece
13
  tqdm==4.65.0
14
  transformers==4.41.1
15
- tokenizers>=0.15.0
16
  gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.1 # CI !!!
17
  gradio==3.28.0
18
  GitPython==3.1.40
 
2
  black==23.11.0
3
  click==8.1.3
4
  datasets==2.14.5
5
+ huggingface-hub==0.23.2
6
  matplotlib==3.7.1
7
  numpy==1.24.2
8
  pandas==2.0.0
 
12
  sentencepiece
13
  tqdm==4.65.0
14
  transformers==4.41.1
15
+ tokenizers==0.19.1
16
  gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.1 # CI !!!
17
  gradio==3.28.0
18
  GitPython==3.1.40