lordspline commited on
Commit
b7d9674
1 Parent(s): 3bf7116

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +0 -3
  2. requirements.txt +5 -3
README.md CHANGED
@@ -25,7 +25,4 @@ Setup:
25
 
26
  Barebones Demo:
27
 
28
-
29
-
30
  https://github.com/lordspline/DevOn/assets/74811063/6de8ba85-3f43-415b-8fd9-eff6b2ed29c5
31
-
 
25
 
26
  Barebones Demo:
27
 
 
 
28
  https://github.com/lordspline/DevOn/assets/74811063/6de8ba85-3f43-415b-8fd9-eff6b2ed29c5
 
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  aiodns==3.1.1
2
  aiofiles==23.2.1
3
  aiohttp==3.9.3
@@ -108,6 +109,7 @@ jedi==0.19.1
108
  Jinja2==3.1.2
109
  jmespath==1.0.1
110
  joblib==1.3.2
 
111
  jsonpatch==1.33
112
  jsonpointer==2.4
113
  jsonschema==4.21.1
@@ -122,7 +124,7 @@ langchain-core==0.1.4
122
  langsmith==0.0.75
123
  lark==1.1.9
124
  llvmlite==0.42.0
125
- lxml==5.0.0
126
  markdown-it-py==3.0.0
127
  markdown2==2.4.13
128
  MarkupSafe==2.1.3
@@ -147,7 +149,7 @@ numba==0.59.0
147
  numpy==1.26.2
148
  oauthlib==3.2.2
149
  onnxruntime==1.16.3
150
- openai==1.12.0
151
  opentelemetry-api==1.22.0
152
  opentelemetry-exporter-otlp-proto-common==1.22.0
153
  opentelemetry-exporter-otlp-proto-grpc==1.22.0
@@ -227,7 +229,6 @@ rich==13.7.0
227
  rpds-py==0.18.0
228
  rsa==4.9
229
  ruff==0.3.4
230
- runpod==1.6.2
231
  s3transfer==0.10.1
232
  safetensors==0.4.1
233
  scikit-learn==1.3.2
@@ -251,6 +252,7 @@ threadpoolctl==3.2.0
251
  tiktoken==0.5.2
252
  tinycss2==1.2.1
253
  tokenizers==0.15.0
 
254
  tomli==2.0.1
255
  tomlkit==0.12.0
256
  toolz==0.12.1
 
1
+ aioconsole==0.7.0
2
  aiodns==3.1.1
3
  aiofiles==23.2.1
4
  aiohttp==3.9.3
 
109
  Jinja2==3.1.2
110
  jmespath==1.0.1
111
  joblib==1.3.2
112
+ jsonlines==4.0.0
113
  jsonpatch==1.33
114
  jsonpointer==2.4
115
  jsonschema==4.21.1
 
124
  langsmith==0.0.75
125
  lark==1.1.9
126
  llvmlite==0.42.0
127
+ lxml==4.9.3
128
  markdown-it-py==3.0.0
129
  markdown2==2.4.13
130
  MarkupSafe==2.1.3
 
149
  numpy==1.26.2
150
  oauthlib==3.2.2
151
  onnxruntime==1.16.3
152
+ openai==1.23.6
153
  opentelemetry-api==1.22.0
154
  opentelemetry-exporter-otlp-proto-common==1.22.0
155
  opentelemetry-exporter-otlp-proto-grpc==1.22.0
 
229
  rpds-py==0.18.0
230
  rsa==4.9
231
  ruff==0.3.4
 
232
  s3transfer==0.10.1
233
  safetensors==0.4.1
234
  scikit-learn==1.3.2
 
252
  tiktoken==0.5.2
253
  tinycss2==1.2.1
254
  tokenizers==0.15.0
255
+ toml==0.10.2
256
  tomli==2.0.1
257
  tomlkit==0.12.0
258
  toolz==0.12.1