Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
bump-up-transformers (#1003)
Browse files- Bump up transformers to 4.46.1 (c33b235a7e792dd4921b7fc44ade76a89a61580e)
- pyproject.toml +3 -4
- requirements.txt +2 -2
pyproject.toml
CHANGED
@@ -11,11 +11,11 @@ dependencies = [
|
|
11 |
"black>=24.8.0",
|
12 |
"click>=8.1.7",
|
13 |
"datasets>=3.0.0",
|
14 |
-
"huggingface-hub>=0.26.
|
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",
|
@@ -23,7 +23,6 @@ dependencies = [
|
|
23 |
"gradio-leaderboard==0.0.12",
|
24 |
"gradio[oauth]==4.44.1",
|
25 |
"schedule>=1.2.2",
|
26 |
-
"pigar>=2.1.6",
|
27 |
]
|
28 |
|
29 |
[tool.ruff]
|
@@ -46,4 +45,4 @@ profile = "black"
|
|
46 |
line-length = 119
|
47 |
|
48 |
[tool.uv.sources]
|
49 |
-
gradio-space-ci = { git = "https://huggingface.co/spaces/Wauplin/gradio-space-ci" }
|
|
|
11 |
"black>=24.8.0",
|
12 |
"click>=8.1.7",
|
13 |
"datasets>=3.0.0",
|
14 |
+
"huggingface-hub>=0.26.2",
|
15 |
"pandas>=2.2.2",
|
16 |
"python-dateutil>=2.9.0",
|
17 |
"sentencepiece>=0.2.0",
|
18 |
+
"transformers==4.46.1",
|
19 |
"tokenizers>=0.19.0",
|
20 |
"gradio-space-ci",
|
21 |
"isort>=5.13.2",
|
|
|
23 |
"gradio-leaderboard==0.0.12",
|
24 |
"gradio[oauth]==4.44.1",
|
25 |
"schedule>=1.2.2",
|
|
|
26 |
]
|
27 |
|
28 |
[tool.ruff]
|
|
|
45 |
line-length = 119
|
46 |
|
47 |
[tool.uv.sources]
|
48 |
+
gradio-space-ci = { git = "https://huggingface.co/spaces/Wauplin/gradio-space-ci" }
|
requirements.txt
CHANGED
@@ -2,11 +2,11 @@ APScheduler==3.10.4
|
|
2 |
black==24.8.0
|
3 |
click==8.1.7
|
4 |
datasets==3.0.0
|
5 |
-
huggingface-hub>=0.26.
|
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/gradio-space-ci@0.2.3 # CI !!!
|
12 |
isort==5.13.2
|
|
|
2 |
black==24.8.0
|
3 |
click==8.1.7
|
4 |
datasets==3.0.0
|
5 |
+
huggingface-hub>=0.26.2
|
6 |
pandas==2.2.2
|
7 |
python-dateutil==2.9.0
|
8 |
sentencepiece==0.2.0
|
9 |
+
transformers==4.46.1
|
10 |
tokenizers>=0.19.0
|
11 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.3 # CI !!!
|
12 |
isort==5.13.2
|