Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse filesTrying a new video backend to address errors:
video_reader_backend torchvision error, use torchvision as default, msg: 'video_fps'
https://github.com/QwenLM/Qwen3-VL/blob/a0d6248355509926085904f65c56a13a08f20bee/qwen-vl-utils/src/qwen_vl_utils/vision_process.py#L411
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,7 @@ pydantic==2.10.6
|
|
| 5 |
gradio==5.23.2
|
| 6 |
torch
|
| 7 |
torchvision
|
|
|
|
| 8 |
git+https://github.com/huggingface/transformers
|
| 9 |
accelerate
|
| 10 |
qwen-vl-utils==0.0.14
|
|
|
|
| 5 |
gradio==5.23.2
|
| 6 |
torch
|
| 7 |
torchvision
|
| 8 |
+
torchcodec
|
| 9 |
git+https://github.com/huggingface/transformers
|
| 10 |
accelerate
|
| 11 |
qwen-vl-utils==0.0.14
|