Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update requirements.txt
Browse files- requirements.txt +2 -14
requirements.txt
CHANGED
|
@@ -1,18 +1,6 @@
|
|
| 1 |
-
APScheduler==3.10.1
|
| 2 |
-
black==23.11.0
|
| 3 |
-
click==8.1.3
|
| 4 |
datasets==2.14.5
|
| 5 |
-
gradio
|
| 6 |
-
gradio_client
|
| 7 |
huggingface-hub>=0.18.0
|
| 8 |
-
matplotlib==3.7.1
|
| 9 |
-
numpy==1.24.2
|
| 10 |
-
pandas==2.0.0
|
| 11 |
-
python-dateutil==2.8.2
|
| 12 |
-
requests==2.28.2
|
| 13 |
-
tqdm==4.65.0
|
| 14 |
transformers==4.46.3
|
| 15 |
tokenizers>=0.15.0
|
| 16 |
-
|
| 17 |
-
accelerate==0.24.1
|
| 18 |
-
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
datasets==2.14.5
|
| 2 |
+
gradio==4.44.1
|
|
|
|
| 3 |
huggingface-hub>=0.18.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
transformers==4.46.3
|
| 5 |
tokenizers>=0.15.0
|
| 6 |
+
APScheduler==3.10.1
|
|
|
|
|
|