Muennighoff commited on
Commit
68a80c6
1 Parent(s): 2283fdb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +109 -4
requirements.txt CHANGED
@@ -1,4 +1,109 @@
1
- gradio
2
- datasets
3
- huggingface-hub
4
- uvicorn==0.21.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Hugging Face's logo
2
+ Hugging Face
3
+ Search models, datasets, users...
4
+ Models
5
+ Datasets
6
+ Spaces
7
+ Docs
8
+ Solutions
9
+ Pricing
10
+
11
+
12
+
13
+ Spaces:
14
+
15
+ HuggingFaceH4
16
+ /
17
+ open_llm_leaderboard
18
+
19
+
20
+ like
21
+ 5.19k
22
+ App
23
+ Files
24
+ Community
25
+ 285
26
+ open_llm_leaderboard
27
+ /
28
+ requirements.txt
29
+ Clémentine
30
+ up patch gradio
31
+ 2e131e6
32
+ 6 days ago
33
+ raw
34
+ history
35
+ blame
36
+ contribute
37
+ delete
38
+ No virus
39
+ 1.2 kB
40
+ aiofiles==23.1.0
41
+ aiohttp==3.8.4
42
+ aiosignal==1.3.1
43
+ altair==4.2.2
44
+ anyio==3.6.2
45
+ APScheduler==3.10.1
46
+ async-timeout==4.0.2
47
+ attrs==23.1.0
48
+ certifi==2022.12.7
49
+ charset-normalizer==3.1.0
50
+ click==8.1.3
51
+ contourpy==1.0.7
52
+ cycler==0.11.0
53
+ datasets==2.12.0
54
+ entrypoints==0.4
55
+ fastapi==0.95.1
56
+ ffmpy==0.3.0
57
+ filelock==3.11.0
58
+ fonttools==4.39.3
59
+ frozenlist==1.3.3
60
+ fsspec==2023.4.0
61
+ gradio==3.43.2
62
+ gradio-client==0.5.0
63
+ h11==0.14.0
64
+ httpcore==0.17.0
65
+ httpx==0.24.0
66
+ huggingface-hub==0.16.4
67
+ idna==3.4
68
+ Jinja2==3.1.2
69
+ jsonschema==4.17.3
70
+ kiwisolver==1.4.4
71
+ linkify-it-py==2.0.0
72
+ markdown-it-py==2.2.0
73
+ MarkupSafe==2.1.2
74
+ matplotlib==3.7.1
75
+ mdit-py-plugins==0.3.3
76
+ mdurl==0.1.2
77
+ multidict==6.0.4
78
+ numpy==1.24.2
79
+ orjson==3.8.10
80
+ packaging==23.1
81
+ pandas==2.0.0
82
+ Pillow==9.5.0
83
+ plotly==5.14.1
84
+ pyarrow==11.0.0
85
+ pydantic==1.10.7
86
+ pydub==0.25.1
87
+ pyparsing==3.0.9
88
+ pyrsistent==0.19.3
89
+ python-dateutil==2.8.2
90
+ python-multipart==0.0.6
91
+ pytz==2023.3
92
+ pytz-deprecation-shim==0.1.0.post0
93
+ PyYAML==6.0
94
+ requests==2.28.2
95
+ semantic-version==2.10.0
96
+ six==1.16.0
97
+ sniffio==1.3.0
98
+ starlette==0.26.1
99
+ toolz==0.12.0
100
+ tqdm==4.65.0
101
+ transformers==4.33.1
102
+ typing_extensions==4.5.0
103
+ tzdata==2023.3
104
+ tzlocal==4.3
105
+ uc-micro-py==1.0.1
106
+ urllib3==1.26.15
107
+ uvicorn==0.21.1
108
+ websockets==11.0.1
109
+ yarl==1.8.2