Spaces:
Sleeping
Sleeping
Commit
·
1d6ade2
1
Parent(s):
d5beaef
Updated requirements
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
aiofiles==23.2.1
|
2 |
annotated-types==0.7.0
|
3 |
anyio==4.4.0
|
@@ -18,7 +19,7 @@ h11==0.14.0
|
|
18 |
httpcore==1.0.5
|
19 |
httpx==0.27.2
|
20 |
huggingface-hub==0.24.7
|
21 |
-
idna==3.
|
22 |
importlib_resources==6.4.5
|
23 |
Jinja2==3.1.4
|
24 |
kiwisolver==1.4.7
|
@@ -26,11 +27,15 @@ markdown-it-py==3.0.0
|
|
26 |
MarkupSafe==2.1.5
|
27 |
matplotlib==3.9.2
|
28 |
mdurl==0.1.2
|
|
|
|
|
29 |
numpy==2.1.1
|
30 |
orjson==3.10.7
|
31 |
packaging==24.1
|
32 |
pandas==2.2.2
|
|
|
33 |
pillow==10.4.0
|
|
|
34 |
pydantic==2.9.1
|
35 |
pydantic_core==2.23.3
|
36 |
pydub==0.25.1
|
@@ -40,16 +45,25 @@ python-dateutil==2.9.0.post0
|
|
40 |
python-multipart==0.0.9
|
41 |
pytz==2024.2
|
42 |
PyYAML==6.0.2
|
|
|
43 |
requests==2.32.3
|
44 |
rich==13.8.1
|
45 |
ruff==0.6.5
|
|
|
46 |
semantic-version==2.10.0
|
|
|
47 |
shellingham==1.5.4
|
48 |
six==1.16.0
|
49 |
sniffio==1.3.1
|
50 |
starlette==0.38.5
|
|
|
|
|
51 |
tomlkit==0.12.0
|
|
|
|
|
|
|
52 |
tqdm==4.66.5
|
|
|
53 |
typer==0.12.5
|
54 |
typing_extensions==4.12.2
|
55 |
tzdata==2024.1
|
|
|
1 |
+
accelerate==0.34.2
|
2 |
aiofiles==23.2.1
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.4.0
|
|
|
19 |
httpcore==1.0.5
|
20 |
httpx==0.27.2
|
21 |
huggingface-hub==0.24.7
|
22 |
+
idna==3.10
|
23 |
importlib_resources==6.4.5
|
24 |
Jinja2==3.1.4
|
25 |
kiwisolver==1.4.7
|
|
|
27 |
MarkupSafe==2.1.5
|
28 |
matplotlib==3.9.2
|
29 |
mdurl==0.1.2
|
30 |
+
mpmath==1.3.0
|
31 |
+
networkx==3.2.1
|
32 |
numpy==2.1.1
|
33 |
orjson==3.10.7
|
34 |
packaging==24.1
|
35 |
pandas==2.2.2
|
36 |
+
peft==0.12.0
|
37 |
pillow==10.4.0
|
38 |
+
psutil==6.0.0
|
39 |
pydantic==2.9.1
|
40 |
pydantic_core==2.23.3
|
41 |
pydub==0.25.1
|
|
|
45 |
python-multipart==0.0.9
|
46 |
pytz==2024.2
|
47 |
PyYAML==6.0.2
|
48 |
+
regex==2024.9.11
|
49 |
requests==2.32.3
|
50 |
rich==13.8.1
|
51 |
ruff==0.6.5
|
52 |
+
safetensors==0.4.5
|
53 |
semantic-version==2.10.0
|
54 |
+
setuptools==70.0.0
|
55 |
shellingham==1.5.4
|
56 |
six==1.16.0
|
57 |
sniffio==1.3.1
|
58 |
starlette==0.38.5
|
59 |
+
sympy==1.12
|
60 |
+
tokenizers==0.19.1
|
61 |
tomlkit==0.12.0
|
62 |
+
torch==2.4.1
|
63 |
+
torchaudio==2.4.1
|
64 |
+
torchvision==0.19.1
|
65 |
tqdm==4.66.5
|
66 |
+
transformers==4.44.2
|
67 |
typer==0.12.5
|
68 |
typing_extensions==4.12.2
|
69 |
tzdata==2024.1
|