gooookim commited on
Commit
ebbbb30
·
verified ·
1 Parent(s): 309738a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- google-genai==0.7.0
2
- gradio>=4.0.0
3
-
4
- numpy
5
  torch
6
  faiss-cpu
7
  transformers
8
- rank-bm25
9
  sentence-transformers
10
- huggingface_hub
 
 
 
1
+ vllm
2
+ gradio
3
+ huggingface_hub
4
+ numpy<2.0.0
5
  torch
6
  faiss-cpu
7
  transformers
 
8
  sentence-transformers
9
+ rank-bm25
10
+ einops
11
+ accelerate