Update requirements.txt
Browse files- requirements.txt +14 -1
requirements.txt
CHANGED
@@ -21,4 +21,17 @@ tqdm==4.66.2
|
|
21 |
|
22 |
# Optional GPU Support (uncomment if needed)
|
23 |
# torchaudio==2.3.0
|
24 |
-
# torchvision==0.18.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
# Optional GPU Support (uncomment if needed)
|
23 |
# torchaudio==2.3.0
|
24 |
+
# torchvision==0.18.0
|
25 |
+
fastapi
|
26 |
+
uvicorn
|
27 |
+
transformers==4.11.3
|
28 |
+
torch
|
29 |
+
aiohttp
|
30 |
+
pydantic
|
31 |
+
python-dotenv
|
32 |
+
requests
|
33 |
+
scikit-learn
|
34 |
+
numpy
|
35 |
+
psutil
|
36 |
+
cryptography
|
37 |
+
sentence-transformers
|