credent007 commited on
Commit
438e411
·
verified ·
1 Parent(s): 9e76711

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -4
requirements.txt CHANGED
@@ -1,15 +1,21 @@
1
  fastapi
2
  uvicorn[standard]
3
 
4
- transformers>=4.41.0
 
 
5
  accelerate
6
- bitsandbytes
 
 
7
  sentencepiece
8
 
9
- torch
10
  numpy
11
  matplotlib
12
 
 
13
  PyMuPDF
14
- pillow
 
15
  python-multipart
 
1
  fastapi
2
  uvicorn[standard]
3
 
4
+ # Core ML stack (PINNED for stability)
5
+ transformers==4.41.2
6
+ torch
7
  accelerate
8
+
9
+ # Vision + OCR dependencies
10
+ pillow
11
  sentencepiece
12
 
13
+ # Optional but useful
14
  numpy
15
  matplotlib
16
 
17
+ # PDF handling
18
  PyMuPDF
19
+
20
+ # Fast API upload support
21
  python-multipart