Spaces:
Running
Running
Marcos12886
commited on
Commit
•
52733a5
1
Parent(s):
d8a3aa1
Update requirements.txt
Browse files- requirements.txt +9 -22
requirements.txt
CHANGED
@@ -1,26 +1,18 @@
|
|
1 |
-
accelerate==0.34.
|
2 |
aiofiles==23.2.1
|
3 |
-
aiohappyeyeballs==2.4.0
|
4 |
-
aiohttp==3.10.5
|
5 |
-
aiosignal==1.3.1
|
6 |
annotated-types==0.7.0
|
7 |
anyio==4.4.0
|
8 |
-
async-timeout==4.0.3
|
9 |
-
attrs==24.2.0
|
10 |
certifi==2024.8.30
|
11 |
charset-normalizer==3.3.2
|
12 |
click==8.1.7
|
13 |
contourpy==1.3.0
|
14 |
cycler==0.12.1
|
15 |
-
datasets==2.21.0
|
16 |
-
dill==0.3.8
|
17 |
exceptiongroup==1.2.2
|
18 |
-
fastapi==0.
|
19 |
ffmpy==0.4.0
|
20 |
filelock==3.15.4
|
21 |
fonttools==4.53.1
|
22 |
-
|
23 |
-
fsspec==2024.6.1
|
24 |
gradio==4.42.0
|
25 |
gradio_client==1.3.0
|
26 |
h11==0.14.0
|
@@ -36,8 +28,6 @@ MarkupSafe==2.1.5
|
|
36 |
matplotlib==3.9.2
|
37 |
mdurl==0.1.2
|
38 |
mpmath==1.3.0
|
39 |
-
multidict==6.0.5
|
40 |
-
multiprocess==0.70.16
|
41 |
networkx==3.3
|
42 |
numpy==2.1.1
|
43 |
nvidia-cublas-cu12==12.1.3.1
|
@@ -58,9 +48,8 @@ pandas==2.2.2
|
|
58 |
pillow==10.4.0
|
59 |
protobuf==5.28.0
|
60 |
psutil==6.0.0
|
61 |
-
|
62 |
-
|
63 |
-
pydantic_core==2.20.1
|
64 |
pydub==0.25.1
|
65 |
Pygments==2.18.0
|
66 |
pyparsing==3.1.4
|
@@ -71,8 +60,8 @@ PyYAML==6.0.2
|
|
71 |
regex==2024.7.24
|
72 |
requests==2.32.3
|
73 |
rich==13.8.0
|
74 |
-
ruff==0.6.
|
75 |
-
safetensors==0.4.
|
76 |
semantic-version==2.10.0
|
77 |
shellingham==1.5.4
|
78 |
six==1.16.0
|
@@ -82,8 +71,8 @@ sympy==1.13.2
|
|
82 |
tensorboardX==2.6.2.2
|
83 |
tokenizers==0.19.1
|
84 |
tomlkit==0.12.0
|
85 |
-
torch==2.4.
|
86 |
-
torchaudio==2.4.
|
87 |
tqdm==4.66.5
|
88 |
transformers==4.44.2
|
89 |
triton==3.0.0
|
@@ -93,5 +82,3 @@ tzdata==2024.1
|
|
93 |
urllib3==2.2.2
|
94 |
uvicorn==0.30.6
|
95 |
websockets==12.0
|
96 |
-
xxhash==3.5.0
|
97 |
-
yarl==1.9.8
|
|
|
1 |
+
accelerate==0.34.2
|
2 |
aiofiles==23.2.1
|
|
|
|
|
|
|
3 |
annotated-types==0.7.0
|
4 |
anyio==4.4.0
|
|
|
|
|
5 |
certifi==2024.8.30
|
6 |
charset-normalizer==3.3.2
|
7 |
click==8.1.7
|
8 |
contourpy==1.3.0
|
9 |
cycler==0.12.1
|
|
|
|
|
10 |
exceptiongroup==1.2.2
|
11 |
+
fastapi==0.113.0
|
12 |
ffmpy==0.4.0
|
13 |
filelock==3.15.4
|
14 |
fonttools==4.53.1
|
15 |
+
fsspec==2024.9.0
|
|
|
16 |
gradio==4.42.0
|
17 |
gradio_client==1.3.0
|
18 |
h11==0.14.0
|
|
|
28 |
matplotlib==3.9.2
|
29 |
mdurl==0.1.2
|
30 |
mpmath==1.3.0
|
|
|
|
|
31 |
networkx==3.3
|
32 |
numpy==2.1.1
|
33 |
nvidia-cublas-cu12==12.1.3.1
|
|
|
48 |
pillow==10.4.0
|
49 |
protobuf==5.28.0
|
50 |
psutil==6.0.0
|
51 |
+
pydantic==2.9.0
|
52 |
+
pydantic_core==2.23.2
|
|
|
53 |
pydub==0.25.1
|
54 |
Pygments==2.18.0
|
55 |
pyparsing==3.1.4
|
|
|
60 |
regex==2024.7.24
|
61 |
requests==2.32.3
|
62 |
rich==13.8.0
|
63 |
+
ruff==0.6.4
|
64 |
+
safetensors==0.4.5
|
65 |
semantic-version==2.10.0
|
66 |
shellingham==1.5.4
|
67 |
six==1.16.0
|
|
|
71 |
tensorboardX==2.6.2.2
|
72 |
tokenizers==0.19.1
|
73 |
tomlkit==0.12.0
|
74 |
+
torch==2.4.1
|
75 |
+
torchaudio==2.4.1
|
76 |
tqdm==4.66.5
|
77 |
transformers==4.44.2
|
78 |
triton==3.0.0
|
|
|
82 |
urllib3==2.2.2
|
83 |
uvicorn==0.30.6
|
84 |
websockets==12.0
|
|
|
|