Update requirements.txt
Browse files- requirements.txt +22 -9
requirements.txt
CHANGED
@@ -1,9 +1,22 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
uvicorn[standard]==0.24.0
|
3 |
+
pydantic==2.5.0
|
4 |
+
transformers
|
5 |
+
torch==2.1.0
|
6 |
+
torchvision==0.16.0
|
7 |
+
torchaudio==2.1.0
|
8 |
+
accelerate==0.25.0
|
9 |
+
requests==2.31.0
|
10 |
+
numpy==1.24.3
|
11 |
+
scikit-learn==1.3.2
|
12 |
+
networkx==3.2.1
|
13 |
+
duckduckgo-search==3.9.6
|
14 |
+
urllib3==2.0.7
|
15 |
+
python-multipart==0.0.6
|
16 |
+
aiofiles==23.2.1
|
17 |
+
jinja2==3.1.2
|
18 |
+
python-dotenv==1.0.0
|
19 |
+
httpx==0.25.2
|
20 |
+
tokenizers==0.15.0
|
21 |
+
safetensors==0.4.1
|
22 |
+
huggingface-hub==0.19.4
|