Spaces:
Running
on
Zero
Running
on
Zero
update requirements (#6)
Browse files- update requirements (f35768997b9656da35219706d5e25d09694f1e10)
- requirements.txt +11 -7
requirements.txt
CHANGED
|
@@ -2,25 +2,29 @@ git+https://github.com/huggingface/transformers.git
|
|
| 2 |
git+https://github.com/huggingface/accelerate.git
|
| 3 |
git+https://github.com/huggingface/peft.git
|
| 4 |
transformers-stream-generator
|
| 5 |
-
opencv-python
|
| 6 |
-
docling-core
|
| 7 |
huggingface_hub
|
| 8 |
-
python-docx
|
| 9 |
albumentations
|
|
|
|
| 10 |
qwen-vl-utils
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
torchvision
|
| 12 |
safetensors
|
|
|
|
| 13 |
num2words
|
| 14 |
reportlab
|
|
|
|
|
|
|
| 15 |
pymupdf
|
| 16 |
-
|
| 17 |
spaces
|
| 18 |
-
|
| 19 |
pillow
|
| 20 |
gradio
|
| 21 |
-
|
| 22 |
torch
|
| 23 |
fpdf
|
| 24 |
timm
|
| 25 |
-
hf_xet
|
| 26 |
av
|
|
|
|
| 2 |
git+https://github.com/huggingface/accelerate.git
|
| 3 |
git+https://github.com/huggingface/peft.git
|
| 4 |
transformers-stream-generator
|
|
|
|
|
|
|
| 5 |
huggingface_hub
|
|
|
|
| 6 |
albumentations
|
| 7 |
+
pyvips-binary
|
| 8 |
qwen-vl-utils
|
| 9 |
+
sentencepiece
|
| 10 |
+
opencv-python
|
| 11 |
+
docling-core
|
| 12 |
+
python-docx
|
| 13 |
torchvision
|
| 14 |
safetensors
|
| 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
|
|
|
|
| 30 |
av
|