telcom commited on
Commit
8e27f1c
·
verified ·
1 Parent(s): 4a58f2b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -11
requirements.txt CHANGED
@@ -1,11 +1,10 @@
1
- gradio==6.3.0
2
-
3
- faiss-cpu==1.8.0.post1
4
- fastembed==0.3.6
5
-
6
- pypdf==4.3.1
7
- python-docx==1.1.2
8
- numpy==1.26.4
9
-
10
- llama-cpp-python==0.2.90
11
- requests==2.32.3
 
1
+ gradio>=4.0.0
2
+ torch>=2.0.0
3
+ transformers>=4.35.0
4
+ sentence-transformers>=2.2.2
5
+ langchain>=0.1.0
6
+ faiss-cpu>=1.7.4
7
+ pypdf2>=3.0.0
8
+ python-docx>=1.0.0
9
+ accelerate>=0.24.0
10
+ bitsandbytes>=0.41.0