ZhangYuhan commited on
Commit
6e3a72b
1 Parent(s): de85bd7

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +98 -0
requirements.txt ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.28.0
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.3
4
+ aiosignal==1.3.1
5
+ altair==5.2.0
6
+ annotated-types==0.6.0
7
+ anyio==4.3.0
8
+ async-timeout==4.0.3
9
+ attrs==23.2.0
10
+ certifi==2024.2.2
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
+ exceptiongroup==1.2.0
17
+ fastapi==0.110.0
18
+ ffmpy==0.3.2
19
+ filelock==3.13.2
20
+ fonttools==4.50.0
21
+ frozenlist==1.4.1
22
+ fsspec==2024.3.1
23
+ gradio==4.23.0
24
+ gradio_client==0.14.0
25
+ h11==0.14.0
26
+ httpcore==1.0.4
27
+ httpx==0.27.0
28
+ huggingface-cli==0.1
29
+ huggingface-hub==0.22.0
30
+ idna==3.6
31
+ importlib_resources==6.4.0
32
+ Jinja2==3.1.3
33
+ jsonschema==4.21.1
34
+ jsonschema-specifications==2023.12.1
35
+ kiwisolver==1.4.5
36
+ markdown-it-py==3.0.0
37
+ markdown2==2.4.13
38
+ MarkupSafe==2.1.5
39
+ matplotlib==3.8.3
40
+ mdurl==0.1.2
41
+ mpmath==1.3.0
42
+ multidict==6.0.5
43
+ networkx==3.2.1
44
+ nh3==0.2.15
45
+ numpy==1.26.4
46
+ orjson==3.9.15
47
+ packaging==24.0
48
+ pandas==2.2.1
49
+ peft==0.10.0
50
+ pillow==10.2.0
51
+ plotly==5.20.0
52
+ prompt-toolkit==3.0.43
53
+ protobuf==5.26.0
54
+ psutil==5.9.8
55
+ pydantic==2.6.4
56
+ pydantic_core==2.16.3
57
+ pydub==0.25.1
58
+ Pygments==2.17.2
59
+ pyparsing==3.1.2
60
+ python-dateutil==2.9.0.post0
61
+ python-multipart==0.0.9
62
+ pytz==2024.1
63
+ PyYAML==6.0.1
64
+ referencing==0.34.0
65
+ regex==2023.12.25
66
+ replicate==0.25.1
67
+ requests==2.31.0
68
+ rich==13.7.1
69
+ rpds-py==0.18.0
70
+ ruff==0.3.4
71
+ safetensors==0.4.2
72
+ semantic-version==2.10.0
73
+ sentencepiece==0.2.0
74
+ shellingham==1.5.4
75
+ shortuuid==1.0.13
76
+ six==1.16.0
77
+ sniffio==1.3.1
78
+ starlette==0.36.3
79
+ svgwrite==1.4.3
80
+ sympy==1.12
81
+ tenacity==8.2.3
82
+ tiktoken==0.6.0
83
+ tokenizers==0.15.2
84
+ tomlkit==0.12.0
85
+ toolz==0.12.1
86
+ torch==2.2.1
87
+ tqdm==4.66.2
88
+ transformers==4.39.1
89
+ typer==0.10.0
90
+ typing_extensions==4.10.0
91
+ tzdata==2024.1
92
+ urllib3==2.2.1
93
+ uvicorn==0.29.0
94
+ wavedrom==2.0.3.post3
95
+ wcwidth==0.2.13
96
+ websockets==11.0.3
97
+ yarl==1.9.4
98
+ zipp==3.18.1