Update requirements.txt
Browse files- requirements.txt +8 -37
requirements.txt
CHANGED
@@ -1,41 +1,12 @@
|
|
1 |
-
annotated-types==0.6.0
|
2 |
-
anthropic==0.26.0
|
3 |
-
anyio==4.3.0
|
4 |
-
blinker==1.8.2
|
5 |
-
certifi==2024.2.2
|
6 |
-
charset-normalizer==3.3.2
|
7 |
-
click==8.1.7
|
8 |
-
diskcache==5.6.3
|
9 |
-
distro==1.9.0
|
10 |
fastapi==0.110.2
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
fsspec==2024.5.0
|
15 |
-
h11==0.14.0
|
16 |
-
httpcore==1.0.5
|
17 |
-
httpx==0.27.0
|
18 |
-
huggingface-hub==0.23.0
|
19 |
-
idna==3.7
|
20 |
-
itsdangerous==2.2.0
|
21 |
-
Jinja2==3.1.3
|
22 |
-
llama-cpp-python
|
23 |
-
Markdown==3.6
|
24 |
-
MarkupSafe==2.1.5
|
25 |
numpy==1.26.4
|
26 |
-
packaging==24.0
|
27 |
pydantic==2.7.0
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
31 |
requests==2.32.0
|
32 |
-
|
33 |
-
SQLAlchemy==2.0.30
|
34 |
-
starlette==0.37.2
|
35 |
-
tinydb==4.8.0
|
36 |
-
tokenizers==0.19.1
|
37 |
-
tqdm==4.66.4
|
38 |
-
typing_extensions==4.11.0
|
39 |
-
urllib3==2.2.1
|
40 |
-
uvicorn==0.29.0
|
41 |
-
Werkzeug==3.0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi==0.110.2
|
2 |
+
uvicorn==0.29.0
|
3 |
+
llama-cpp-python[cuda]==0.2.56
|
4 |
+
huggingface_hub==0.23.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
numpy==1.26.4
|
|
|
6 |
pydantic==2.7.0
|
7 |
+
sqlalchemy==2.0.30
|
8 |
+
python-multipart==0.0.9
|
9 |
+
aiofiles==23.2.1
|
10 |
+
python-dotenv==1.0.1
|
11 |
requests==2.32.0
|
12 |
+
tqdm==4.66.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|