Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +13 -28
requirements.txt
CHANGED
@@ -1,31 +1,16 @@
|
|
1 |
-
APScheduler
|
2 |
-
black
|
3 |
-
|
4 |
-
|
5 |
-
gradio
|
6 |
-
gradio_client==1.3.0
|
7 |
gradio_leaderboard==0.0.9
|
|
|
8 |
huggingface-hub>=0.18.0
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
tqdm==4.65.0
|
16 |
tokenizers>=0.15.0
|
17 |
-
|
18 |
-
google-generativeai
|
19 |
-
replicate
|
20 |
-
anthropic
|
21 |
-
openai
|
22 |
-
cohere
|
23 |
-
mistralai
|
24 |
-
peft
|
25 |
-
markdown-it-py
|
26 |
-
mdit_plain
|
27 |
-
google-cloud-aiplatform>=1.38
|
28 |
-
qwen-vl-utils
|
29 |
-
vertexai
|
30 |
-
git+https://github.com/huggingface/transformers
|
31 |
-
together
|
|
|
1 |
+
APScheduler
|
2 |
+
black
|
3 |
+
datasets
|
4 |
+
gradio
|
5 |
+
gradio[oauth]
|
|
|
6 |
gradio_leaderboard==0.0.9
|
7 |
+
gradio_client
|
8 |
huggingface-hub>=0.18.0
|
9 |
+
matplotlib
|
10 |
+
numpy
|
11 |
+
pandas
|
12 |
+
python-dateutil
|
13 |
+
tqdm
|
14 |
+
transformers
|
|
|
15 |
tokenizers>=0.15.0
|
16 |
+
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|