Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +14 -4
requirements.txt
CHANGED
@@ -1,9 +1,19 @@
|
|
1 |
-
transformers
|
2 |
-
accelerate
|
|
|
3 |
transformers-stream-generator
|
4 |
-
torch
|
5 |
-
torchvision
|
6 |
huggingface_hub
|
|
|
7 |
opencv-python
|
|
|
8 |
qwen-vl-utils
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
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
|