iammraat commited on
Commit
9e8a8a3
·
verified ·
1 Parent(s): ac5cce0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +21 -11
requirements.txt CHANGED
@@ -1,11 +1,21 @@
1
- torch==2.6.0
2
- transformers==4.46.3
3
- tokenizers==0.20.3
4
- accelerate
5
- einops
6
- addict
7
- easydict
8
- torchvision
9
- flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.6cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
10
- PyMuPDF
11
- hf_transfer
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ torch
3
+ transformers
4
+ numpy<2.0.0
5
+ Pillow
6
+ gradio==4.16.0
7
+ sentencepiece
8
+ protobuf
9
+ opencv-python-headless
10
+ # New Detection Library
11
+ paddlepaddle==2.6.2
12
+
13
+ paddleocr==2.7.0.3
14
+
15
+
16
+
17
+
18
+ scikit-learn>=1.3.0
19
+ scipy>=1.11.0
20
+ pandas>=2.0.0
21
+ huggingface-hub==0.19.4