Spaces:
Sleeping
Sleeping
Commit
·
0cf53dd
1
Parent(s):
cb4b9db
fix for the fix
Browse files- .gitignore +1 -0
- requirements.txt +70 -209
.gitignore
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
__pycache__
|
|
|
2 |
# script for some housekeeping
|
3 |
f.py
|
|
|
1 |
__pycache__
|
2 |
+
venv
|
3 |
# script for some housekeeping
|
4 |
f.py
|
requirements.txt
CHANGED
@@ -1,209 +1,70 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
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 |
+
aiohttp==3.9.5
|
2 |
+
aiosignal==1.3.1
|
3 |
+
annotated-types==0.6.0
|
4 |
+
anyio==4.3.0
|
5 |
+
attrs==23.2.0
|
6 |
+
certifi==2024.2.2
|
7 |
+
charset-normalizer==3.3.2
|
8 |
+
click==8.1.7
|
9 |
+
dataclasses-json==0.6.6
|
10 |
+
diskcache==5.6.3
|
11 |
+
dnspython==2.6.1
|
12 |
+
email_validator==2.1.1
|
13 |
+
fastapi==0.111.0
|
14 |
+
fastapi-cli==0.0.4
|
15 |
+
frozenlist==1.4.1
|
16 |
+
greenlet==3.0.3
|
17 |
+
h11==0.14.0
|
18 |
+
httpcore==1.0.5
|
19 |
+
httptools==0.6.1
|
20 |
+
httpx==0.27.0
|
21 |
+
idna==3.7
|
22 |
+
Jinja2==3.1.4
|
23 |
+
jsonpatch==1.33
|
24 |
+
jsonpointer==2.4
|
25 |
+
jsonschema==4.22.0
|
26 |
+
jsonschema-specifications==2023.12.1
|
27 |
+
langchain==0.2.0
|
28 |
+
langchain-community==0.2.0
|
29 |
+
langchain-core==0.2.0
|
30 |
+
langchain-text-splitters==0.2.0
|
31 |
+
langserve==0.2.0
|
32 |
+
langsmith==0.1.59
|
33 |
+
llama_cpp_python==0.2.75
|
34 |
+
markdown-it-py==3.0.0
|
35 |
+
MarkupSafe==2.1.5
|
36 |
+
marshmallow==3.21.2
|
37 |
+
mdurl==0.1.2
|
38 |
+
multidict==6.0.5
|
39 |
+
mypy-extensions==1.0.0
|
40 |
+
numpy==1.26.4
|
41 |
+
orjson==3.10.3
|
42 |
+
packaging==23.2
|
43 |
+
pydantic==1.10.13
|
44 |
+
pydantic_core==2.18.2
|
45 |
+
Pygments==2.18.0
|
46 |
+
pyproject-toml==0.0.10
|
47 |
+
python-dotenv==1.0.1
|
48 |
+
python-multipart==0.0.9
|
49 |
+
PyYAML==6.0.1
|
50 |
+
referencing==0.35.1
|
51 |
+
requests==2.31.0
|
52 |
+
rich==13.7.1
|
53 |
+
rpds-py==0.18.1
|
54 |
+
shellingham==1.5.4
|
55 |
+
sniffio==1.3.1
|
56 |
+
SQLAlchemy==2.0.30
|
57 |
+
sse-starlette==1.8.2
|
58 |
+
starlette==0.37.2
|
59 |
+
tenacity==8.3.0
|
60 |
+
toml==0.10.2
|
61 |
+
typer==0.12.3
|
62 |
+
typing-inspect==0.9.0
|
63 |
+
typing_extensions==4.11.0
|
64 |
+
ujson==5.10.0
|
65 |
+
urllib3==2.2.1
|
66 |
+
uvicorn==0.29.0
|
67 |
+
uvloop==0.19.0
|
68 |
+
watchfiles==0.21.0
|
69 |
+
websockets==12.0
|
70 |
+
yarl==1.9.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|