Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +10 -16
requirements.txt
CHANGED
|
@@ -1,20 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
torch
|
| 2 |
torchvision
|
| 3 |
-
|
| 4 |
-
transformers==4.51.3
|
| 5 |
-
transformers-stream-generator
|
| 6 |
-
qwen-vl-utils
|
| 7 |
-
accelerate
|
| 8 |
-
modelscope
|
| 9 |
-
openai
|
| 10 |
-
huggingface-hub
|
| 11 |
-
spaces
|
| 12 |
-
numpy
|
| 13 |
pillow
|
| 14 |
-
opencv-python
|
| 15 |
-
av
|
| 16 |
-
timm
|
| 17 |
PyMuPDF
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
|
|
|
| 1 |
+
opencv-python
|
| 2 |
+
spaces
|
| 3 |
+
gradio
|
| 4 |
+
requests
|
| 5 |
+
huggingface_hub
|
| 6 |
+
transformers==4.51.3
|
| 7 |
torch
|
| 8 |
torchvision
|
| 9 |
+
qwen_vl_utils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pillow
|
|
|
|
|
|
|
|
|
|
| 11 |
PyMuPDF
|
| 12 |
+
accelerate
|
| 13 |
+
opencv-python
|
| 14 |
+
flash-attn==2.8.0.post2
|