Spaces:
Sleeping
Sleeping
update reqs
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
aiohttp==3.9.3
|
3 |
aiosignal==1.2.0
|
@@ -29,11 +30,14 @@ debugpy==1.6.7
|
|
29 |
decorator==5.1.1
|
30 |
defusedxml==0.7.1
|
31 |
dill==0.3.6
|
|
|
32 |
exceptiongroup==1.2.0
|
33 |
executing==0.8.3
|
34 |
fastapi==0.110.0
|
35 |
fastjsonschema==2.19.1
|
|
|
36 |
filelock==3.13.1
|
|
|
37 |
fonttools==4.25.0
|
38 |
fqdn==1.5.1
|
39 |
frozenlist==1.4.0
|
@@ -158,12 +162,13 @@ tokenizers==0.15.1
|
|
158 |
tomli==2.0.1
|
159 |
tomlkit==0.12.0
|
160 |
toolz==0.12.1
|
161 |
-
torch==2.2.
|
162 |
-
torchaudio==2.2.
|
|
|
163 |
tornado==6.3.3
|
164 |
tqdm==4.65.0
|
165 |
traitlets==5.7.1
|
166 |
-
transformers==4.38.
|
167 |
triton==2.2.0
|
168 |
typer==0.9.0
|
169 |
types-python-dateutil==2.8.19.20240106
|
|
|
1 |
+
accelerate==0.28.0
|
2 |
aiofiles==23.2.1
|
3 |
aiohttp==3.9.3
|
4 |
aiosignal==1.2.0
|
|
|
30 |
decorator==5.1.1
|
31 |
defusedxml==0.7.1
|
32 |
dill==0.3.6
|
33 |
+
evaluate==0.4.1
|
34 |
exceptiongroup==1.2.0
|
35 |
executing==0.8.3
|
36 |
fastapi==0.110.0
|
37 |
fastjsonschema==2.19.1
|
38 |
+
ffmpy==0.3.2
|
39 |
filelock==3.13.1
|
40 |
+
Flask==2.2.2
|
41 |
fonttools==4.25.0
|
42 |
fqdn==1.5.1
|
43 |
frozenlist==1.4.0
|
|
|
162 |
tomli==2.0.1
|
163 |
tomlkit==0.12.0
|
164 |
toolz==0.12.1
|
165 |
+
torch==2.2.1
|
166 |
+
torchaudio==2.2.1
|
167 |
+
torchvision==0.17.1
|
168 |
tornado==6.3.3
|
169 |
tqdm==4.65.0
|
170 |
traitlets==5.7.1
|
171 |
+
transformers==4.38.2
|
172 |
triton==2.2.0
|
173 |
typer==0.9.0
|
174 |
types-python-dateutil==2.8.19.20240106
|