ohalkhateeb commited on
Commit
2aeed30
·
verified ·
1 Parent(s): b98b37f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ gradio==3.50.2
2
+ transformers==4.38.2 # Updated to a recent stable version
3
+ sentence-transformers==2.7.0 # Updated to support modern huggingface_hub
4
+ langchain==0.0.300
5
+ beautifulsoup4==4.12.2
6
+ faiss-cpu==1.7.4
7
+ numpy==1.26.0
8
+ torch==2.1.0
9
+ pickle5==0.0.11