lvkaokao
commited on
Commit
·
34faca3
1
Parent(s):
c2af961
upgrade transformers.
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 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
|
|
@@ -11,9 +11,9 @@ requests==2.28.2
|
|
| 11 |
sentencepiece
|
| 12 |
tqdm==4.65.0
|
| 13 |
transformers==4.41.1
|
| 14 |
-
tokenizers
|
| 15 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.1 # 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
|
| 5 |
matplotlib==3.7.1
|
| 6 |
numpy==1.24.2
|
| 7 |
pandas==2.0.0
|
|
|
|
| 11 |
sentencepiece
|
| 12 |
tqdm==4.65.0
|
| 13 |
transformers==4.41.1
|
| 14 |
+
tokenizers
|
| 15 |
gradio-space-ci @ git+https://huggingface.co/spaces/Wauplin/gradio-space-ci@0.2.1 # CI !!!
|
| 16 |
+
gradio
|
| 17 |
GitPython==3.1.40
|
| 18 |
pydantic==1.10.15
|
| 19 |
plotly==5.14.1
|