Spaces:
Paused
Paused
isimorfizam
commited on
Commit
•
9c3994b
1
Parent(s):
8ab7f28
Update requirements
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -24,11 +24,13 @@ 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
|
@@ -39,6 +41,7 @@ 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
|
@@ -76,6 +79,7 @@ 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
|
@@ -118,6 +122,7 @@ 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
|
@@ -183,4 +188,4 @@ 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
|
|
|
24 |
coloredlogs==15.0.1
|
25 |
comm==0.2.2
|
26 |
contourpy==1.2.1
|
27 |
+
ctransformers==0.2.27
|
28 |
cycler==0.12.1
|
29 |
dataclasses-json==0.6.4
|
30 |
debugpy==1.8.1
|
31 |
decorator==5.1.1
|
32 |
Deprecated==1.2.14
|
33 |
+
diskcache==5.6.3
|
34 |
distro==1.9.0
|
35 |
exceptiongroup==1.2.0
|
36 |
executing==2.0.1
|
|
|
41 |
fonttools==4.51.0
|
42 |
frozenlist==1.4.1
|
43 |
fsspec==2024.3.1
|
44 |
+
gguf==0.6.0
|
45 |
gitdb==4.0.11
|
46 |
GitPython==3.1.43
|
47 |
google-auth==2.29.0
|
|
|
79 |
langchain-text-splitters==0.0.1
|
80 |
langsmith==0.1.48
|
81 |
lark==1.1.9
|
82 |
+
llama_cpp_python==0.2.55
|
83 |
markdown-it-py==3.0.0
|
84 |
MarkupSafe==2.1.5
|
85 |
marshmallow==3.21.1
|
|
|
122 |
ptyprocess==0.7.0
|
123 |
pulsar-client==3.5.0
|
124 |
pure-eval==0.2.2
|
125 |
+
py-cpuinfo==9.0.0
|
126 |
pyarrow==15.0.2
|
127 |
pyasn1==0.6.0
|
128 |
pyasn1_modules==0.4.0
|
|
|
188 |
websockets==11.0.3
|
189 |
wrapt==1.16.0
|
190 |
yarl==1.9.4
|
191 |
+
zipp==3.18.1
|