Spaces:
Sleeping
Sleeping
- requirements.txt +2 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
fastapi==0.115.1
|
| 2 |
uvicorn==0.35.0
|
| 3 |
-
huggingface_hub
|
| 4 |
llama-cpp-python==0.2.77
|
| 5 |
psutil==5.9.8
|
| 6 |
aiosqlite==0.20.0
|
|
@@ -8,6 +8,4 @@ python-multipart==0.0.9
|
|
| 8 |
sentence-transformers==2.7.0
|
| 9 |
faiss-cpu==1.8.0
|
| 10 |
networkx==3.3
|
| 11 |
-
transformers==4.42.4
|
| 12 |
-
numpy==1.26.4
|
| 13 |
-
requests==2.32.3
|
|
|
|
| 1 |
fastapi==0.115.1
|
| 2 |
uvicorn==0.35.0
|
| 3 |
+
huggingface_hub>=0.23.0
|
| 4 |
llama-cpp-python==0.2.77
|
| 5 |
psutil==5.9.8
|
| 6 |
aiosqlite==0.20.0
|
|
|
|
| 8 |
sentence-transformers==2.7.0
|
| 9 |
faiss-cpu==1.8.0
|
| 10 |
networkx==3.3
|
| 11 |
+
transformers==4.42.4
|
|
|
|
|
|