lvkaokao
commited on
Commit
•
f4c6c19
1
Parent(s):
34faca3
upgrade transformers.
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
-
datasets
|
|
|
5 |
matplotlib==3.7.1
|
6 |
numpy==1.24.2
|
7 |
pandas==2.0.0
|
@@ -10,10 +11,10 @@ python-dateutil==2.8.2
|
|
10 |
requests==2.28.2
|
11 |
sentencepiece
|
12 |
tqdm==4.65.0
|
13 |
-
transformers==4.
|
14 |
-
tokenizers
|
15 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected] # CI !!!
|
16 |
-
gradio
|
17 |
GitPython==3.1.40
|
18 |
pydantic==1.10.15
|
19 |
plotly==5.14.1
|
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
click==8.1.3
|
4 |
+
datasets==2.14.5
|
5 |
+
huggingface-hub>=0.18.0
|
6 |
matplotlib==3.7.1
|
7 |
numpy==1.24.2
|
8 |
pandas==2.0.0
|
|
|
11 |
requests==2.28.2
|
12 |
sentencepiece
|
13 |
tqdm==4.65.0
|
14 |
+
transformers==4.39.0
|
15 |
+
tokenizers>=0.15.0
|
16 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/[email protected] # CI !!!
|
17 |
+
gradio==3.28.0
|
18 |
GitPython==3.1.40
|
19 |
pydantic==1.10.15
|
20 |
plotly==5.14.1
|