Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
bump-up-transformers
#955
by
alozowski
HF Staff
- opened
- pyproject.toml +1 -1
- requirements.txt +1 -1
pyproject.toml
CHANGED
|
@@ -15,7 +15,7 @@ dependencies = [
|
|
| 15 |
"pandas>=2.2.2",
|
| 16 |
"python-dateutil>=2.9.0",
|
| 17 |
"sentencepiece>=0.2.0",
|
| 18 |
-
"transformers==4.
|
| 19 |
"tokenizers>=0.19.0",
|
| 20 |
"gradio-space-ci",
|
| 21 |
"isort>=5.13.2",
|
|
|
|
| 15 |
"pandas>=2.2.2",
|
| 16 |
"python-dateutil>=2.9.0",
|
| 17 |
"sentencepiece>=0.2.0",
|
| 18 |
+
"transformers==4.45.1",
|
| 19 |
"tokenizers>=0.19.0",
|
| 20 |
"gradio-space-ci",
|
| 21 |
"isort>=5.13.2",
|
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ huggingface-hub>=0.24.7
|
|
| 6 |
pandas==2.2.2
|
| 7 |
python-dateutil==2.9.0
|
| 8 |
sentencepiece==0.2.0
|
| 9 |
-
transformers==4.
|
| 10 |
tokenizers>=0.19.0
|
| 11 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected] # CI !!!
|
| 12 |
isort==5.13.2
|
|
|
|
| 6 |
pandas==2.2.2
|
| 7 |
python-dateutil==2.9.0
|
| 8 |
sentencepiece==0.2.0
|
| 9 |
+
transformers==4.45.1
|
| 10 |
tokenizers>=0.19.0
|
| 11 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected] # CI !!!
|
| 12 |
isort==5.13.2
|