Adonai Vera commited on
Commit
dd904ec
·
1 Parent(s): a5df04e

Add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -0
requirements.txt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.24.1
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.0
4
+ aiosignal==1.3.1
5
+ altair==5.1.2
6
+ annotated-types==0.6.0
7
+ anyio==3.7.1
8
+ async-timeout==4.0.3
9
+ attrs==23.1.0
10
+ certifi==2023.11.17
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ colorama==0.4.6
14
+ contourpy==1.2.0
15
+ cycler==0.12.1
16
+ datasets==2.4.0
17
+ dill==0.3.5.1
18
+ evaluate==0.4.1
19
+ exceptiongroup==1.2.0
20
+ ExifRead==3.0.0
21
+ fastapi==0.104.1
22
+ ffmpy==0.3.1
23
+ filelock==3.13.1
24
+ fonttools==4.45.1
25
+ frozenlist==1.4.0
26
+ fsspec==2023.10.0
27
+ gradio==4.7.1
28
+ gradio_client==0.7.0
29
+ h11==0.14.0
30
+ httpcore==1.0.2
31
+ httpx==0.25.2
32
+ huggingface-hub==0.19.4
33
+ idna==3.4
34
+ importlib-resources==6.1.1
35
+ Jinja2==3.1.2
36
+ joblib==1.3.2
37
+ jsonschema==4.20.0
38
+ jsonschema-specifications==2023.11.1
39
+ kiwisolver==1.4.5
40
+ markdown-it-py==3.0.0
41
+ MarkupSafe==2.1.3
42
+ matplotlib==3.8.2
43
+ mdurl==0.1.2
44
+ mpmath==1.3.0
45
+ multidict==6.0.4
46
+ multiprocess==0.70.13
47
+ networkx==3.2.1
48
+ numpy==1.26.2
49
+ orjson==3.9.10
50
+ packaging==23.2
51
+ pandas==2.1.3
52
+ Pillow==10.1.0
53
+ psutil==5.9.6
54
+ pyarrow==14.0.1
55
+ pyarrow-hotfix==0.6
56
+ pydantic==2.5.2
57
+ pydantic_core==2.14.5
58
+ pydub==0.25.1
59
+ Pygments==2.17.2
60
+ pyparsing==3.1.1
61
+ python-dateutil==2.8.2
62
+ python-multipart==0.0.6
63
+ pytz==2023.3.post1
64
+ PyYAML==6.0.1
65
+ referencing==0.31.0
66
+ regex==2023.10.3
67
+ requests==2.31.0
68
+ responses==0.18.0
69
+ rich==13.7.0
70
+ rpds-py==0.13.1
71
+ safetensors==0.4.0
72
+ scikit-learn==1.3.2
73
+ scipy==1.11.4
74
+ semantic-version==2.10.0
75
+ shellingham==1.5.4
76
+ six==1.16.0
77
+ sniffio==1.3.0
78
+ starlette==0.27.0
79
+ sympy==1.12
80
+ threadpoolctl==3.2.0
81
+ tokenizers==0.15.0
82
+ tomlkit==0.12.0
83
+ toolz==0.12.0
84
+ torch==2.1.1
85
+ torchvision==0.16.1
86
+ tqdm==4.66.1
87
+ transformers @ git+https://github.com/huggingface/transformers@c5be38cd27bee92be73c73ba09aec8bedf841423
88
+ typer==0.9.0
89
+ typing_extensions==4.8.0
90
+ tzdata==2023.3
91
+ urllib3==2.1.0
92
+ uvicorn==0.24.0.post1
93
+ websockets==11.0.3
94
+ xxhash==3.4.1
95
+ yarl==1.9.3
96
+ zipp==3.17.0