rehan953 commited on
Commit
b5dbd06
·
verified ·
1 Parent(s): 14a7432

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -18
requirements.txt CHANGED
@@ -1,18 +1,5 @@
1
- gradio>=4.0.0
2
- transformers>=5.0,<6
3
- accelerate
4
- pyyaml
5
- pillow
6
- requests
7
- pymupdf
8
- paddlepaddle
9
- paddleocr
10
- git+https://github.com/zai-org/GLM-OCR.git
11
- transformers @ git+https://github.com/huggingface/transformers.git
12
- torch
13
- accelerate
14
- pymupdf
15
- pillow
16
- torch
17
- torchvision
18
- huggingface_hub
 
1
+ gradio>=5.0.0
2
+ httpx>=0.27.0
3
+ PyYAML>=6.0.0
4
+ glmocr[selfhosted]>=0.1.5
5
+ vllm>=0.9.0