prithivMLmods commited on
Commit
a2f45ed
·
verified ·
1 Parent(s): 7a52513

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -8
requirements.txt CHANGED
@@ -1,27 +1,24 @@
 
1
  git+https://github.com/huggingface/accelerate.git
2
  git+https://github.com/huggingface/peft.git
3
  transformers-stream-generator
4
- transformers==4.57.1
5
  huggingface_hub
6
- albumentations
7
  qwen-vl-utils
8
  pyvips-binary
9
  sentencepiece
10
  opencv-python
11
  docling-core
 
12
  python-docx
13
  torchvision
14
  supervision
15
  matplotlib
16
  pdf2image
17
- num2words
18
  reportlab
19
- html2text
20
- xformers
21
  markdown
22
  requests
23
  pymupdf
24
- loguru
25
  hf_xet
26
  spaces
27
  pyvips
@@ -29,8 +26,6 @@ pillow
29
  gradio
30
  einops
31
  httpx
32
- click
33
- torch
34
  fpdf
35
  timm
36
  av
 
1
+ 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
2
  git+https://github.com/huggingface/accelerate.git
3
  git+https://github.com/huggingface/peft.git
4
  transformers-stream-generator
5
+ transformers==4.57.3
6
  huggingface_hub
 
7
  qwen-vl-utils
8
  pyvips-binary
9
  sentencepiece
10
  opencv-python
11
  docling-core
12
+ torch==2.6.0
13
  python-docx
14
  torchvision
15
  supervision
16
  matplotlib
17
  pdf2image
 
18
  reportlab
 
 
19
  markdown
20
  requests
21
  pymupdf
 
22
  hf_xet
23
  spaces
24
  pyvips
 
26
  gradio
27
  einops
28
  httpx
 
 
29
  fpdf
30
  timm
31
  av