Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
b9b3ec8
1
Parent(s):
5b22743
update
Browse files- requirements.txt +14 -22
requirements.txt
CHANGED
@@ -1,18 +1,3 @@
|
|
1 |
-
gradio>=4.0.0
|
2 |
-
torch>=2.0.0
|
3 |
-
torch==2.5.1
|
4 |
-
torchaudio==2.5.1
|
5 |
-
torchvision==0.20.1
|
6 |
-
transformers>=4.30.0
|
7 |
-
accelerate>=0.20.0
|
8 |
-
sentencepiece>=0.1.99
|
9 |
-
protobuf>=3.20.0
|
10 |
-
numpy>=1.24.0
|
11 |
-
pandas>=2.0.0
|
12 |
-
matplotlib>=3.7.0
|
13 |
-
tqdm>=4.65.0
|
14 |
-
requests>=2.31.0
|
15 |
-
huggingface-hub>=0.16.0
|
16 |
accelerate==1.1.1
|
17 |
aiofiles==23.2.1
|
18 |
aiohappyeyeballs==2.4.3
|
@@ -62,6 +47,8 @@ fonttools==4.55.0
|
|
62 |
frozenlist==1.5.0
|
63 |
fschat==0.2.36
|
64 |
fsspec==2024.9.0
|
|
|
|
|
65 |
google==3.0.0
|
66 |
google-ai-generativelanguage==0.6.15
|
67 |
google-api-core==2.25.0
|
@@ -70,16 +57,18 @@ google-auth==2.40.2
|
|
70 |
google-auth-httplib2==0.2.0
|
71 |
google-generativeai==0.8.5
|
72 |
googleapis-common-protos==1.70.0
|
73 |
-
gradio==
|
74 |
-
gradio_client==
|
|
|
|
|
75 |
grpcio==1.72.1
|
76 |
grpcio-status==1.71.0
|
77 |
h11==0.14.0
|
78 |
-
hf-xet==1.1.
|
79 |
httpcore==1.0.7
|
80 |
httplib2==0.22.0
|
81 |
httpx==0.27.2
|
82 |
-
huggingface-hub==0.
|
83 |
idna==3.10
|
84 |
importlib_metadata==8.5.0
|
85 |
importlib_resources==6.4.0
|
@@ -139,7 +128,7 @@ pandas==2.2.3
|
|
139 |
parso==0.8.3
|
140 |
peft==0.13.2
|
141 |
pexpect==4.9.0
|
142 |
-
pillow==
|
143 |
pkginfo==1.12.0
|
144 |
platformdirs==4.2.0
|
145 |
preshed==3.0.9
|
@@ -177,7 +166,7 @@ rfc3986==2.0.0
|
|
177 |
rich==13.9.4
|
178 |
rouge==1.0.1
|
179 |
rsa==4.9.1
|
180 |
-
ruff==0.
|
181 |
safehttpx==0.1.1
|
182 |
safetensors==0.4.5
|
183 |
scikit-learn==1.5.2
|
@@ -192,6 +181,7 @@ six==1.16.0
|
|
192 |
smart-open==7.1.0
|
193 |
sniffio==1.3.1
|
194 |
soupsieve==2.7
|
|
|
195 |
spacy==3.8.5
|
196 |
spacy-legacy==3.0.12
|
197 |
spacy-loggers==1.0.5
|
@@ -209,6 +199,9 @@ tinyhtml5==2.0.0
|
|
209 |
tokenizers==0.20.3
|
210 |
tomli==2.0.1
|
211 |
tomlkit==0.12.0
|
|
|
|
|
|
|
212 |
tornado==6.4
|
213 |
tqdm==4.67.0
|
214 |
traitlets==5.14.1
|
@@ -234,4 +227,3 @@ xxhash==3.5.0
|
|
234 |
yarl==1.17.2
|
235 |
zipp==3.21.0
|
236 |
zopfli==0.2.3.post1
|
237 |
-
gradio_highlightedtextbox==0.0.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
accelerate==1.1.1
|
2 |
aiofiles==23.2.1
|
3 |
aiohappyeyeballs==2.4.3
|
|
|
47 |
frozenlist==1.5.0
|
48 |
fschat==0.2.36
|
49 |
fsspec==2024.9.0
|
50 |
+
genai==2.1.0
|
51 |
+
git-filter-repo==2.47.0
|
52 |
google==3.0.0
|
53 |
google-ai-generativelanguage==0.6.15
|
54 |
google-api-core==2.25.0
|
|
|
57 |
google-auth-httplib2==0.2.0
|
58 |
google-generativeai==0.8.5
|
59 |
googleapis-common-protos==1.70.0
|
60 |
+
gradio==5.38.2
|
61 |
+
gradio_client==1.11.0
|
62 |
+
gradio_highlightedtextbox==0.0.13
|
63 |
+
groovy==0.1.2
|
64 |
grpcio==1.72.1
|
65 |
grpcio-status==1.71.0
|
66 |
h11==0.14.0
|
67 |
+
hf-xet==1.1.5
|
68 |
httpcore==1.0.7
|
69 |
httplib2==0.22.0
|
70 |
httpx==0.27.2
|
71 |
+
huggingface-hub==0.34.3
|
72 |
idna==3.10
|
73 |
importlib_metadata==8.5.0
|
74 |
importlib_resources==6.4.0
|
|
|
128 |
parso==0.8.3
|
129 |
peft==0.13.2
|
130 |
pexpect==4.9.0
|
131 |
+
pillow==10.4.0
|
132 |
pkginfo==1.12.0
|
133 |
platformdirs==4.2.0
|
134 |
preshed==3.0.9
|
|
|
166 |
rich==13.9.4
|
167 |
rouge==1.0.1
|
168 |
rsa==4.9.1
|
169 |
+
ruff==0.12.5
|
170 |
safehttpx==0.1.1
|
171 |
safetensors==0.4.5
|
172 |
scikit-learn==1.5.2
|
|
|
181 |
smart-open==7.1.0
|
182 |
sniffio==1.3.1
|
183 |
soupsieve==2.7
|
184 |
+
spaces==0.37.1
|
185 |
spacy==3.8.5
|
186 |
spacy-legacy==3.0.12
|
187 |
spacy-loggers==1.0.5
|
|
|
199 |
tokenizers==0.20.3
|
200 |
tomli==2.0.1
|
201 |
tomlkit==0.12.0
|
202 |
+
torch==2.5.1
|
203 |
+
torchaudio==2.5.1
|
204 |
+
torchvision==0.20.1
|
205 |
tornado==6.4
|
206 |
tqdm==4.67.0
|
207 |
traitlets==5.14.1
|
|
|
227 |
yarl==1.17.2
|
228 |
zipp==3.21.0
|
229 |
zopfli==0.2.3.post1
|
|