Spaces:
Build error
Build error
olegperegudov
commited on
Commit
·
70415b1
1
Parent(s):
11f324c
add req file
Browse files- requirements.txt +173 -0
requirements.txt
ADDED
@@ -0,0 +1,173 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.9.3
|
2 |
+
aiosignal==1.3.1
|
3 |
+
altair==5.2.0
|
4 |
+
annotated-types==0.6.0
|
5 |
+
anyio==4.2.0
|
6 |
+
asgiref==3.7.2
|
7 |
+
async-timeout==4.0.3
|
8 |
+
attrs==23.2.0
|
9 |
+
backoff==2.2.1
|
10 |
+
backports.zoneinfo==0.2.1
|
11 |
+
bcrypt==4.1.2
|
12 |
+
beautifulsoup4==4.12.3
|
13 |
+
blinker==1.7.0
|
14 |
+
build==1.0.3
|
15 |
+
cachetools==5.3.2
|
16 |
+
certifi==2024.2.2
|
17 |
+
chardet==5.2.0
|
18 |
+
charset-normalizer==3.3.2
|
19 |
+
chroma-hnswlib==0.7.3
|
20 |
+
chromadb==0.4.22
|
21 |
+
click==8.1.7
|
22 |
+
coloredlogs==15.0.1
|
23 |
+
dataclasses-json==0.6.4
|
24 |
+
dataclasses-json-speakeasy==0.5.11
|
25 |
+
Deprecated==1.2.14
|
26 |
+
diskcache==5.6.3
|
27 |
+
emoji==2.10.1
|
28 |
+
exceptiongroup==1.2.0
|
29 |
+
fastapi==0.109.2
|
30 |
+
filelock==3.13.1
|
31 |
+
filetype==1.2.0
|
32 |
+
flatbuffers==23.5.26
|
33 |
+
frozenlist==1.4.1
|
34 |
+
fsspec==2024.2.0
|
35 |
+
gitdb==4.0.11
|
36 |
+
GitPython==3.1.41
|
37 |
+
google-auth==2.27.0
|
38 |
+
googleapis-common-protos==1.62.0
|
39 |
+
graphlib-backport==1.0.3
|
40 |
+
greenlet==3.0.3
|
41 |
+
grpcio==1.60.1
|
42 |
+
h11==0.14.0
|
43 |
+
httptools==0.6.1
|
44 |
+
huggingface-hub==0.20.3
|
45 |
+
humanfriendly==10.0
|
46 |
+
idna==3.6
|
47 |
+
importlib-metadata==6.11.0
|
48 |
+
importlib-resources==6.1.1
|
49 |
+
Jinja2==3.1.3
|
50 |
+
joblib==1.3.2
|
51 |
+
jsonpatch==1.33
|
52 |
+
jsonpath-python==1.0.6
|
53 |
+
jsonpointer==2.4
|
54 |
+
jsonschema==4.21.1
|
55 |
+
jsonschema-specifications==2023.12.1
|
56 |
+
kubernetes==29.0.0
|
57 |
+
langchain==0.1.5
|
58 |
+
langchain-community==0.0.19
|
59 |
+
langchain-core==0.1.21
|
60 |
+
langdetect==1.0.9
|
61 |
+
langsmith==0.0.87
|
62 |
+
llama_cpp_python==0.2.39
|
63 |
+
lxml==5.1.0
|
64 |
+
markdown-it-py==3.0.0
|
65 |
+
MarkupSafe==2.1.5
|
66 |
+
marshmallow==3.20.2
|
67 |
+
mdurl==0.1.2
|
68 |
+
mmh3==4.1.0
|
69 |
+
monotonic==1.6
|
70 |
+
mpmath==1.3.0
|
71 |
+
multidict==6.0.5
|
72 |
+
mypy-extensions==1.0.0
|
73 |
+
networkx==3.1
|
74 |
+
nltk==3.8.1
|
75 |
+
numpy==1.24.4
|
76 |
+
nvidia-cublas-cu12==12.1.3.1
|
77 |
+
nvidia-cuda-cupti-cu12==12.1.105
|
78 |
+
nvidia-cuda-nvrtc-cu12==12.1.105
|
79 |
+
nvidia-cuda-runtime-cu12==12.1.105
|
80 |
+
nvidia-cudnn-cu12==8.9.2.26
|
81 |
+
nvidia-cufft-cu12==11.0.2.54
|
82 |
+
nvidia-curand-cu12==10.3.2.106
|
83 |
+
nvidia-cusolver-cu12==11.4.5.107
|
84 |
+
nvidia-cusparse-cu12==12.1.0.106
|
85 |
+
nvidia-nccl-cu12==2.19.3
|
86 |
+
nvidia-nvjitlink-cu12==12.3.101
|
87 |
+
nvidia-nvtx-cu12==12.1.105
|
88 |
+
oauthlib==3.2.2
|
89 |
+
onnxruntime==1.17.0
|
90 |
+
opentelemetry-api==1.22.0
|
91 |
+
opentelemetry-exporter-otlp-proto-common==1.22.0
|
92 |
+
opentelemetry-exporter-otlp-proto-grpc==1.22.0
|
93 |
+
opentelemetry-instrumentation==0.43b0
|
94 |
+
opentelemetry-instrumentation-asgi==0.43b0
|
95 |
+
opentelemetry-instrumentation-fastapi==0.43b0
|
96 |
+
opentelemetry-proto==1.22.0
|
97 |
+
opentelemetry-sdk==1.22.0
|
98 |
+
opentelemetry-semantic-conventions==0.43b0
|
99 |
+
opentelemetry-util-http==0.43b0
|
100 |
+
overrides==7.7.0
|
101 |
+
packaging==23.2
|
102 |
+
pandas==2.0.3
|
103 |
+
pillow==10.2.0
|
104 |
+
pkgutil_resolve_name==1.3.10
|
105 |
+
posthog==3.4.0
|
106 |
+
protobuf==4.25.2
|
107 |
+
pulsar-client==3.4.0
|
108 |
+
pyarrow==15.0.0
|
109 |
+
pyasn1==0.5.1
|
110 |
+
pyasn1-modules==0.3.0
|
111 |
+
pydantic==2.6.1
|
112 |
+
pydantic_core==2.16.2
|
113 |
+
pydeck==0.8.1b0
|
114 |
+
Pygments==2.17.2
|
115 |
+
PyPika==0.48.9
|
116 |
+
pyproject_hooks==1.0.0
|
117 |
+
python-dateutil==2.8.2
|
118 |
+
python-dotenv==1.0.1
|
119 |
+
python-iso639==2024.2.7
|
120 |
+
python-magic==0.4.27
|
121 |
+
pytz==2024.1
|
122 |
+
PyYAML==6.0.1
|
123 |
+
rapidfuzz==3.6.1
|
124 |
+
referencing==0.33.0
|
125 |
+
regex==2023.12.25
|
126 |
+
requests==2.31.0
|
127 |
+
requests-oauthlib==1.3.1
|
128 |
+
rich==13.7.0
|
129 |
+
rpds-py==0.17.1
|
130 |
+
rsa==4.9
|
131 |
+
safetensors==0.4.2
|
132 |
+
scikit-learn==1.3.2
|
133 |
+
scipy==1.10.1
|
134 |
+
sentence-transformers==2.3.1
|
135 |
+
sentencepiece==0.1.99
|
136 |
+
six==1.16.0
|
137 |
+
smmap==5.0.1
|
138 |
+
sniffio==1.3.0
|
139 |
+
soupsieve==2.5
|
140 |
+
SQLAlchemy==2.0.25
|
141 |
+
starlette==0.36.3
|
142 |
+
streamlit==1.31.0
|
143 |
+
sympy==1.12
|
144 |
+
tabulate==0.9.0
|
145 |
+
tenacity==8.2.3
|
146 |
+
threadpoolctl==3.2.0
|
147 |
+
tokenizers==0.15.1
|
148 |
+
toml==0.10.2
|
149 |
+
tomli==2.0.1
|
150 |
+
toolz==0.12.1
|
151 |
+
torch==2.2.0
|
152 |
+
tornado==6.4
|
153 |
+
tqdm==4.66.1
|
154 |
+
transformers==4.37.2
|
155 |
+
triton==2.2.0
|
156 |
+
typer==0.9.0
|
157 |
+
typing-inspect==0.9.0
|
158 |
+
typing_extensions==4.9.0
|
159 |
+
tzdata==2023.4
|
160 |
+
tzlocal==5.2
|
161 |
+
unstructured==0.11.8
|
162 |
+
unstructured-client==0.18.0
|
163 |
+
urllib3==2.2.0
|
164 |
+
uvicorn==0.27.0.post1
|
165 |
+
uvloop==0.19.0
|
166 |
+
validators==0.22.0
|
167 |
+
watchdog==4.0.0
|
168 |
+
watchfiles==0.21.0
|
169 |
+
websocket-client==1.7.0
|
170 |
+
websockets==12.0
|
171 |
+
wrapt==1.16.0
|
172 |
+
yarl==1.9.4
|
173 |
+
zipp==3.17.0
|