Spaces:
Sleeping
Sleeping
WilliamGazeley
commited on
Commit
·
4f86c67
1
Parent(s):
ce65c0f
Update requirements file
Browse files- requirements.txt +12 -7
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
aiohttp==3.9.5
|
2 |
aioprometheus==23.12.0
|
3 |
aiosignal==1.3.1
|
@@ -5,9 +6,11 @@ altair==5.3.0
|
|
5 |
annotated-types==0.6.0
|
6 |
anyio==4.3.0
|
7 |
appdirs==1.4.4
|
|
|
8 |
async-timeout==4.0.3
|
9 |
attrs==23.2.0
|
10 |
beautifulsoup4==4.12.3
|
|
|
11 |
blinker==1.8.2
|
12 |
cachetools==5.3.3
|
13 |
certifi==2024.2.2
|
@@ -15,11 +18,13 @@ charset-normalizer==3.3.2
|
|
15 |
click==8.1.7
|
16 |
dataclasses-json==0.6.5
|
17 |
dnspython==2.6.1
|
|
|
18 |
email_validator==2.1.1
|
19 |
exceptiongroup==1.2.1
|
20 |
fastapi==0.111.0
|
21 |
fastapi-cli==0.0.3
|
22 |
filelock==3.14.0
|
|
|
23 |
frozendict==2.4.4
|
24 |
frozenlist==1.4.1
|
25 |
fsspec==2024.3.1
|
@@ -36,9 +41,9 @@ idna==3.7
|
|
36 |
Jinja2==3.1.4
|
37 |
jsonpatch==1.33
|
38 |
jsonpointer==2.4
|
39 |
-
jsonschema==4.
|
40 |
jsonschema-specifications==2023.12.1
|
41 |
-
langchain==0.1.
|
42 |
langchain-community==0.0.37
|
43 |
langchain-core==0.1.52
|
44 |
langchain-text-splitters==0.0.1
|
@@ -70,15 +75,15 @@ nvidia-nvjitlink-cu12==12.4.127
|
|
70 |
nvidia-nvtx-cu12==12.1.105
|
71 |
orjson==3.10.3
|
72 |
packaging==23.2
|
73 |
-
pandas==2.2.
|
74 |
peewee==3.17.3
|
75 |
pillow==10.3.0
|
76 |
protobuf==4.25.3
|
77 |
psutil==5.9.8
|
78 |
pyarrow==16.0.0
|
79 |
-
pydantic==2.
|
80 |
pydantic-settings==2.2.1
|
81 |
-
pydantic_core==2.
|
82 |
pydeck==0.9.0
|
83 |
Pygments==2.18.0
|
84 |
python-dateutil==2.9.0.post0
|
@@ -108,7 +113,7 @@ tenacity==8.3.0
|
|
108 |
tokenizers==0.19.1
|
109 |
toml==0.10.2
|
110 |
toolz==0.12.1
|
111 |
-
torch==2.1.
|
112 |
tornado==6.4
|
113 |
tqdm==4.66.4
|
114 |
transformers==4.40.2
|
@@ -128,4 +133,4 @@ webencodings==0.5.1
|
|
128 |
websockets==12.0
|
129 |
xformers==0.0.23
|
130 |
yarl==1.9.4
|
131 |
-
yfinance==0.2.
|
|
|
1 |
+
accelerate==0.27.2
|
2 |
aiohttp==3.9.5
|
3 |
aioprometheus==23.12.0
|
4 |
aiosignal==1.3.1
|
|
|
6 |
annotated-types==0.6.0
|
7 |
anyio==4.3.0
|
8 |
appdirs==1.4.4
|
9 |
+
art==6.2
|
10 |
async-timeout==4.0.3
|
11 |
attrs==23.2.0
|
12 |
beautifulsoup4==4.12.3
|
13 |
+
bitsandbytes==0.43.1
|
14 |
blinker==1.8.2
|
15 |
cachetools==5.3.3
|
16 |
certifi==2024.2.2
|
|
|
18 |
click==8.1.7
|
19 |
dataclasses-json==0.6.5
|
20 |
dnspython==2.6.1
|
21 |
+
einops==0.8.0
|
22 |
email_validator==2.1.1
|
23 |
exceptiongroup==1.2.1
|
24 |
fastapi==0.111.0
|
25 |
fastapi-cli==0.0.3
|
26 |
filelock==3.14.0
|
27 |
+
flash-attn==2.5.5
|
28 |
frozendict==2.4.4
|
29 |
frozenlist==1.4.1
|
30 |
fsspec==2024.3.1
|
|
|
41 |
Jinja2==3.1.4
|
42 |
jsonpatch==1.33
|
43 |
jsonpointer==2.4
|
44 |
+
jsonschema==4.21.1
|
45 |
jsonschema-specifications==2023.12.1
|
46 |
+
langchain==0.1.9
|
47 |
langchain-community==0.0.37
|
48 |
langchain-core==0.1.52
|
49 |
langchain-text-splitters==0.0.1
|
|
|
75 |
nvidia-nvtx-cu12==12.1.105
|
76 |
orjson==3.10.3
|
77 |
packaging==23.2
|
78 |
+
pandas==2.2.0
|
79 |
peewee==3.17.3
|
80 |
pillow==10.3.0
|
81 |
protobuf==4.25.3
|
82 |
psutil==5.9.8
|
83 |
pyarrow==16.0.0
|
84 |
+
pydantic==2.6.2
|
85 |
pydantic-settings==2.2.1
|
86 |
+
pydantic_core==2.16.3
|
87 |
pydeck==0.9.0
|
88 |
Pygments==2.18.0
|
89 |
python-dateutil==2.9.0.post0
|
|
|
113 |
tokenizers==0.19.1
|
114 |
toml==0.10.2
|
115 |
toolz==0.12.1
|
116 |
+
torch==2.1.2
|
117 |
tornado==6.4
|
118 |
tqdm==4.66.4
|
119 |
transformers==4.40.2
|
|
|
133 |
websockets==12.0
|
134 |
xformers==0.0.23
|
135 |
yarl==1.9.4
|
136 |
+
yfinance==0.2.36
|