Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Miaoran000
commited on
Commit
•
fd9d58a
1
Parent(s):
95e2753
update requirements
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
-
click==8.1.
|
4 |
datasets==2.14.5
|
5 |
gradio==4.44.0
|
6 |
gradio_client==1.3.0
|
7 |
huggingface-hub>=0.18.0
|
8 |
litellm==1.15.1
|
9 |
matplotlib==3.7.1
|
10 |
-
numpy==1.
|
11 |
pandas==2.0.0
|
12 |
python-dateutil==2.8.2
|
13 |
requests==2.31.0
|
14 |
-
tqdm==4.
|
15 |
tokenizers>=0.15.0
|
16 |
sentence-transformers==2.2.2
|
17 |
google-generativeai
|
@@ -26,5 +26,7 @@ mdit_plain
|
|
26 |
google-cloud-aiplatform>=1.38
|
27 |
qwen-vl-utils
|
28 |
vertexai
|
29 |
-
git+https://github.com/huggingface/transformers
|
30 |
-
|
|
|
|
|
|
1 |
APScheduler==3.10.1
|
2 |
black==23.11.0
|
3 |
+
click==8.1.7
|
4 |
datasets==2.14.5
|
5 |
gradio==4.44.0
|
6 |
gradio_client==1.3.0
|
7 |
huggingface-hub>=0.18.0
|
8 |
litellm==1.15.1
|
9 |
matplotlib==3.7.1
|
10 |
+
numpy==1.26.4
|
11 |
pandas==2.0.0
|
12 |
python-dateutil==2.8.2
|
13 |
requests==2.31.0
|
14 |
+
tqdm==4.66.5
|
15 |
tokenizers>=0.15.0
|
16 |
sentence-transformers==2.2.2
|
17 |
google-generativeai
|
|
|
26 |
google-cloud-aiplatform>=1.38
|
27 |
qwen-vl-utils
|
28 |
vertexai
|
29 |
+
# git+https://github.com/huggingface/transformers
|
30 |
+
transformers==4.45.2
|
31 |
+
together==1.3.0
|
32 |
+
spacy
|