Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +14 -8
requirements.txt
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
numpy<2.0
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
requests==2.31.0
|
|
|
|
| 1 |
+
fastapi==0.110.0
|
| 2 |
+
uvicorn==0.27.1
|
| 3 |
+
pydantic==2.6.1
|
| 4 |
+
transformers==4.38.2
|
| 5 |
+
torch==2.2.1
|
| 6 |
+
sentence-transformers==2.6.1
|
| 7 |
+
faiss-cpu==1.7.4
|
| 8 |
numpy<2.0
|
| 9 |
+
requests==2.31.0
|
| 10 |
+
beautifulsoup4==4.12.3
|
| 11 |
+
lxml==5.1.0
|
| 12 |
+
langchain==0.1.12
|
| 13 |
+
langchain-community==0.0.28
|
| 14 |
+
huggingface-hub==0.21.4
|
| 15 |
+
accelerate==0.27.2
|
|
|