Elijahbodden commited on
Commit
00b6be1
1 Parent(s): 18e1278

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +116 -0
requirements.txt ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.5
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.7.0
6
+ anyio==4.3.0
7
+ async-timeout==4.0.3
8
+ attrs==23.2.0
9
+ Authlib==1.3.0
10
+ bitsandbytes==0.43.1
11
+ certifi==2024.2.2
12
+ cffi==1.16.0
13
+ charset-normalizer==3.3.2
14
+ click==8.0.4
15
+ contourpy==1.2.1
16
+ cryptography==42.0.7
17
+ cycler==0.12.1
18
+ datasets==2.19.1
19
+ dill==0.3.8
20
+ dnspython==2.6.1
21
+ email_validator==2.1.1
22
+ exceptiongroup==1.2.1
23
+ fastapi==0.111.0
24
+ fastapi-cli==0.0.4
25
+ ffmpy==0.3.2
26
+ filelock==3.14.0
27
+ fonttools==4.51.0
28
+ frozenlist==1.4.1
29
+ fsspec==2024.3.1
30
+ gradio==4.31.5
31
+ gradio_client==0.16.4
32
+ h11==0.14.0
33
+ hf_********==0.1.6
34
+ httpcore==1.0.5
35
+ httptools==0.6.1
36
+ httpx==0.27.0
37
+ huggingface-hub==0.23.1
38
+ idna==3.7
39
+ importlib_resources==6.4.0
40
+ itsdangerous==2.2.0
41
+ Jinja2==3.1.4
42
+ jsonschema==4.22.0
43
+ jsonschema-specifications==2023.12.1
44
+ kiwisolver==1.4.5
45
+ markdown-it-py==3.0.0
46
+ MarkupSafe==2.1.5
47
+ matplotlib==3.9.0
48
+ mdurl==0.1.2
49
+ mpmath==1.3.0
50
+ multidict==6.0.5
51
+ multiprocess==0.70.16
52
+ networkx==3.3
53
+ numpy==1.26.4
54
+ nvidia-cublas-cu12==12.1.3.1
55
+ nvidia-cuda-cupti-cu12==12.1.105
56
+ nvidia-cuda-nvrtc-cu12==12.1.105
57
+ nvidia-cuda-runtime-cu12==12.1.105
58
+ nvidia-cudnn-cu12==8.9.2.26
59
+ nvidia-cufft-cu12==11.0.2.54
60
+ nvidia-curand-cu12==10.3.2.106
61
+ nvidia-cusolver-cu12==11.4.5.107
62
+ nvidia-cusparse-cu12==12.1.0.106
63
+ nvidia-nccl-cu12==2.20.5
64
+ nvidia-nvjitlink-cu12==12.5.40
65
+ nvidia-nvtx-cu12==12.1.105
66
+ orjson==3.10.3
67
+ packaging==24.0
68
+ pandas==2.2.2
69
+ pillow==10.3.0
70
+ protobuf==3.20.3
71
+ psutil==5.9.8
72
+ pyarrow==16.1.0
73
+ pyarrow-hotfix==0.6
74
+ pycparser==2.22
75
+ pydantic==2.7.1
76
+ pydantic_core==2.18.2
77
+ pydub==0.25.1
78
+ Pygments==2.18.0
79
+ pyparsing==3.1.2
80
+ python-dateutil==2.9.0.post0
81
+ python-dotenv==1.0.1
82
+ python-multipart==0.0.9
83
+ pytz==2024.1
84
+ PyYAML==6.0.1
85
+ referencing==0.35.1
86
+ regex==2024.5.15
87
+ requests==2.32.2
88
+ rich==13.7.1
89
+ rpds-py==0.18.1
90
+ ruff==0.4.5
91
+ safetensors==0.4.3
92
+ semantic-version==2.10.0
93
+ shellingham==1.5.4
94
+ six==1.16.0
95
+ sniffio==1.3.1
96
+ spaces==0.28.3
97
+ starlette==0.37.2
98
+ sympy==1.12
99
+ tokenizers==0.19.1
100
+ tomlkit==0.12.0
101
+ toolz==0.12.1
102
+ torch==2.3.0
103
+ tqdm==4.66.4
104
+ transformers==4.41.1
105
+ triton==2.3.0
106
+ typer==0.12.3
107
+ typing_extensions==4.11.0
108
+ tzdata==2024.1
109
+ ujson==5.10.0
110
+ urllib3==2.2.1
111
+ uvicorn==0.29.0
112
+ uvloop==0.19.0
113
+ watchfiles==0.21.0
114
+ websockets==11.0.3
115
+ xxhash==3.4.1
116
+ yarl==1.9.4