Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ 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
|
|
@@ -17,8 +18,8 @@ pdf2image
|
|
| 17 |
num2words
|
| 18 |
reportlab
|
| 19 |
html2text
|
| 20 |
-
xformers
|
| 21 |
markdown
|
|
|
|
| 22 |
requests
|
| 23 |
pymupdf
|
| 24 |
loguru
|
|
@@ -28,6 +29,7 @@ pyvips
|
|
| 28 |
pillow
|
| 29 |
gradio
|
| 30 |
einops
|
|
|
|
| 31 |
httpx
|
| 32 |
click
|
| 33 |
torch
|
|
|
|
| 2 |
git+https://github.com/huggingface/peft.git
|
| 3 |
transformers-stream-generator
|
| 4 |
transformers==4.57.1
|
| 5 |
+
flash-attn==2.7.3
|
| 6 |
huggingface_hub
|
| 7 |
albumentations
|
| 8 |
qwen-vl-utils
|
|
|
|
| 18 |
num2words
|
| 19 |
reportlab
|
| 20 |
html2text
|
|
|
|
| 21 |
markdown
|
| 22 |
+
easydict
|
| 23 |
requests
|
| 24 |
pymupdf
|
| 25 |
loguru
|
|
|
|
| 29 |
pillow
|
| 30 |
gradio
|
| 31 |
einops
|
| 32 |
+
addict
|
| 33 |
httpx
|
| 34 |
click
|
| 35 |
torch
|