robinroy03 commited on
Commit
0cf53dd
·
1 Parent(s): cb4b9db

fix for the fix

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. 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
- 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
+ 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