Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +13 -6
requirements.txt
CHANGED
@@ -1,12 +1,19 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
transformers-stream-generator
|
|
|
|
|
|
|
|
|
4 |
qwen-vl-utils
|
|
|
|
|
5 |
torchvision
|
6 |
-
|
7 |
-
huggingface_hub
|
8 |
spaces
|
9 |
-
|
10 |
pillow
|
11 |
-
|
|
|
12 |
av
|
|
|
1 |
+
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 |
+
huggingface_hub
|
6 |
+
albumentations
|
7 |
+
opencv-python
|
8 |
+
sentencepiece
|
9 |
qwen-vl-utils
|
10 |
+
docling-core
|
11 |
+
safetensors
|
12 |
torchvision
|
13 |
+
requests
|
|
|
14 |
spaces
|
15 |
+
gradio
|
16 |
pillow
|
17 |
+
gradio
|
18 |
+
torch
|
19 |
av
|