Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -5,6 +5,7 @@ requests
|
|
5 |
albumentations
|
6 |
huggingface_hub
|
7 |
transformers==4.51.3
|
|
|
8 |
loguru
|
9 |
gradio_pdf
|
10 |
timm
|
@@ -15,5 +16,4 @@ qwen_vl_utils
|
|
15 |
pillow
|
16 |
pymupdf
|
17 |
accelerate
|
18 |
-
opencv-python
|
19 |
-
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
|
|
|
5 |
albumentations
|
6 |
huggingface_hub
|
7 |
transformers==4.51.3
|
8 |
+
flash-attn==2.8.0.post2
|
9 |
loguru
|
10 |
gradio_pdf
|
11 |
timm
|
|
|
16 |
pillow
|
17 |
pymupdf
|
18 |
accelerate
|
19 |
+
opencv-python
|
|