alozowski commited on
Commit
0337148
1 Parent(s): 0f8c9a6

Bump up transformers to 4.44.2

Browse files
Files changed (2) hide show
  1. pyproject.toml +1 -1
  2. requirements.txt +1 -1
pyproject.toml CHANGED
@@ -40,7 +40,7 @@ plotly = "5.14.1"
40
  python-dateutil = "2.8.2"
41
  sentencepiece = "^0.2.0"
42
  tqdm = "4.65.0"
43
- transformers = "4.44.0"
44
  tokenizers = ">=0.15.0"
45
  gradio-space-ci = {git = "https://huggingface.co/spaces/Wauplin/gradio-space-ci", rev = "0.2.3"}
46
  isort = "^5.13.2"
 
40
  python-dateutil = "2.8.2"
41
  sentencepiece = "^0.2.0"
42
  tqdm = "4.65.0"
43
+ transformers = "^4.44.2"
44
  tokenizers = ">=0.15.0"
45
  gradio-space-ci = {git = "https://huggingface.co/spaces/Wauplin/gradio-space-ci", rev = "0.2.3"}
46
  isort = "^5.13.2"
requirements.txt CHANGED
@@ -10,7 +10,7 @@ plotly==5.14.1
10
  python-dateutil==2.8.2
11
  sentencepiece
12
  tqdm==4.65.0
13
- transformers==4.44.0
14
  tokenizers>=0.15.0
15
  gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected] # CI !!!
16
  isort
 
10
  python-dateutil==2.8.2
11
  sentencepiece
12
  tqdm==4.65.0
13
+ transformers==4.44.2
14
  tokenizers>=0.15.0
15
  gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected] # CI !!!
16
  isort