Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -2,8 +2,8 @@ APScheduler
|
|
| 2 |
black
|
| 3 |
click
|
| 4 |
datasets
|
| 5 |
-
gradio
|
| 6 |
-
gradio_client
|
| 7 |
huggingface-hub>=0.18.0
|
| 8 |
matplotlib
|
| 9 |
numpy
|
|
@@ -13,6 +13,4 @@ requests
|
|
| 13 |
tqdm
|
| 14 |
transformers
|
| 15 |
tokenizers>=0.15.0
|
| 16 |
-
git+https://github.com/EleutherAI/lm-evaluation-harness.git@b281b0921b636bc36ad05c0b0b0763bd6dd43463#egg=lm-eval
|
| 17 |
-
accelerate
|
| 18 |
sentencepiece
|
|
|
|
| 2 |
black
|
| 3 |
click
|
| 4 |
datasets
|
| 5 |
+
gradio==5.29.1
|
| 6 |
+
gradio_client==1.10.1
|
| 7 |
huggingface-hub>=0.18.0
|
| 8 |
matplotlib
|
| 9 |
numpy
|
|
|
|
| 13 |
tqdm
|
| 14 |
transformers
|
| 15 |
tokenizers>=0.15.0
|
|
|
|
|
|
|
| 16 |
sentencepiece
|