adarsh-maurya commited on
Commit
a48dec1
·
verified ·
1 Parent(s): 7341d4b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 # HuggingFace models
22
- sentence-transformers==2.7.0 # Sentence embeddings
23
- accelerate==0.27.2 # Optimization
24
- faiss-cpu==1.7.4 # Vector search
25
- einops==0.7.0 # Tensor ops
26
- torch==2.1.2
27
- huggingface_hub==0.14.1
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