amankumar commited on
Commit
f1622d7
β€’
1 Parent(s): d0da8a7

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +120 -0
requirements.txt ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.17.1
2
+ aiofiles==23.1.0
3
+ aiohttp==3.8.4
4
+ aiosignal==1.3.1
5
+ altair==4.2.2
6
+ anyio==3.6.2
7
+ arrow==1.2.3
8
+ async-timeout==4.0.2
9
+ attrs==22.2.0
10
+ beautifulsoup4==4.11.2
11
+ bitsandbytes==0.37.1
12
+ blessed==1.20.0
13
+ certifi==2022.12.7
14
+ charset-normalizer==3.1.0
15
+ click==8.1.3
16
+ cmake==3.26.0
17
+ contourpy==1.0.7
18
+ croniter==1.3.8
19
+ cycler==0.11.0
20
+ dataclasses-json==0.5.7
21
+ dateutils==0.6.12
22
+ deepdiff==6.2.3
23
+ dnspython==2.3.0
24
+ email-validator==1.3.1
25
+ entrypoints==0.4
26
+ fastapi==0.88.0
27
+ ffmpy==0.3.0
28
+ filelock==3.12.0
29
+ fonttools==4.39.1
30
+ frozenlist==1.3.3
31
+ fsspec==2023.5.0
32
+ gradio==3.21.0
33
+ greenlet==2.0.2
34
+ h11==0.14.0
35
+ httpcore==0.16.3
36
+ httptools==0.5.0
37
+ httpx==0.23.3
38
+ huggingface-hub==0.14.1
39
+ idna==3.4
40
+ importlib-resources==5.12.0
41
+ inquirer==3.1.3
42
+ itsdangerous==2.1.2
43
+ Jinja2==3.1.2
44
+ jsonschema==4.17.3
45
+ kiwisolver==1.4.4
46
+ langchain==0.0.113
47
+ lightning==2.0.0
48
+ lightning-cloud==0.5.31
49
+ lightning-utilities==0.8.0
50
+ linkify-it-py==2.0.0
51
+ lit==15.0.7
52
+ markdown-it-py==2.2.0
53
+ MarkupSafe==2.1.2
54
+ marshmallow==3.19.0
55
+ marshmallow-enum==1.5.1
56
+ matplotlib==3.7.1
57
+ mdit-py-plugins==0.3.3
58
+ mdurl==0.1.2
59
+ multidict==6.0.4
60
+ mypy-extensions==1.0.0
61
+ numpy==1.24.2
62
+ nvidia-cuda-nvrtc-cu11==11.7.99
63
+ nvidia-cuda-runtime-cu11==11.7.99
64
+ nvidia-cudnn-cu11==8.5.0.96
65
+ ordered-set==4.1.0
66
+ orjson==3.8.7
67
+ packaging==23.0
68
+ pandas==1.5.3
69
+ Pillow==9.4.0
70
+ pkgutil-resolve-name==1.3.10
71
+ psutil==5.9.4
72
+ pydantic==1.10.6
73
+ pydub==0.25.1
74
+ Pygments==2.14.0
75
+ PyJWT==2.6.0
76
+ pyparsing==3.0.9
77
+ pyre-extensions==0.0.23
78
+ pyrsistent==0.19.3
79
+ python-dateutil==2.8.2
80
+ python-dotenv==1.0.0
81
+ python-editor==1.0.4
82
+ python-multipart==0.0.6
83
+ pytorch-lightning==2.0.0
84
+ pytz==2022.7.1
85
+ PyYAML==6.0
86
+ readchar==4.0.5
87
+ regex==2023.5.5
88
+ requests==2.28.2
89
+ rfc3986==1.5.0
90
+ rich==13.3.2
91
+ sentencepiece==0.1.97
92
+ six==1.16.0
93
+ sniffio==1.3.0
94
+ soupsieve==2.4
95
+ SQLAlchemy==1.4.46
96
+ starlette==0.22.0
97
+ starsessions==1.3.0
98
+ tenacity==8.2.2
99
+ tokenizers==0.13.3
100
+ toolz==0.12.0
101
+ torch==1.13.1
102
+ torchmetrics==0.11.4
103
+ tqdm==4.65.0
104
+ traitlets==5.9.0
105
+ transformers @ file:///home/notebook/code/personal/IN009436/Dromedary/transformers-4.29.2-py3-none-any.whl
106
+ triton==2.0.0.post1
107
+ typing-extensions==4.5.0
108
+ typing-inspect==0.8.0
109
+ uc-micro-py==1.0.1
110
+ ujson==5.7.0
111
+ urllib3==1.26.15
112
+ uvicorn==0.21.1
113
+ uvloop==0.17.0
114
+ watchfiles==0.18.1
115
+ wcwidth==0.2.6
116
+ websocket-client==1.5.1
117
+ websockets==10.4
118
+ xformers==0.0.16
119
+ yarl==1.8.2
120
+ zipp==3.15.0