Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +18 -17
requirements.txt
CHANGED
@@ -1,20 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
accelerate
|
2 |
https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.0.8/flash_attn-2.7.4.post1+cu126torch2.7-cp310-cp310-linux_x86_64.whl
|
3 |
-
|
|
|
|
|
|
|
|
|
4 |
gradio
|
5 |
-
gradio_pdf
|
6 |
-
|
7 |
-
loguru
|
8 |
-
opencv-python
|
9 |
-
|
10 |
-
PyMuPDF
|
11 |
-
qwen_vl_utils
|
12 |
-
requests
|
13 |
-
spaces
|
14 |
-
timm
|
15 |
-
#torch
|
16 |
-
torch==2.7.0
|
17 |
-
torchvision==0.22.0
|
18 |
-
torchaudio==2.7.0
|
19 |
-
#torchvision
|
20 |
-
transformers==4.51.3
|
|
|
1 |
+
spaces
|
2 |
+
huggingface_hub
|
3 |
+
transformers==4.51.3
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
+
qwen_vl_utils
|
7 |
+
Pillow
|
8 |
+
PyMuPDF
|
9 |
accelerate
|
10 |
https://github.com/mjun0812/flash-attention-prebuild-wheels/releases/download/v0.0.8/flash_attn-2.7.4.post1+cu126torch2.7-cp310-cp310-linux_x86_64.whl
|
11 |
+
|
12 |
+
|
13 |
+
albumentations==1.4.0
|
14 |
+
requests==2.32.3
|
15 |
+
timm==0.5.4
|
16 |
gradio
|
17 |
+
gradio_pdf==0.0.22
|
18 |
+
pymupdf==1.25.5
|
19 |
+
loguru==0.7.3
|
20 |
+
opencv-python==4.11.0.86
|
21 |
+
opencv-python-headless==4.5.5.64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|