Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +27 -10
requirements.txt
CHANGED
@@ -1,14 +1,31 @@
|
|
1 |
-
APScheduler
|
2 |
-
black
|
3 |
-
|
|
|
4 |
gradio==4.44.0
|
|
|
5 |
gradio_leaderboard==0.0.9
|
6 |
huggingface-hub>=0.18.0
|
7 |
-
|
8 |
-
matplotlib
|
9 |
-
numpy
|
10 |
-
pandas
|
11 |
-
|
12 |
-
|
|
|
13 |
tokenizers>=0.15.0
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
APScheduler==3.10.1
|
2 |
+
black==23.11.0
|
3 |
+
click==8.1.3
|
4 |
+
datasets==2.14.5
|
5 |
gradio==4.44.0
|
6 |
+
gradio_client==1.3.0
|
7 |
gradio_leaderboard==0.0.9
|
8 |
huggingface-hub>=0.18.0
|
9 |
+
litellm==1.15.1
|
10 |
+
matplotlib==3.7.1
|
11 |
+
numpy==1.24.2
|
12 |
+
pandas==2.0.0
|
13 |
+
python-dateutil==2.8.2
|
14 |
+
requests==2.31.0
|
15 |
+
tqdm==4.65.0
|
16 |
tokenizers>=0.15.0
|
17 |
+
sentence-transformers==2.2.2
|
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
|