prithivMLmods commited on
Commit
97ce099
·
verified ·
1 Parent(s): fdfdc4e

Update requirements.txt

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