Eaz123 commited on
Commit
900d0a7
·
verified ·
1 Parent(s): dda7a4a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -5
requirements.txt CHANGED
@@ -1,11 +1,17 @@
 
1
  transformers==4.41.0
2
  torch==2.2.1
3
  gradio==4.24.0
4
- pandas==2.2.1
 
5
  pdfplumber==0.10.0
6
  python-docx==0.8.11
7
- sentence-transformers==2.7.0
8
- scikit-learn==1.4.1.post1
 
 
 
 
 
9
  numpy==1.26.4
10
- tqdm==4.66.2
11
- accelerate==0.29.3
 
1
+ # Core Libraries
2
  transformers==4.41.0
3
  torch==2.2.1
4
  gradio==4.24.0
5
+
6
+ # File Processing
7
  pdfplumber==0.10.0
8
  python-docx==0.8.11
9
+
10
+ # Performance
11
+ accelerate==0.29.3
12
+ sentencepiece==0.2.0
13
+ protobuf==3.20.3
14
+
15
+ # Utilities
16
  numpy==1.26.4
17
+ tqdm==4.66.2