SiddhJagani commited on
Commit
2960024
·
verified ·
1 Parent(s): 50cad82

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -6
requirements.txt CHANGED
@@ -1,14 +1,10 @@
1
- # Core UI & indexing
2
  streamlit
3
  llama-index
4
  llama-index-llms-openai
5
  faiss-cpu
6
-
7
- # Embedding fallback (PyTorch on MPS)
8
  sentence-transformers
9
-
10
- # PyTorch with Metal support (one line!)
11
- --extra-index-url https://download.pytorch.org/whl/cpu
12
  torch>=2.5.0
13
  transformers>=4.45.0
14
  sentencepiece
 
 
 
 
1
  streamlit
2
  llama-index
3
  llama-index-llms-openai
4
  faiss-cpu
 
 
5
  sentence-transformers
 
 
 
6
  torch>=2.5.0
7
  transformers>=4.45.0
8
  sentencepiece
9
+ einops
10
+ requests