robinroy03 commited on
Commit
cb4b9db
1 Parent(s): 3ba183e

some modifications, this is hacky. I'm trying to get some tangible result first and then will polish everything for production

Browse files
Files changed (2) hide show
  1. .gitignore +3 -1
  2. requirements.txt +209 -209
.gitignore CHANGED
@@ -1 +1,3 @@
1
- __pycache__
 
 
 
1
+ __pycache__
2
+ # script for some housekeeping
3
+ f.py
requirements.txt CHANGED
@@ -1,209 +1,209 @@
1
- accelerate==0.30.1
2
- aiofiles==23.2.1
3
- aiohttp==3.9.5
4
- aiosignal==1.3.1
5
- altair==5.3.0
6
- annotated-types==0.6.0
7
- anyio==4.3.0
8
- asgiref==3.8.1
9
- asttokens==2.4.1
10
- attrs==23.2.0
11
- backoff==2.2.1
12
- bcrypt==4.1.2
13
- beautifulsoup4==4.12.3
14
- blinker==1.8.2
15
- build==1.2.1
16
- cachetools==5.3.3
17
- certifi==2024.2.2
18
- charset-normalizer==3.3.2
19
- chroma-hnswlib==0.7.3
20
- chromadb==0.5.0
21
- click==8.1.7
22
- colorama==0.4.6
23
- coloredlogs==15.0.1
24
- comm==0.2.2
25
- contourpy==1.2.1
26
- cycler==0.12.1
27
- dataclasses-json==0.6.5
28
- datasets==2.19.1
29
- debugpy==1.8.1
30
- decorator==5.1.1
31
- Deprecated==1.2.14
32
- dill==0.3.8
33
- diskcache==5.6.3
34
- distro==1.9.0
35
- dnspython==2.6.1
36
- email_validator==2.1.1
37
- evaluate==0.4.2
38
- executing==2.0.1
39
- faiss-cpu==1.8.0
40
- fastapi==0.110.3
41
- fastapi-cli==0.0.2
42
- ffmpy==0.3.2
43
- filelock==3.14.0
44
- Flask==3.0.3
45
- flatbuffers==24.3.25
46
- fonttools==4.51.0
47
- frozenlist==1.4.1
48
- fsspec==2024.3.1
49
- gitdb==4.0.11
50
- GitPython==3.1.43
51
- google-auth==2.29.0
52
- googleapis-common-protos==1.63.0
53
- gradio==4.31.0
54
- gradio_client==0.16.2
55
- greenlet==3.0.3
56
- grpcio==1.63.0
57
- h11==0.14.0
58
- httpcore==1.0.5
59
- httptools==0.6.1
60
- httpx==0.27.0
61
- huggingface-hub==0.23.0
62
- humanfriendly==10.0
63
- idna==3.7
64
- importlib-metadata==7.0.0
65
- importlib_resources==6.4.0
66
- ipykernel==6.29.4
67
- ipython==8.24.0
68
- itsdangerous==2.2.0
69
- jedi==0.19.1
70
- Jinja2==3.1.3
71
- jsonpatch==1.33
72
- jsonpointer==2.4
73
- jsonschema==4.22.0
74
- jsonschema-specifications==2023.12.1
75
- jupyter_client==8.6.1
76
- jupyter_core==5.7.2
77
- kiwisolver==1.4.5
78
- kubernetes==29.0.0
79
- langchain==0.1.17
80
- langchain-cli==0.0.22
81
- langchain-community==0.0.36
82
- langchain-core==0.1.50
83
- langchain-openai==0.1.6
84
- langchain-text-splitters==0.0.1
85
- langserve==0.2.0
86
- langsmith==0.1.53
87
- libcst==1.3.1
88
- llama_cpp_python==0.2.75
89
- markdown-it-py==3.0.0
90
- MarkupSafe==2.1.5
91
- marshmallow==3.21.2
92
- matplotlib==3.8.4
93
- matplotlib-inline==0.1.7
94
- mdurl==0.1.2
95
- mmh3==4.1.0
96
- monotonic==1.6
97
- mpmath==1.3.0
98
- multidict==6.0.5
99
- multiprocess==0.70.16
100
- mypy-extensions==1.0.0
101
- nest-asyncio==1.6.0
102
- networkx==3.3
103
- numpy==1.26.4
104
- nvidia-cublas-cu12==12.1.3.1
105
- nvidia-cuda-cupti-cu12==12.1.105
106
- nvidia-cuda-nvrtc-cu12==12.1.105
107
- nvidia-cuda-runtime-cu12==12.1.105
108
- nvidia-cudnn-cu12==8.9.2.26
109
- nvidia-cufft-cu12==11.0.2.54
110
- nvidia-curand-cu12==10.3.2.106
111
- nvidia-cusolver-cu12==11.4.5.107
112
- nvidia-cusparse-cu12==12.1.0.106
113
- nvidia-nccl-cu12==2.20.5
114
- nvidia-nvjitlink-cu12==12.4.127
115
- nvidia-nvtx-cu12==12.1.105
116
- oauthlib==3.2.2
117
- onnxruntime==1.17.3
118
- openai==1.25.1
119
- opentelemetry-api==1.24.0
120
- opentelemetry-exporter-otlp-proto-common==1.24.0
121
- opentelemetry-exporter-otlp-proto-grpc==1.24.0
122
- opentelemetry-instrumentation==0.45b0
123
- opentelemetry-instrumentation-asgi==0.45b0
124
- opentelemetry-instrumentation-fastapi==0.45b0
125
- opentelemetry-proto==1.24.0
126
- opentelemetry-sdk==1.24.0
127
- opentelemetry-semantic-conventions==0.45b0
128
- opentelemetry-util-http==0.45b0
129
- orjson==3.10.3
130
- overrides==7.7.0
131
- packaging==23.2
132
- pandas==2.2.2
133
- parso==0.8.4
134
- pexpect==4.9.0
135
- pillow==10.3.0
136
- platformdirs==4.2.1
137
- posthog==3.5.0
138
- prompt-toolkit==3.0.43
139
- protobuf==4.25.3
140
- psutil==5.9.8
141
- ptyprocess==0.7.0
142
- pure-eval==0.2.2
143
- pyarrow==16.1.0
144
- pyarrow-hotfix==0.6
145
- pyasn1==0.6.0
146
- pyasn1_modules==0.4.0
147
- pydantic==1.10.13
148
- pydantic_core==2.18.2
149
- pydub==0.25.1
150
- Pygments==2.17.2
151
- pyparsing==3.1.2
152
- PyPika==0.48.9
153
- pyproject-toml==0.0.10
154
- pyproject_hooks==1.1.0
155
- python-dateutil==2.9.0.post0
156
- python-dotenv==1.0.1
157
- python-multipart==0.0.9
158
- pytz==2024.1
159
- PyYAML==6.0.1
160
- pyzmq==26.0.3
161
- referencing==0.35.1
162
- regex==2024.4.28
163
- requests==2.31.0
164
- requests-oauthlib==2.0.0
165
- rich==13.7.1
166
- rpds-py==0.18.1
167
- rsa==4.9
168
- ruff==0.4.4
169
- safetensors==0.4.3
170
- semantic-version==2.10.0
171
- shellingham==1.5.4
172
- six==1.16.0
173
- smmap==5.0.1
174
- sniffio==1.3.1
175
- soupsieve==2.5
176
- SQLAlchemy==2.0.29
177
- sse-starlette==1.8.2
178
- stack-data==0.6.3
179
- starlette==0.37.2
180
- sympy==1.12
181
- tenacity==8.2.3
182
- tiktoken==0.6.0
183
- tokenizers==0.19.1
184
- toml==0.10.2
185
- tomlkit==0.12.5
186
- toolz==0.12.1
187
- torch==2.3.0
188
- tornado==6.4
189
- tqdm==4.66.4
190
- traitlets==5.14.3
191
- transformers==4.41.0
192
- triton==2.3.0
193
- typing-inspect==0.9.0
194
- typing_extensions==4.11.0
195
- tzdata==2024.1
196
- ujson==5.9.0
197
- urllib3==2.2.1
198
- uvicorn==0.23.2
199
- uvloop==0.19.0
200
- vtk==9.3.0
201
- watchfiles==0.21.0
202
- wcwidth==0.2.13
203
- websocket-client==1.8.0
204
- websockets==11.0.3
205
- Werkzeug==3.0.3
206
- wrapt==1.16.0
207
- xxhash==3.4.1
208
- yarl==1.9.4
209
- zipp==3.18.1
 
