Spaces:
Sleeping
Sleeping
bump-up-transformers (#910)
Browse files- Bump up transformers to 4.44.2 (0337148150f900e8244f780958745ad49c70d010)
- pyproject.toml +1 -1
- 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.
|
| 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.
|
| 14 |
tokenizers>=0.15.0
|
| 15 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.3 # 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/gradio-space-ci@0.2.3 # CI !!!
|
| 16 |
isort
|