Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -18,13 +18,13 @@ langchain-together==0.0.2
|
|
18 |
# ==================
|
19 |
# Embeddings & LLMs
|
20 |
# ==================
|
21 |
-
transformers==4.39.3
|
22 |
-
sentence-transformers==2.7.0
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
|
29 |
# ===================
|
30 |
# Firebase Integration
|
|
|
18 |
# ==================
|
19 |
# Embeddings & LLMs
|
20 |
# ==================
|
21 |
+
transformers==4.39.3 # Must use huggingface_hub >=0.19.3
|
22 |
+
sentence-transformers==2.7.0 # Compatible with transformers 4.39+
|
23 |
+
huggingface_hub==0.21.4 # Works with both above
|
24 |
+
torch==2.1.2 # Required by sentence-transformers
|
25 |
+
accelerate==0.27.2
|
26 |
+
faiss-cpu==1.7.4
|
27 |
+
einops==0.7.0
|
28 |
|
29 |
# ===================
|
30 |
# Firebase Integration
|