Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -33
requirements.txt
CHANGED
|
@@ -1,38 +1,12 @@
|
|
| 1 |
-
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.6cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 2 |
-
git+https://github.com/huggingface/accelerate.git
|
| 3 |
-
git+https://github.com/huggingface/peft.git
|
| 4 |
-
transformers-stream-generator
|
| 5 |
transformers==4.57.1
|
|
|
|
|
|
|
| 6 |
huggingface_hub
|
| 7 |
-
albumentations
|
| 8 |
-
qwen-vl-utils
|
| 9 |
-
pyvips-binary
|
| 10 |
-
sentencepiece
|
| 11 |
opencv-python
|
| 12 |
-
|
| 13 |
-
python-docx
|
| 14 |
torchvision
|
| 15 |
-
supervision
|
| 16 |
-
matplotlib
|
| 17 |
-
pdf2image
|
| 18 |
-
num2words
|
| 19 |
-
reportlab
|
| 20 |
-
html2text
|
| 21 |
-
markdown
|
| 22 |
-
easydict
|
| 23 |
-
requests
|
| 24 |
-
pymupdf
|
| 25 |
-
loguru
|
| 26 |
-
hf_xet
|
| 27 |
-
spaces
|
| 28 |
-
pyvips
|
| 29 |
-
pillow
|
| 30 |
-
gradio
|
| 31 |
-
einops
|
| 32 |
-
addict
|
| 33 |
-
httpx
|
| 34 |
-
click
|
| 35 |
-
torch==2.6.0
|
| 36 |
-
fpdf
|
| 37 |
timm
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
transformers==4.57.1
|
| 2 |
+
matplotlib
|
| 3 |
+
spaces
|
| 4 |
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
opencv-python
|
| 6 |
+
accelerate
|
|
|
|
| 7 |
torchvision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
timm
|
| 9 |
+
peft
|
| 10 |
+
torch
|
| 11 |
+
gradio
|
| 12 |
+
pillow
|