Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
accelerate
|
2 |
-
torch
|
3 |
torchvision
|
4 |
einops
|
5 |
tensorflow-cpu
|
6 |
-
transformers
|
7 |
huggingface_hub[hf_transfer]
|
8 |
gradio
|
9 |
Pillow
|
10 |
-
pydantic
|
|
|
|
1 |
accelerate
|
2 |
+
torch>=2.0.0
|
3 |
torchvision
|
4 |
einops
|
5 |
tensorflow-cpu
|
6 |
+
git+https://github.com/huggingface/transformers # For Qwen2.5-VL support
|
7 |
huggingface_hub[hf_transfer]
|
8 |
gradio
|
9 |
Pillow
|
10 |
+
pydantic
|
11 |
+
qwen-vl-utils[decord]==0.0.8 # New requirement
|