Spaces:
Sleeping
Sleeping
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- .gitignore +3 -1
- 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
|
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
|
|
|
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
|