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