1
+ accelerate
2
+ aiofiles
3
+ aiohttp
4
+ aiosignal
5
+ altair
6
+ annotated-types
7
+ anyio
8
+ asgiref
9
+ asttokens
10
+ attrs
11
+ backoff
12
+ bcrypt
13
+ beautifulsoup4
14
+ blinker
15
+ build
16
+ cachetools
17
+ certifi
18
+ charset-normalizer
19
+ chroma-hnswlib
20
+ chromadb
21
+ click
22
+ colorama
23
+ coloredlogs
24
+ comm
25
+ contourpy
26
+ cycler
27
+ dataclasses-json
28
+ datasets
29
+ debugpy
30
+ decorator
31
+ Deprecated
32
+ dill
33
+ diskcache
34
+ distro
35
+ dnspython
36
+ email_validator
37
+ evaluate
38
+ executing
39
+ faiss-cpu
40
+ fastapi
41
+ fastapi-cli
42
+ ffmpy
43
+ filelock
44
+ Flask
45
+ flatbuffers
46
+ fonttools
47
+ frozenlist
48
+ fsspec
49
+ gitdb
50
+ GitPython
51
+ google-auth
52
+ googleapis-common-protos
53
+ gradio
54
+ gradio_client
55
+ greenlet
56
+ grpcio
57
+ h11
58
+ httpcore
59
+ httptools
60
+ httpx
61
+ huggingface-hub
62
+ humanfriendly
63
+ idna
64
+ importlib-metadata
65
+ importlib_resources
66
+ ipykernel
67
+ ipython
68
+ itsdangerous
69
+ jedi
70
+ Jinja2
71
+ jsonpatch
72
+ jsonpointer
73
+ jsonschema
74
+ jsonschema-specifications
75
+ jupyter_client
76
+ jupyter_core
77
+ kiwisolver
78
+ kubernetes
79
+ langchain
80
+ langchain-cli
81
+ langchain-community
82
+ langchain-core
83
+ langchain-openai
84
+ langchain-text-splitters
85
+ langserve
86
+ langsmith
87
+ libcst
88
+ llama_cpp_python
89
+ markdown-it-py
90
+ MarkupSafe
91
+ marshmallow
92
+ matplotlib
93
+ matplotlib-inline
94
+ mdurl
95
+ mmh3
96
+ monotonic
97
+ mpmath
98
+ multidict
99
+ multiprocess
100
+ mypy-extensions
101
+ nest-asyncio
102
+ networkx
103
+ numpy
104
+ nvidia-cublas-cu12
105
+ nvidia-cuda-cupti-cu12
106
+ nvidia-cuda-nvrtc-cu12
107
+ nvidia-cuda-runtime-cu12
108
+ nvidia-cudnn-cu12
109
+ nvidia-cufft-cu12
110
+ nvidia-curand-cu12
111
+ nvidia-cusolver-cu12
112
+ nvidia-cusparse-cu12
113
+ nvidia-nccl-cu12
114
+ nvidia-nvjitlink-cu12
115
+ nvidia-nvtx-cu12
116
+ oauthlib
117
+ onnxruntime
118
+ openai
119
+ opentelemetry-api
120
+ opentelemetry-exporter-otlp-proto-common
121
+ opentelemetry-exporter-otlp-proto-grpc
122
+ opentelemetry-instrumentation
123
+ opentelemetry-instrumentation-asgi
124
+ opentelemetry-instrumentation-fastapi
125
+ opentelemetry-proto
126
+ opentelemetry-sdk
127
+ opentelemetry-semantic-conventions
128
+ opentelemetry-util-http
129
+ orjson
130
+ overrides
131
+ packaging
132
+ pandas
133
+ parso
134
+ pexpect
135
+ pillow
136
+ platformdirs
137
+ posthog
138
+ prompt-toolkit
139
+ protobuf
140
+ psutil
141
+ ptyprocess
142
+ pure-eval
143
+ pyarrow
144
+ pyarrow-hotfix
145
+ pyasn1
146
+ pyasn1_modules
147
+ pydantic
148
+ pydantic_core
149
+ pydub
150
+ Pygments
151
+ pyparsing
152
+ PyPika
153
+ pyproject-toml
154
+ pyproject_hooks
155
+ python-dateutil
156
+ python-dotenv
157
+ python-multipart
158
+ pytz
159
+ PyYAML
160
+ pyzmq
161
+ referencing
162
+ regex
163
+ requests
164
+ requests-oauthlib
165
+ rich
166
+ rpds-py
167
+ rsa
168
+ ruff
169
+ safetensors
170
+ semantic-version
171
+ shellingham
172
+ six
173
+ smmap
174
+ sniffio
175
+ soupsieve
176
+ SQLAlchemy
177
+ sse-starlette
178
+ stack-data
179
+ starlette
180
+ sympy
181
+ tenacity
182
+ tiktoken
183
+ tokenizers
184
+ toml
185
+ tomlkit
186
+ toolz
187
+ torch
188
+ tornado
189
+ tqdm
190
+ traitlets
191
+ transformers
192
+ triton
193
+ typing-inspect
194
+ typing_extensions
195
+ tzdata
196
+ ujson
197
+ urllib3
198
+ uvicorn
199
+ uvloop
200
+ vtk
201
+ watchfiles
202
+ wcwidth
203
+ websocket-client
204
+ websockets
205
+ Werkzeug
206
+ wrapt
207
+ xxhash
208
+ yarl
209
+ zipp