Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -85
requirements.txt
CHANGED
@@ -1,91 +1,7 @@
|
|
1 |
-
aiofiles==23.2.1
|
2 |
-
aiohappyeyeballs==2.4.6
|
3 |
-
aiohttp==3.11.12
|
4 |
-
aiosignal==1.3.2
|
5 |
-
annotated-types==0.7.0
|
6 |
-
anyio==4.8.0
|
7 |
-
async-timeout==5.0.1
|
8 |
-
attrs==25.1.0
|
9 |
-
certifi==2022.12.7
|
10 |
-
charset-normalizer==2.1.1
|
11 |
-
click==8.1.8
|
12 |
-
datasets==3.3.2
|
13 |
-
deepspeed==0.16.3
|
14 |
-
dill==0.3.8
|
15 |
-
einops==0.8.1
|
16 |
-
exceptiongroup==1.2.2
|
17 |
-
fastapi==0.115.11
|
18 |
-
ffmpy==0.5.0
|
19 |
-
filelock==3.17.0
|
20 |
torch==2.1.2
|
21 |
torchaudio==2.1.2
|
22 |
torchvision==0.16.2
|
23 |
-
frozenlist==1.5.0
|
24 |
-
fsspec==2024.12.0
|
25 |
gradio==5.20.0
|
26 |
gradio_client==1.7.2
|
27 |
-
groovy==0.1.2
|
28 |
-
h11==0.14.0
|
29 |
-
hjson==3.1.0
|
30 |
-
httpcore==1.0.7
|
31 |
-
httpx==0.28.1
|
32 |
-
huggingface-hub==0.28.1
|
33 |
-
idna==3.4
|
34 |
-
Jinja2==3.1.5
|
35 |
-
markdown-it-py==3.0.0
|
36 |
-
MarkupSafe==2.1.5
|
37 |
-
mdurl==0.1.2
|
38 |
-
modelscope==1.23.0
|
39 |
-
mpmath==1.3.0
|
40 |
-
msgpack==1.1.0
|
41 |
-
multidict==6.1.0
|
42 |
-
multiprocess==0.70.16
|
43 |
-
networkx==3.4.2
|
44 |
-
ninja==1.11.1.3
|
45 |
-
numpy==1.24.1
|
46 |
-
nvidia-ml-py==12.570.86
|
47 |
-
orjson==3.10.15
|
48 |
-
packaging==24.2
|
49 |
-
pandas==2.2.3
|
50 |
-
pillow==11.0.0
|
51 |
-
pip==25.0
|
52 |
-
propcache==0.3.0
|
53 |
-
psutil==7.0.0
|
54 |
-
py-cpuinfo==9.0.0
|
55 |
-
pyarrow==19.0.1
|
56 |
-
pydantic==2.10.6
|
57 |
-
pydantic_core==2.27.2
|
58 |
-
pydub==0.25.1
|
59 |
-
Pygments==2.19.1
|
60 |
-
python-dateutil==2.9.0.post0
|
61 |
-
python-multipart==0.0.20
|
62 |
-
pytz==2025.1
|
63 |
-
PyYAML==6.0.2
|
64 |
-
regex==2024.11.6
|
65 |
-
requests==2.32.3
|
66 |
-
rich==13.9.4
|
67 |
-
ruff==0.9.9
|
68 |
-
safehttpx==0.1.6
|
69 |
-
safetensors==0.5.2
|
70 |
-
semantic-version==2.10.0
|
71 |
-
setuptools==75.8.0
|
72 |
-
shellingham==1.5.4
|
73 |
-
six==1.17.0
|
74 |
-
sniffio==1.3.1
|
75 |
-
starlette==0.46.0
|
76 |
-
sympy==1.13.3
|
77 |
-
timm==1.0.14
|
78 |
-
tokenizers==0.20.3
|
79 |
-
tomlkit==0.13.2
|
80 |
-
tqdm==4.67.1
|
81 |
transformers==4.45.0
|
82 |
-
|
83 |
-
typer==0.15.2
|
84 |
-
typing_extensions==4.12.2
|
85 |
-
tzdata==2025.1
|
86 |
-
urllib3==1.26.13
|
87 |
-
uvicorn==0.34.0
|
88 |
-
websockets==15.0
|
89 |
-
wheel==0.45.1
|
90 |
-
xxhash==3.5.0
|
91 |
-
yarl==1.18.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch==2.1.2
|
2 |
torchaudio==2.1.2
|
3 |
torchvision==0.16.2
|
|
|
|
|
4 |
gradio==5.20.0
|
5 |
gradio_client==1.7.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
transformers==4.45.0
|
7 |
+
flashattention
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|