Spaces:
Running
on
Zero
Running
on
Zero
update requirements
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
git+https://github.com/huggingface/accelerate.git
|
| 2 |
git+https://github.com/huggingface/peft.git
|
| 3 |
transformers-stream-generator
|
|
|
|
| 4 |
huggingface_hub
|
| 5 |
albumentations
|
| 6 |
qwen-vl-utils
|
|
@@ -8,22 +9,27 @@ pyvips-binary
|
|
| 8 |
sentencepiece
|
| 9 |
opencv-python
|
| 10 |
docling-core
|
| 11 |
-
transformers
|
| 12 |
python-docx
|
| 13 |
torchvision
|
| 14 |
-
|
| 15 |
matplotlib
|
|
|
|
| 16 |
num2words
|
| 17 |
reportlab
|
|
|
|
| 18 |
xformers
|
|
|
|
| 19 |
requests
|
| 20 |
pymupdf
|
|
|
|
| 21 |
hf_xet
|
| 22 |
spaces
|
| 23 |
pyvips
|
| 24 |
pillow
|
| 25 |
gradio
|
| 26 |
einops
|
|
|
|
|
|
|
| 27 |
torch
|
| 28 |
fpdf
|
| 29 |
timm
|
|
|
|
| 1 |
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
|
|
|
|
| 9 |
sentencepiece
|
| 10 |
opencv-python
|
| 11 |
docling-core
|
|
|
|
| 12 |
python-docx
|
| 13 |
torchvision
|
| 14 |
+
supervision
|
| 15 |
matplotlib
|
| 16 |
+
pdf2image
|
| 17 |
num2words
|
| 18 |
reportlab
|
| 19 |
+
html2text
|
| 20 |
xformers
|
| 21 |
+
markdown
|
| 22 |
requests
|
| 23 |
pymupdf
|
| 24 |
+
loguru
|
| 25 |
hf_xet
|
| 26 |
spaces
|
| 27 |
pyvips
|
| 28 |
pillow
|
| 29 |
gradio
|
| 30 |
einops
|
| 31 |
+
httpx
|
| 32 |
+
click
|
| 33 |
torch
|
| 34 |
fpdf
|
| 35 |
timm
|