Upload folder using huggingface_hub
Browse files- requirements.txt +88 -0
requirements.txt
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.4.0
|
4 |
+
appnope==0.1.4
|
5 |
+
asttokens==2.4.1
|
6 |
+
certifi==2024.8.30
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
comm==0.2.2
|
10 |
+
contourpy==1.3.0
|
11 |
+
cycler==0.12.1
|
12 |
+
debugpy==1.8.5
|
13 |
+
decorator==5.1.1
|
14 |
+
executing==2.1.0
|
15 |
+
fastapi==0.114.2
|
16 |
+
ffmpy==0.4.0
|
17 |
+
filelock==3.16.0
|
18 |
+
fonttools==4.53.1
|
19 |
+
fsspec==2024.9.0
|
20 |
+
gradio==4.44.0
|
21 |
+
gradio_client==1.3.0
|
22 |
+
h11==0.14.0
|
23 |
+
httpcore==1.0.5
|
24 |
+
httpx==0.27.2
|
25 |
+
huggingface-hub==0.24.7
|
26 |
+
idna==3.10
|
27 |
+
importlib_resources==6.4.5
|
28 |
+
ipykernel==6.29.5
|
29 |
+
ipython==8.27.0
|
30 |
+
jedi==0.19.1
|
31 |
+
Jinja2==3.1.4
|
32 |
+
jupyter_client==8.6.2
|
33 |
+
jupyter_core==5.7.2
|
34 |
+
kiwisolver==1.4.7
|
35 |
+
markdown-it-py==3.0.0
|
36 |
+
MarkupSafe==2.1.5
|
37 |
+
matplotlib==3.9.2
|
38 |
+
matplotlib-inline==0.1.7
|
39 |
+
mdurl==0.1.2
|
40 |
+
mpmath==1.3.0
|
41 |
+
nest-asyncio==1.6.0
|
42 |
+
networkx==3.3
|
43 |
+
numpy==2.1.1
|
44 |
+
orjson==3.10.7
|
45 |
+
packaging==24.1
|
46 |
+
pandas==2.2.2
|
47 |
+
parso==0.8.4
|
48 |
+
pexpect==4.9.0
|
49 |
+
pillow==10.4.0
|
50 |
+
platformdirs==4.3.3
|
51 |
+
prompt_toolkit==3.0.47
|
52 |
+
psutil==6.0.0
|
53 |
+
ptyprocess==0.7.0
|
54 |
+
pure_eval==0.2.3
|
55 |
+
pydantic==2.9.1
|
56 |
+
pydantic_core==2.23.3
|
57 |
+
pydub==0.25.1
|
58 |
+
Pygments==2.18.0
|
59 |
+
pyparsing==3.1.4
|
60 |
+
python-dateutil==2.9.0.post0
|
61 |
+
python-multipart==0.0.9
|
62 |
+
pytz==2024.2
|
63 |
+
PyYAML==6.0.2
|
64 |
+
pyzmq==26.2.0
|
65 |
+
requests==2.32.3
|
66 |
+
rich==13.8.1
|
67 |
+
ruff==0.6.5
|
68 |
+
semantic-version==2.10.0
|
69 |
+
setuptools==75.1.0
|
70 |
+
shellingham==1.5.4
|
71 |
+
six==1.16.0
|
72 |
+
sniffio==1.3.1
|
73 |
+
stack-data==0.6.3
|
74 |
+
starlette==0.38.5
|
75 |
+
sympy==1.13.2
|
76 |
+
tomlkit==0.12.0
|
77 |
+
torch==2.4.1
|
78 |
+
torchvision==0.19.1
|
79 |
+
tornado==6.4.1
|
80 |
+
tqdm==4.66.5
|
81 |
+
traitlets==5.14.3
|
82 |
+
typer==0.12.5
|
83 |
+
typing_extensions==4.12.2
|
84 |
+
tzdata==2024.1
|
85 |
+
urllib3==2.2.3
|
86 |
+
uvicorn==0.30.6
|
87 |
+
wcwidth==0.2.13
|
88 |
+
websockets==12.0
|