isimorfizam commited on
Commit
abf8a90
1 Parent(s): b79abc2

Trrying to fix lfs issue

Browse files
Files changed (1) hide show
  1. requirements.txt +186 -3
requirements.txt CHANGED
@@ -1,3 +1,186 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1df8136f3d57d74ec4a316080a4d6be792614a760dea6473ae9fe3f317c22d01
3
- size 3490
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.29.2
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.4
4
+ aiosignal==1.3.1
5
+ altair==5.3.0
6
+ annotated-types==0.6.0
7
+ anyio==4.3.0
8
+ appnope==0.1.4
9
+ asgiref==3.8.1
10
+ asttokens==2.4.1
11
+ async-timeout==4.0.3
12
+ attrs==23.2.0
13
+ backoff==2.2.1
14
+ bcrypt==4.1.2
15
+ bitsandbytes==0.42.0
16
+ blinker==1.7.0
17
+ build==1.2.1
18
+ cachetools==5.3.3
19
+ certifi==2024.2.2
20
+ charset-normalizer==3.3.2
21
+ chroma-hnswlib==0.7.3
22
+ chromadb==0.4.24
23
+ click==8.1.7
24
+ coloredlogs==15.0.1
25
+ comm==0.2.2
26
+ contourpy==1.2.1
27
+ cycler==0.12.1
28
+ dataclasses-json==0.6.4
29
+ debugpy==1.8.1
30
+ decorator==5.1.1
31
+ Deprecated==1.2.14
32
+ distro==1.9.0
33
+ exceptiongroup==1.2.0
34
+ executing==2.0.1
35
+ fastapi==0.110.1
36
+ ffmpy==0.3.2
37
+ filelock==3.13.4
38
+ flatbuffers==24.3.25
39
+ fonttools==4.51.0
40
+ frozenlist==1.4.1
41
+ fsspec==2024.3.1
42
+ gitdb==4.0.11
43
+ GitPython==3.1.43
44
+ google-auth==2.29.0
45
+ googleapis-common-protos==1.63.0
46
+ gradio==4.26.0
47
+ gradio_client==0.15.1
48
+ grpcio==1.62.1
49
+ h11==0.14.0
50
+ httpcore==1.0.5
51
+ httptools==0.6.1
52
+ httpx==0.27.0
53
+ huggingface-hub==0.22.2
54
+ humanfriendly==10.0
55
+ idna==3.7
56
+ importlib-metadata==7.0.0
57
+ importlib_resources==6.4.0
58
+ ipykernel==6.29.4
59
+ ipython==8.18.1
60
+ jedi==0.19.1
61
+ Jinja2==3.1.3
62
+ joblib==1.4.0
63
+ jsonpatch==1.33
64
+ jsonpointer==2.4
65
+ jsonschema==4.21.1
66
+ jsonschema-specifications==2023.12.1
67
+ jupyter_client==8.6.1
68
+ jupyter_core==5.7.2
69
+ kiwisolver==1.4.5
70
+ kubernetes==29.0.0
71
+ langchain==0.1.16
72
+ langchain-chroma==0.1.0
73
+ langchain-community==0.0.33
74
+ langchain-core==0.1.43
75
+ langchain-openai==0.1.3
76
+ langchain-text-splitters==0.0.1
77
+ langsmith==0.1.48
78
+ lark==1.1.9
79
+ markdown-it-py==3.0.0
80
+ MarkupSafe==2.1.5
81
+ marshmallow==3.21.1
82
+ matplotlib==3.8.4
83
+ matplotlib-inline==0.1.7
84
+ mdurl==0.1.2
85
+ mmh3==4.1.0
86
+ monotonic==1.6
87
+ mpmath==1.3.0
88
+ multidict==6.0.5
89
+ mypy-extensions==1.0.0
90
+ nest-asyncio==1.6.0
91
+ networkx==3.2.1
92
+ numpy==1.26.4
93
+ oauthlib==3.2.2
94
+ onnxruntime==1.17.3
95
+ openai==1.19.0
96
+ opentelemetry-api==1.24.0
97
+ opentelemetry-exporter-otlp-proto-common==1.24.0
98
+ opentelemetry-exporter-otlp-proto-grpc==1.24.0
99
+ opentelemetry-instrumentation==0.45b0
100
+ opentelemetry-instrumentation-asgi==0.45b0
101
+ opentelemetry-instrumentation-fastapi==0.45b0
102
+ opentelemetry-proto==1.24.0
103
+ opentelemetry-sdk==1.24.0
104
+ opentelemetry-semantic-conventions==0.45b0
105
+ opentelemetry-util-http==0.45b0
106
+ orjson==3.10.1
107
+ overrides==7.7.0
108
+ packaging==23.2
109
+ pandas==2.2.2
110
+ parso==0.8.4
111
+ pexpect==4.9.0
112
+ pillow==10.3.0
113
+ platformdirs==4.2.0
114
+ posthog==3.5.0
115
+ prompt-toolkit==3.0.43
116
+ protobuf==4.25.3
117
+ psutil==5.9.8
118
+ ptyprocess==0.7.0
119
+ pulsar-client==3.5.0
120
+ pure-eval==0.2.2
121
+ pyarrow==15.0.2
122
+ pyasn1==0.6.0
123
+ pyasn1_modules==0.4.0
124
+ pydantic==2.7.0
125
+ pydantic_core==2.18.1
126
+ pydeck==0.8.1b0
127
+ pydub==0.25.1
128
+ Pygments==2.17.2
129
+ pyparsing==3.1.2
130
+ PyPika==0.48.9
131
+ pyproject_hooks==1.0.0
132
+ python-dateutil==2.9.0.post0
133
+ python-dotenv==1.0.1
134
+ python-multipart==0.0.9
135
+ pytz==2024.1
136
+ PyYAML==6.0.1
137
+ pyzmq==26.0.0
138
+ referencing==0.34.0
139
+ regex==2023.12.25
140
+ requests==2.31.0
141
+ requests-oauthlib==2.0.0
142
+ rich==13.7.1
143
+ rpds-py==0.18.0
144
+ rsa==4.9
145
+ ruff==0.3.7
146
+ safetensors==0.4.3
147
+ scikit-learn==1.4.2
148
+ scipy==1.13.0
149
+ semantic-version==2.10.0
150
+ sentence-transformers==2.7.0
151
+ shellingham==1.5.4
152
+ six==1.16.0
153
+ smmap==5.0.1
154
+ sniffio==1.3.1
155
+ SQLAlchemy==2.0.29
156
+ stack-data==0.6.3
157
+ starlette==0.37.2
158
+ streamlit==1.33.0
159
+ sympy==1.12
160
+ tenacity==8.2.3
161
+ threadpoolctl==3.4.0
162
+ tiktoken==0.6.0
163
+ tokenizers==0.15.2
164
+ toml==0.10.2
165
+ tomli==2.0.1
166
+ tomlkit==0.12.0
167
+ toolz==0.12.1
168
+ torch==2.2.2
169
+ tornado==6.4
170
+ tqdm==4.66.2
171
+ traitlets==5.14.2
172
+ transformers==4.39.3
173
+ typer==0.12.3
174
+ typing-inspect==0.9.0
175
+ typing_extensions==4.11.0
176
+ tzdata==2024.1
177
+ urllib3==2.2.1
178
+ uvicorn==0.29.0
179
+ uvloop==0.19.0
180
+ watchfiles==0.21.0
181
+ wcwidth==0.2.13
182
+ websocket-client==1.7.0
183
+ websockets==11.0.3
184
+ wrapt==1.16.0
185
+ yarl==1.9.4
186
+ zipp==3.18.1