Spaces:
Running
on
Zero
Running
on
Zero
idan shenfeld
commited on
Commit
·
efe4a53
1
Parent(s):
7daa7e0
upgrade lib versions
Browse files- pyproject.toml +2 -2
- requirements.txt +2 -2
pyproject.toml
CHANGED
@@ -9,7 +9,7 @@ dependencies = [
|
|
9 |
"distilabel>=1.4.1",
|
10 |
"ipykernel>=6.29.5",
|
11 |
"torch>=2.5.1",
|
12 |
-
"transformers>=4.
|
13 |
]
|
14 |
|
15 |
[dependency-groups]
|
@@ -19,5 +19,5 @@ ml = [
|
|
19 |
app = [
|
20 |
"gradio>=5.23.1",
|
21 |
"huggingface-hub>=0.26.5",
|
22 |
-
"transformers>=4.
|
23 |
]
|
|
|
9 |
"distilabel>=1.4.1",
|
10 |
"ipykernel>=6.29.5",
|
11 |
"torch>=2.5.1",
|
12 |
+
"transformers>=4.51.0",
|
13 |
]
|
14 |
|
15 |
[dependency-groups]
|
|
|
19 |
app = [
|
20 |
"gradio>=5.23.1",
|
21 |
"huggingface-hub>=0.26.5",
|
22 |
+
"transformers>=4.51.0",
|
23 |
]
|
requirements.txt
CHANGED
@@ -26,7 +26,7 @@ fsspec==2024.9.0
|
|
26 |
h11==0.14.0
|
27 |
httpcore==1.0.7
|
28 |
httpx==0.28.1
|
29 |
-
huggingface-hub==0.
|
30 |
idna==3.10
|
31 |
ipykernel==6.29.5
|
32 |
ipython==8.31.0
|
@@ -95,7 +95,7 @@ torch==2.5.1
|
|
95 |
tornado==6.4.2
|
96 |
tqdm==4.67.1
|
97 |
traitlets==5.14.3
|
98 |
-
transformers==4.
|
99 |
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
|
100 |
typer==0.15.1
|
101 |
typing-extensions==4.12.2
|
|
|
26 |
h11==0.14.0
|
27 |
httpcore==1.0.7
|
28 |
httpx==0.28.1
|
29 |
+
huggingface-hub==0.30.1
|
30 |
idna==3.10
|
31 |
ipykernel==6.29.5
|
32 |
ipython==8.31.0
|
|
|
95 |
tornado==6.4.2
|
96 |
tqdm==4.67.1
|
97 |
traitlets==5.14.3
|
98 |
+
transformers==4.51.0
|
99 |
triton==3.1.0 ; python_full_version < '3.13' and platform_machine == 'x86_64' and platform_system == 'Linux'
|
100 |
typer==0.15.1
|
101 |
typing-extensions==4.12.2
|