Spaces:
Sleeping
Sleeping
Commit ·
ab97f49
1
Parent(s): 2633f97
added new requirments.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
-
|
| 4 |
numpy
|
| 5 |
-
# Optimized for CPU environment
|
| 6 |
-
--index-url https://download.pytorch.org/whl/cpu
|
| 7 |
-
torch
|
| 8 |
-
transformers
|
| 9 |
sentence-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
python-dotenv
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
+
pydantic
|
| 4 |
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
sentence-transformers
|
| 6 |
+
transformers
|
| 7 |
+
# Use --extra-index-url so PyPI is still searched for other packages
|
| 8 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 9 |
+
torch
|
| 10 |
+
qdrant-client
|
| 11 |
python-dotenv
|